> For my personal use (in qmail) if I can have it also look at "Delivered-To:"
> then my problem will be solved.  I'm not sure how to handle this in sendmail,
> but if someone can help me figure out where SA is determining the recipient of
> a message I'd like to try to fix this myself by making it also look at the
> Delivered-To: header.

(Courier also uses the Delivered-To: header).

I remember having issues with this in sendmail, and had to write a pretty 
nasty procmail script to parse them:

* (^(((Original|Apparently)-)?Resent-)?To:.*allspam@([-a-z0-9_]+\.)*domain\.com|\
   ^Received:.+for *\<.*allspam@([-a-z0-9_]+\.)*domain\.com.*\>;)

granted, this was before I was running my own mailserver and could 
actually use a decent (imho) mda.  Anyway, that regex seemed to cover most 
of the "invisible recipient" cases I ran into.

-Chris



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to