Auteur: Craig Jackson Date: À: Exim-users Sujet: Re: [exim] Availability of return-path to Exiscan
Craig Jackson wrote: > Craig Jackson wrote:
>
>> I see that it would be very useful to send a return-path header
>> through Exiscan to Spamassassin. Currently, that header is not passed.
>> I even have this in the acl just before SA is called in Exiscan:
>>
>> warn message = Return-Path: $sender_address
>>
This does the job in the rcpt acl
warn message = X-SA-Ret: $sender_address
and is preserved for SA in the data acl.
I am sorry to have bothered the list with this issue so easily solved.