You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by si...@apache.org on 2017/04/16 09:36:02 UTC

svn commit: r1791583 - /spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/SPF.pm

Author: sidney
Date: Sun Apr 16 09:36:02 2017
New Revision: 1791583

URL: http://svn.apache.org/viewvc?rev=1791583&view=rev
Log:
fix typo in comment

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

Modified: spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/SPF.pm
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/SPF.pm?rev=1791583&r1=1791582&r2=1791583&view=diff
==============================================================================
--- spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/SPF.pm (original)
+++ spamassassin/branches/3.4/lib/Mail/SpamAssassin/Plugin/SPF.pm Sun Apr 16 09:36:02 2017
@@ -740,7 +740,7 @@ sub _check_spf {
     elsif ($result eq 'temperror') { $scanner->{spf_temperror} = 1; }
     elsif ($result eq 'error') { $scanner->{spf_temperror} = 1; }
 
-    if ($result eq 'fail') {	# RCF 7208 6.2
+    if ($result eq 'fail') {	# RFC 7208 6.2
       $scanner->{spf_failure_comment} = "SPF failed: $comment";
     }
   }