Robert Fitzpatrick wrote: > I have the following in my local.cf file to allow anyone at that domain > to send from their blackberry: > > whitelist_from_rcvd [EMAIL PROTECTED] *.blackberry.com > > It says in the Received header that it is for the sender, but addressed > to other people. I'm assuming the sender BCC'd himself, is there a way > to tell that? If so, does the whilelist work on that? > That part shouldn't matter to the whitelist. But yes, it looks like the sender BCC'ed himself.
Regardless, the BCC would be a To: condition, not a From: condition. Your existing whitelist_from_rcvd should have worked on that message. My guess is that either the Received: parser, or the trust-path-auto-guesser are confused. Try pumping it through spamassassin -D and pull out the chunk that's parsing the Received: headers...