mouss wrote:
Chris Purves a écrit :
[snip]
What spamc calls EnvelopeFrom is the top header of the message:
Return-path:
<[EMAIL PROTECTED]>
I am guessing that exim calls spamc before it adds this header so that
spamc has less information to work with than when running the tests.
I'm sorry for the very long e-mail...I hope someone has a suggestion as
to what I can do now. I am using sa-exim inbetween exim and SA.
The Return-Path is added by the MTA when handing mail to something
external (mostly for delivery). whether it'll give it to SA or not
depends on how SA is integrated.
I have finally solved the return path problem. I am using sa-exim to
call spamassassin from exim. sa-exim adds its own return path header,
so I needed only to add the following line to local.cf:
envelope_sender_header X-SA-Exim-Mail-From
--
Good day, eh.
Chris