You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2007/02/07 17:18:09 UTC

svn commit: r504605 - /spamassassin/trunk/sa-update.raw

Author: felicity
Date: Wed Feb  7 08:18:09 2007
New Revision: 504605

URL: http://svn.apache.org/viewvc?view=rev&rev=504605
Log:
bug 5240: also disable auto_whitelist_factory in updates

Modified:
    spamassassin/trunk/sa-update.raw

Modified: spamassassin/trunk/sa-update.raw
URL: http://svn.apache.org/viewvc/spamassassin/trunk/sa-update.raw?view=diff&rev=504605&r1=504604&r2=504605
==============================================================================
--- spamassassin/trunk/sa-update.raw (original)
+++ spamassassin/trunk/sa-update.raw Wed Feb  7 08:18:09 2007
@@ -977,7 +977,7 @@
         # also, if --allowplugins is not specified, comment out
         # all loadplugin or tryplugin lines
         if ( !$opt{'allowplugins'} ) {
-          $content =~ s{^\s*((?:load|try)plugin|bayes_store_module)\b}
+          $content =~ s{^\s*((?:load|try)plugin|bayes_store_module|auto_whitelist_factory)\b}
             {#(commented by sa-update, no --allowplugins switch specified)# $1}gmx;
         }
       }