On Thu, 6 Aug 2009, Tobias Eichner wrote:
all_spam_to bbpe...@domain.tld bbchar...@otherdomain.tld
Although this is set up, people are still reporting that they sometimes
receive mails tagged with "SPAM..." subject.
As per,
http://www.mail-archive.com/spamassassin-t...@lists.sourceforge.net/msg11323.html
The SpamAssassin ALL_SPAM_TO mechanism only works if the given email
address appears in the TO: or CC: lines of the email itself. It does
not examine the delivery envelope. Thus BCC'ed emails, those delivered
by mailing lists, or those with fake TO: lines will not have the
negative score modifier applied.
How are you feeding your message to SA? Might it be possible to simply not
invoke SA at all for specific recipients? EG. If calling SA from procmail,
check the username before calling SA.
- Charles