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 2018/09/24 08:33:17 UTC

svn commit: r1841806 - in /spamassassin/trunk: UPGRADE rules/local.cf

Author: hege
Date: Mon Sep 24 08:33:17 2018
New Revision: 1841806

URL: http://svn.apache.org/viewvc?rev=1841806&view=rev
Log:
Some body_part_scan_size documentation (Bug 6582)

Modified:
    spamassassin/trunk/UPGRADE
    spamassassin/trunk/rules/local.cf

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1841806&r1=1841805&r2=1841806&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Mon Sep 24 08:33:17 2018
@@ -15,6 +15,8 @@ Note for Users Upgrading to SpamAssassin
 
 - freemail_import_whitelist_auth, freemail_import_def_whitelist_auth added (Bug 6451)
 
+- body_part_scan_size 50000, rawbody_part_scan_size 500000 defaults added (Bug 6582)
+  These enable safer and faster scanning of large emails.
 
 
 

Modified: spamassassin/trunk/rules/local.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/local.cf?rev=1841806&r1=1841805&r2=1841806&view=diff
==============================================================================
--- spamassassin/trunk/rules/local.cf (original)
+++ spamassassin/trunk/rules/local.cf Mon Sep 24 08:33:17 2018
@@ -57,6 +57,22 @@
 #
 # normalize_charset 1
 
+#   Textual body scan limit    (default: 50000)
+#
+#   Amount of data per email text/* mimepart, that will be run through body
+#   rules.  This enables safer and faster scanning of large messages,
+#   perhaps having very large textual attachments.  There should be no need
+#   to change this well tested default.
+#
+# body_part_scan_size 50000
+
+#   Textual rawbody data scan limit    (default: 500000)
+#
+#   Amount of data per email text/* mimepart, that will be run through
+#   rawbody rules.
+#
+# rawbody_part_scan_size 500000
+
 #   Some shortcircuiting, if the plugin is enabled
 # 
 ifplugin Mail::SpamAssassin::Plugin::Shortcircuit