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 2019/07/05 16:33:55 UTC

svn commit: r1862622 - in /spamassassin: branches/3.4/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm

Author: hege
Date: Fri Jul  5 16:33:55 2019
New Revision: 1862622

URL: http://svn.apache.org/viewvc?rev=1862622&view=rev
Log:
Small X-Relay-Countries-Auth documentation add

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

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm?rev=1862622&r1=1862621&r2=1862622&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm Fri Jul  5 16:33:55 2019
@@ -48,7 +48,8 @@ Following metadata headers and tags are
  X-Relay-Countries-Auth      _RELAYCOUNTRYAUTH_
    Auth will contain all relays starting from the first relay that used
    authentication. For example, this could be used to check for hacked
-   local users coming in from unexpected countries.
+   local users coming in from unexpected countries. If there are no
+   authenticated relays, this will be empty.
 
 =head1 REQUIREMENT
 

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm?rev=1862622&r1=1862621&r2=1862622&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/RelayCountry.pm Fri Jul  5 16:33:55 2019
@@ -48,7 +48,8 @@ Following metadata headers and tags are
  X-Relay-Countries-Auth      _RELAYCOUNTRYAUTH_
    Auth will contain all relays starting from the first relay that used
    authentication. For example, this could be used to check for hacked
-   local users coming in from unexpected countries.
+   local users coming in from unexpected countries. If there are no
+   authenticated relays, this will be empty.
 
 =head1 REQUIREMENT