Re: [exim] capturing a message

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Renaud Allard
Datum:  
To: Randy Bush
CC: exim users
Betreff: 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.