Re: [exim] capturing a message

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Renaud Allard
日付:  
To: Randy Bush
CC: exim users
題目: 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.