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/06 03:44:51 UTC

svn commit: r503962 - /spamassassin/branches/3.1/sa-update.raw

Author: felicity
Date: Mon Feb  5 18:44:50 2007
New Revision: 503962

URL: http://svn.apache.org/viewvc?view=rev&rev=503962
Log:
bug 5240: also disable bayes_store_module without --allowplugins

Modified:
    spamassassin/branches/3.1/sa-update.raw

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