https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6038
Sidney Markowitz <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME Summary|x |False negative --- Comment #1 from Sidney Markowitz <[email protected]> 2008-12-28 05:40:41 PST --- (I changed the summary from 'x'. Please use a summary that makes sense when submitting a bug) It looks like you have a whitelist_from entry in your configuration for your own email address. That is not a good idea, as spammers often use your email address in both the From and To just to make this happen. That triggered the USER_IN_WHITELIST rule for -100 points. Without that this spam would have had a whopping 21 point score. If you are really in the habit of sending yourself email, then use whilelist_from_rcvd instead of whitelist_from so that it only triggers when it is from your email address sent through the mail server that you use for outgoing mail. i.e., when it really is from you. I'm closing this bug as WORKSFORME -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
