Re: [exim] Adding Headers in QUIT ACL

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marc Perkel
日付:  
To: exim-users
題目: Re: [exim] Adding Headers in QUIT ACL


Philip Hazel wrote:
> On Mon, 19 Jun 2006, Marc Perkel wrote:
>
>
>> So - why doesn't add_header work in the quit ACL
>>
>
> Because there is no message that is currently being received. Isn't that
> pretty obvious?
>


Not really obvious. It depends on how it's coded. If you do it right the
quit can execute before and during the end of the smtp session you could
still modify the message in the buffer before sending it on.