Re: [exim] capturing a message

Inizio della pagina
Delete this message
Reply to this message
Autore: Renaud Allard
Data:  
To: Randy Bush
CC: exim users
Oggetto: Re: [exim] capturing a message


Randy Bush wrote:
>> The headers of this mail should be present in your rejectlog file.
>
> problem is most of the headers are not. and the problem is the header
> generation. so i want to see exactly where it breaks, both sides of the
> break.
>


Headers are only present in rejectlog if they have actually been sent.
This means, if you reject earlier than the DATA phase, you haven't
received the headers, so you cannot log them.
In the present case you rejected after DATA, so headers should be there.