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/09/17 20:33:08 UTC

[Spamassassin Wiki] Update of "ALL TRUSTED" by JohnHardin

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 JohnHardin:
http://wiki.apache.org/spamassassin/ALL_TRUSTED

The comment on the change is:
Initial version

New page:
#language en
== SpamAssassin Rule: ALL_TRUSTED ==

''Standard description:'' Passed through trusted hosts only via SMTP

=== Explanation ===

"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
inserted by SMTP relays you have indicated are "["TrustedRelays"]", and thus 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,
then your trust path is configured incorrectly. See ["TrustPath"] and ["FixingAllTrusted"].

=== Further Info ===

The default scores for this rule can be found [http://spamassassin.apache.org/tests.html in the online list of tests].

----
CategoryRule