Robert Fitzpatrick wrote: > I have the following in my local.cf file, but some messages get blocked > still, see my log entries below. I use amavisd-new and it seems those in > the log that show localhost as the client pass through and those > directly from the blackberry get blocked. Not sure why all would not be > coming from the amavisd localhost, can someone tell me what is going on? > Perhaps my whitelist_from_rcvd line is wrong? I want anything coming > from a user at culin.com using their blackberry to bypass filtering. > > whitelist_from_rcvd [EMAIL PROTECTED] blackberry.com > > Passed message: > <snip useless mail logs>
My guess is one of the following two has occured, in order of likelyhood: 1) that SA doesn't have the right trusted_networks. (if your MX server has a private IP (ie: static NAT) you *MUST* declare trusted_networks manually. The auto-guesser won't handle this scenario properly) 2) SA can't parse your received headers. You can test this by running one of the messages through spamassassin -D. If you need help, post the debug info here.