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/04/17 15:59:59 UTC

svn commit: r1899952 - /spamassassin/branches/trunk-welcomelist/rules/60_welcomelist_dkim.cf

Author: hege
Date: Sun Apr 17 15:59:59 2022
New Revision: 1899952

URL: http://svn.apache.org/viewvc?rev=1899952&view=rev
Log:
Fix typo

Modified:
    spamassassin/branches/trunk-welcomelist/rules/60_welcomelist_dkim.cf

Modified: spamassassin/branches/trunk-welcomelist/rules/60_welcomelist_dkim.cf
URL: http://svn.apache.org/viewvc/spamassassin/branches/trunk-welcomelist/rules/60_welcomelist_dkim.cf?rev=1899952&r1=1899951&r2=1899952&view=diff
==============================================================================
--- spamassassin/branches/trunk-welcomelist/rules/60_welcomelist_dkim.cf (original)
+++ spamassassin/branches/trunk-welcomelist/rules/60_welcomelist_dkim.cf Sun Apr 17 15:59:59 2022
@@ -51,7 +51,7 @@ if !can(Mail::SpamAssassin::Conf::featur
   describe USER_IN_DKIM_WHITELIST	DEPRECATED: See USER_IN_DKIM_WELCOMELIST
   tflags USER_IN_DKIM_WHITELIST		nice noautolearn net userconf
   score USER_IN_DKIM_WHITELIST		-100.000
-  reuse USER_IN_DKIM_WHITELSIT
+  reuse USER_IN_DKIM_WHITELIST
 endif
 
 if can(Mail::SpamAssassin::Conf::feature_welcomelist_blocklist)