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/12 19:22:04 UTC

svn commit: r1846460 - /spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AuthRes.pm

Author: hege
Date: Mon Nov 12 19:22:04 2018
New Revision: 1846460

URL: http://svn.apache.org/viewvc?rev=1846460&view=rev
Log:
Fix hasty commit

Modified:
    spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AuthRes.pm

Modified: spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AuthRes.pm
URL: http://svn.apache.org/viewvc/spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AuthRes.pm?rev=1846460&r1=1846459&r2=1846460&view=diff
==============================================================================
--- spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AuthRes.pm (original)
+++ spamassassin/trunk/lib/Mail/SpamAssassin/Plugin/AuthRes.pm Mon Nov 12 19:22:04 2018
@@ -178,9 +178,6 @@ Use strongly recommended, possibly along
     }
   });
 
-  $conf->{parser}->register_commands(\@cmds);
-}
-
 =item authres_ignored_authserv authservid1 id2 ...   (default: none)
 
 Ignored authentication server IDs (the domain-name-like first word of
@@ -206,6 +203,9 @@ Any A-R header is ignored if match is fo
     }
   });
 
+  $conf->{parser}->register_commands(\@cmds);
+}
+
 =head1 METADATA
 
 Parsed headers are stored in $pms-E<gt>{authres_parsed}, as a hash of array