At 10:24 AM 9/15/2004, Tobin wrote:
Thanks for your response. I tried whitelisting the spoofed address. And
then yes the IP which I know is porposterous but Im desparate. Then I
whitelisted the SMTP DNS name which is also wrong. Im lost as to what I
should do.


whitelist_from 216.136.XX.XX

whitelist_from mail.XXX.com

whitelist_from doesn't expect a machine name.. it expects a From: line email address. All of the above seem to be looking for Received: header information, which isn't used here.


Try whitelist_from [EMAIL PROTECTED] instead, which matches the From: address of the email you posted.

(note: I'm following your convention of mangling the email domain, although your first post did not)




all_spam_to [EMAIL PROTECTED]

Ok, the message you posted as an example wasn't addressed To: trackerweb, it was addressed to lthiele. Perhaps you need to change this line as well, or add a new one which will affect the message you were having trouble with.


all_spam_to [EMAIL PROTECTED]



When I run the spamassassin --line command I receive

Failed to parse line in SpamAssassin configuration, skipping, :
Use_razor1  0

Only one error.

Ok, be sure to remove that line from your config, it's obsolete. AFAIK it won't cause any problems by itself, but if there are other errors it can add to SA's confusion and make it more likely to skip a big chunk of the config file.







Reply via email to