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/25 16:09:24 UTC

svn commit: r1900269 - in /spamassassin/trunk/rules: v310.pre v312.pre v341.pre v342.pre v343.pre

Author: hege
Date: Mon Apr 25 16:09:24 2022
New Revision: 1900269

URL: http://svn.apache.org/viewvc?rev=1900269&view=rev
Log:
Clean up *.pre files

Modified:
    spamassassin/trunk/rules/v310.pre
    spamassassin/trunk/rules/v312.pre
    spamassassin/trunk/rules/v341.pre
    spamassassin/trunk/rules/v342.pre
    spamassassin/trunk/rules/v343.pre

Modified: spamassassin/trunk/rules/v310.pre
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/v310.pre?rev=1900269&r1=1900268&r2=1900269&view=diff
==============================================================================
--- spamassassin/trunk/rules/v310.pre (original)
+++ spamassassin/trunk/rules/v310.pre Mon Apr 25 16:09:24 2022
@@ -60,14 +60,6 @@ loadplugin Mail::SpamAssassin::Plugin::A
 #
 loadplugin Mail::SpamAssassin::Plugin::WelcomeListSubject
 
-###########################################################################
-# experimental plugins
-
-# DomainKeys - perform DomainKeys verification
-#
-# This plugin has been removed as of v3.3.0.  Use the DKIM plugin instead,
-# which supports both Domain Keys and DKIM.
-
 # MIMEHeader - apply regexp rules against MIME headers in the message
 #
 loadplugin Mail::SpamAssassin::Plugin::MIMEHeader

Modified: spamassassin/trunk/rules/v312.pre
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/v312.pre?rev=1900269&r1=1900268&r2=1900269&view=diff
==============================================================================
--- spamassassin/trunk/rules/v312.pre (original)
+++ spamassassin/trunk/rules/v312.pre Mon Apr 25 16:09:24 2022
@@ -16,13 +16,12 @@
 # added to new files, named according to the release they're added in.
 
 ###########################################################################
-# experimental plugins
 
 # DKIM - perform DKIM verification
 #
 # Mail::DKIM module required for use, see INSTALL for more information.
 # 
-# Note that if C<Mail::DKIM> version 0.20 or later is installed, this
+# Note that if Mail::DKIM version 0.20 or later is installed, this
 # renders the DomainKeys plugin redundant.
 #
 loadplugin Mail::SpamAssassin::Plugin::DKIM

Modified: spamassassin/trunk/rules/v341.pre
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/v341.pre?rev=1900269&r1=1900268&r2=1900269&view=diff
==============================================================================
--- spamassassin/trunk/rules/v341.pre (original)
+++ spamassassin/trunk/rules/v341.pre Mon Apr 25 16:09:24 2022
@@ -17,12 +17,15 @@
 ###########################################################################
 
 # TxRep - Reputation database that replaces AWL
+#
 # loadplugin Mail::SpamAssassin::Plugin::TxRep
 
 # URILocalBL - Provides ISP and Country code based filtering as well as
 # quick IP based blocks without a full RBL implementation - Bug 7060
-
+#
 # loadplugin Mail::SpamAssassin::Plugin::URILocalBL
 
 # PDFInfo - Use several methods to detect a PDF file's ham/spam traits
+#
 # loadplugin Mail::SpamAssassin::Plugin::PDFInfo
+

Modified: spamassassin/trunk/rules/v342.pre
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/v342.pre?rev=1900269&r1=1900268&r2=1900269&view=diff
==============================================================================
--- spamassassin/trunk/rules/v342.pre (original)
+++ spamassassin/trunk/rules/v342.pre Mon Apr 25 16:09:24 2022
@@ -17,17 +17,21 @@
 ###########################################################################
 
 # HashBL - Query hashed/unhashed strings, emails, uris etc from DNS lists
+#
 # loadplugin Mail::SpamAssassin::Plugin::HashBL
 
 # ResourceLimits - assure your spamd child processes
 # do not exceed specified CPU or memory limit
+#
 # loadplugin Mail::SpamAssassin::Plugin::ResourceLimits
 
 # FromNameSpoof - help stop spam that tries to spoof other domains using 
 # the from name
+#
 # loadplugin Mail::SpamAssassin::Plugin::FromNameSpoof
 
 # Phishing - finds uris used in phishing campaigns detected by
 # OpenPhish or PhishTank feeds.
+#
 # loadplugin Mail::SpamAssassin::Plugin::Phishing
 

Modified: spamassassin/trunk/rules/v343.pre
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/v343.pre?rev=1900269&r1=1900268&r2=1900269&view=diff
==============================================================================
--- spamassassin/trunk/rules/v343.pre (original)
+++ spamassassin/trunk/rules/v343.pre Mon Apr 25 16:09:24 2022
@@ -22,4 +22,5 @@
 # macros present to security, many places block these type of documents outright.
 #
 # For this plugin to work, Archive::Zip and IO::String modules are required.
+#
 # loadplugin Mail::SpamAssassin::Plugin::OLEVBMacro