From: mouss <mo...@netoyen.net> Date: Thu, 11 Dec 2008 19:55:44 +0100 Asif Iqbal a écrit : > I have this in local.cf in qmail.here.net's /etc/mail/spamassassin dir > > whitelist_from_rcvd joe.sm...@here.com qtdenexmbm24.AD.HERE.COM > > But email from that address still tagged as spam. What am I doing wrong? > you should run the message through spamassassin -D to see which relays are trusted. or you could get luck with: always_trust_envelope_sender 1 If you add a Relay header eg: add_header all Relay trusted=_RELAYSTRUSTED_, untrusted=_RELAYSUNTRUSTED_
Then you want the rdns= from the first untrusted relay. In this case it is probably: whitelist_from_rcvd joe.sm...@here.com here.com THe whitelist probably wont work for here.com because of lack of reverse dns. Received: from NO?REVERSE?DNS (HELO sudnp799.here.com) The debug output should confirm this.