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 2022/12/27 15:52:29 UTC

svn commit: r1906229 - /spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm

Author: hege
Date: Tue Dec 27 15:52:29 2022
New Revision: 1906229

URL: http://svn.apache.org/viewvc?rev=1906229&view=rev
Log:
There is no default setting for originating_ip_headers. Document sa-update.

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

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm?rev=1906229&r1=1906228&r2=1906229&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Conf.pm Tue Dec 27 15:52:29 2022
@@ -1544,7 +1544,7 @@ Empty the list of msa networks.
     }
   });
 
-=item originating_ip_headers header ...   (default: X-Yahoo-Post-IP X-Originating-IP X-Apparently-From X-SenderIP)
+=item originating_ip_headers header ...   (default: none)
 
 A list of header field names from which an originating IP address can
 be obtained. For example, webmail servers may record a client IP address
@@ -1556,6 +1556,10 @@ are used in RBL checks where appropriate
 Currently the IP addresses are not added into X-Spam-Relays-* header fields,
 but they may be in the future.
 
+A default list may be supplied via sa-update, use
+C<clear_originating_ip_headers> to clear and override the settings if
+needed.
+
 =cut
 
   push (@cmds, {
@@ -1577,7 +1581,8 @@ but they may be in the future.
 
 =item clear_originating_ip_headers
 
-Empty the list of 'originating IP address' header field names.
+Empty the list of 'originating IP address' header field names. Useful if
+you want to override the standard list supplied by sa-update.
 
 =cut