You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2006/11/15 21:17:06 UTC

[Spamassassin Wiki] Update of "Rules/ALL TRUSTED" by DannyRathjens

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by DannyRathjens:
http://wiki.apache.org/spamassassin/Rules/ALL_TRUSTED

The comment on the change is:
clarified that the from part of header must also be trusted

------------------------------------------------------------------------------
  
  "Trusted" does not mean "trusted to not send spam." It means "trusted to not forge Received: headers."
  
- If your message hits on the '''ALL_TRUSTED''' rule, that means all of the Received: headers in the message were
+ If your message hits on the '''ALL_TRUSTED''' rule, it means that all of the Received: headers in the message were
- inserted by SMTP relays you have indicated are "["TrustedRelays"]", and thus no tests of the source
+ inserted by SMTP relays you have indicated are "["TrustedRelays"]" '''and''' the "from" part of the Received: header
+ is also from one of your "["TrustedRelays"]"; consequently, no tests of the source
  of the message (for example, tests against ["DNSBlocklists"]) will be performed.
  
  If that message is obviously spam, and you think it should have been caught by DNS tests,