Jean-Paul Natola wrote:
-----Original Message-----
From: Stuart Johnston [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 25, 2006 4:19 PM
To: Jean-Paul Natola
Cc: users@spamassassin.apache.org
Subject: Re: traveling user unable to email
Jean-Paul Natola wrote:
I'm really getting frustrated here
I whitelisted all her email addresses and aliases
whitelist_from_rcvd [EMAIL PROTECTED] fcimail.org
whitelist_from_rcvd [EMAIL PROTECTED] familycareintl.org
whitelist_from_rcvd [EMAIL PROTECTED] fcimail.org
whitelist_from_rcvd [EMAIL PROTECTED] familycareintl.org
whitelist_from_rcvd [EMAIL PROTECTED] 68.167.21.154
and she just got rejected again
is this not the correct way to whitlist
this is the local.cf in
/usr/local/etc/mail/spamassassin
And I did run --lint as wel as restart spamd
If you could give us the full headers of a message we would be more likely to
be able to tell you
why this isn't working.
F=<[EMAIL PROTECTED]> rejected after DATA: This message scored 8.8
points. Congratulations!
Envelope-from: <[EMAIL PROTECTED]>
Envelope-to: <[EMAIL PROTECTED]> P Received: from [196.201.130.183]
(helo=anglo-t22yp.familycareintl.org)
by mail.familycareintl.org with esmtp (Exim 4.60 (FreeBSD))
(envelope-from <[EMAIL PROTECTED]>)
id 1G5T2J-000Eja-2T
for [EMAIL PROTECTED]; Tue, 25 Jul 2006 15:57:50 -0400 I
Ok, here is the problem. The message is coming from 196.201.130.183 but your whitelist_from_rcvd is
requiring it to come from familycareintl.org. You could do simply:
whitelist_from [EMAIL PROTECTED]
But that would of course be abusable. A better option would probably involve
SMTP-Auth.