Hi,

Usually that means the message has been double-scanned..

First at the MTA layer, where it got tagged as spam and encapsulated. The encapsulation also winds up creating new headers for the message.

The second time it got called at the MDA layer (ie: procmail) and the new headers resulted in a lower score that wasn't spam. The second scan over-writes all the X-Spam headers with the new status, but doesn't modify the subject and body that were tagged by the previous run.

Hmm. I thought something like this.... Can you help me finding out if and when why?


Here is the relevant part of my postfix setup:
smtp inet n - n - - smtpd
-o content_filter=spamassassin
[...]
spamassassin unix - n n - - pipe
user=nobody argv=/usr/bin/spamc -f -e
/usr/sbin/sendmail -oi -f ${sender} ${recipient}



There is no further processing mail with SA through procmail (I checked that already).

THX!

Daniel




Reply via email to