You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2018/11/26 14:23:41 UTC

svn commit: r1847473 - in /spamassassin: branches/3.4/lib/Mail/SpamAssassin/Conf.pm trunk/lib/Mail/SpamAssassin/Conf.pm

Author: hege
Date: Mon Nov 26 14:23:41 2018
New Revision: 1847473

URL: http://svn.apache.org/viewvc?rev=1847473&view=rev
Log:
Document ALL-* pseudo-headers

Modified:
    spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm
    spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm?rev=1847473&r1=1847472&r2=1847473&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Conf.pm Mon Nov 26 14:23:41 2018
@@ -2830,7 +2830,8 @@ There are several special pseudo-headers
 Note that all whitespace inside the headers, at line folds, is currently
 compressed into a single space (' ') character. To obtain a pristine
 (unmodified) header section, use C<ALL:raw> - the :raw modifier is documented
-above.
+above. Also similar that return headers added by specific relays: ALL-TRUSTED,
+ALL-INTERNAL, ALL-UNTRUSTED, ALL-EXTERNAL.
 
 =item C<ToCc> can be used to mean the contents of both the 'To' and 'Cc'
 headers.

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?rev=1847473&r1=1847472&r2=1847473&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Mon Nov 26 14:23:41 2018
@@ -2912,7 +2912,8 @@ There are several special pseudo-headers
 Note that all whitespace inside the headers, at line folds, is currently
 compressed into a single space (' ') character. To obtain a pristine
 (unmodified) header section, use C<ALL:raw> - the :raw modifier is documented
-above.
+above. Also similar that return headers added by specific relays: ALL-TRUSTED,
+ALL-INTERNAL, ALL-UNTRUSTED, ALL-EXTERNAL.
 
 =item C<ToCc> can be used to mean the contents of both the 'To' and 'Cc'
 headers.