Am I doing something wrong?
This is the statement I have in my list:
whitelist_from_rcvd <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] xnote.com
but it isn't working. do i have the syntax right?
where <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED] is my email address.
your mailserver doesn't rdns as xnote.com, hence your problem. SA will never find any messages which match the second part.
As per the docs, the machine name part _MUST_ appear next to a bracketed IP address in a received header. Anything else is forgeable.
Take a look at your headers:
Received: from 12-254-241-226.client.attbi.com ([12.254.241.226] helo=buh.xnote.com)
by sc8-sf-mx1.sourceforge.net with esmtp (Exim 4.22)
id 19wnEQ-0007JU-JT
for [EMAIL PROTECTED]; Tue, 09 Sep 2003 11:28:50 -0700
Received: from sneb (unknown [192.168.1.106])
by buh.xnote.com (Postfix) with SMTP id B2443CA4DC
for <[EMAIL PROTECTED]>; Tue, 9 Sep 2003 12:28:48 -0600 (MD
You can probably fix this by adding an entry to the /etc/hosts file on you machine named buh, declaring 192.168.1.106 to be "sneb.xnote.com". This way the last line would read:
Received: from sneb (sneb.xnote.com [192.168.1.106])
and you'd get a match.
------------------------------------------------------- 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