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 2011/09/19 23:19:42 UTC

[Spamassassin Wiki] Update of "Rules/RP_MATCHES_RCVD" by LeeMaguire

Dear Wiki user,

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

The "Rules/RP_MATCHES_RCVD" page has been changed by LeeMaguire:
http://wiki.apache.org/spamassassin/Rules/RP_MATCHES_RCVD

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

''Standard description:'' Envelope sender domain matches handover relay domain

=== Explanation ===

Checks if domain name of an envelope sender address matches the domain name of the first untrusted relay (if any), or any trusted relay otherwise.

For example:

If the envelope sender is john@example.com and the last untrusted relay in the received-path ends in "example.com" this rule will be matched.

  {{{Return-path: <jo...@example.com>}}}

  {{{Received: from untrusted-relay.example.com ([203.113.0.2]) by trusted-relay.example.org; Mon, 19 Sep 2011 18:35:58 +0000}}}
  

=== Further Info ===

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

Rule was previously named T_RP_MATCHES_RCVD.

----
CategoryRule