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/10/17 14:33:53 UTC

svn commit: r1844118 - in /spamassassin/trunk: UPGRADE rules/25_dcc.cf rules/25_pyzor.cf rules/25_razor2.cf

Author: hege
Date: Wed Oct 17 14:33:52 2018
New Revision: 1844118

URL: http://svn.apache.org/viewvc?rev=1844118&view=rev
Log:
More priority -100 documentation

Modified:
    spamassassin/trunk/UPGRADE
    spamassassin/trunk/rules/25_dcc.cf
    spamassassin/trunk/rules/25_pyzor.cf
    spamassassin/trunk/rules/25_razor2.cf

Modified: spamassassin/trunk/UPGRADE
URL: http://svn.apache.org/viewvc/spamassassin/trunk/UPGRADE?rev=1844118&r1=1844117&r2=1844118&view=diff
==============================================================================
--- spamassassin/trunk/UPGRADE (original)
+++ spamassassin/trunk/UPGRADE Wed Oct 17 14:33:52 2018
@@ -30,17 +30,20 @@ Note for Users Upgrading to SpamAssassin
 
 - new plugin callback method check_cleanup
 
-- Razor2 razor_fork option added. It will fork separate Razor2 process and
-  read in the results later asynchronously, increasing throughput.
+- Razor2 razor_fork option added.  It will fork separate Razor2 process and
+  read in the results later asynchronously, increasing throughput.  When
+  this is used, rule priorities are automatically adjusted to -100.
 
 - DCC check is now done asynchronously if using dccifd, improving throughput.
+  With dccifd, rule priorities are automatically adjusted to -100. 
   Commercial reputation rules can be ignored with use_dcc_rep 0, to save few
   CPU cycles.
 
 - Pyzor pyzor_fork option added. It will fork separate Pyzor process and
-  read in the results later asynchronously, increasing throughput.
-  Renamed pyzor_max setting to pyzor_count_min. Added pyzor_whitelist_min
-  and pyzor_whitelist_factor setting. Also try to ignore "empty body" FPs.
+  read in the results later asynchronously, increasing throughput. When
+  this is used, rule priorities are automatically adjusted to -100. Renamed
+  pyzor_max setting to pyzor_count_min.  Added pyzor_whitelist_min and
+  pyzor_whitelist_factor setting.  Also try to ignore "empty body" FPs.
 
 Note for Users Upgrading to SpamAssassin 3.4.2
 ----------------------------------------------

Modified: spamassassin/trunk/rules/25_dcc.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/25_dcc.cf?rev=1844118&r1=1844117&r2=1844118&view=diff
==============================================================================
--- spamassassin/trunk/rules/25_dcc.cf (original)
+++ spamassassin/trunk/rules/25_dcc.cf Wed Oct 17 14:33:52 2018
@@ -23,6 +23,12 @@
 #
 ###########################################################################
 
+##
+## SpamAssassin 4.0.0 note:
+##   DCC rule priorities are automatically adjusted to -100 when dccifd in use
+##   (async lookup)
+##
+
 ifplugin Mail::SpamAssassin::Plugin::DCC
 
 full     DCC_CHECK	eval:check_dcc()

Modified: spamassassin/trunk/rules/25_pyzor.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/25_pyzor.cf?rev=1844118&r1=1844117&r2=1844118&view=diff
==============================================================================
--- spamassassin/trunk/rules/25_pyzor.cf (original)
+++ spamassassin/trunk/rules/25_pyzor.cf Wed Oct 17 14:33:52 2018
@@ -23,6 +23,12 @@
 #
 ###########################################################################
 
+##
+## SpamAssassin 4.0.0 note:
+##   PYZOR rule priorities are automatically adjusted to -100 when pyzor_fork
+##   option is enabled (async lookup)
+##
+
 ifplugin Mail::SpamAssassin::Plugin::Pyzor
 
 full PYZOR_CHECK	eval:check_pyzor()

Modified: spamassassin/trunk/rules/25_razor2.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/25_razor2.cf?rev=1844118&r1=1844117&r2=1844118&view=diff
==============================================================================
--- spamassassin/trunk/rules/25_razor2.cf (original)
+++ spamassassin/trunk/rules/25_razor2.cf Wed Oct 17 14:33:52 2018
@@ -23,6 +23,12 @@
 #
 ###########################################################################
 
+##
+## SpamAssassin 4.0.0 note:
+##   RAZOR rule priorities are automatically adjusted to -100 when razor_fork
+##   option is enabled (async lookup)
+##
+
 ifplugin Mail::SpamAssassin::Plugin::Razor2
 
 full RAZOR2_CHECK	eval:check_razor2()
@@ -54,7 +60,7 @@ lang pl describe RAZOR2_CHECK	Na liĀ¶cie
 
 full    RAZOR2_CF_RANGE_51_100  eval:check_razor2_range('','51','100')
 tflags  RAZOR2_CF_RANGE_51_100	net
-priority RAZOR2_CF_RANGE_51_100 10
+priority RAZOR2_CF_RANGE_51_100 20
 reuse 	RAZOR2_CF_RANGE_51_100
 describe RAZOR2_CF_RANGE_51_100	Razor2 gives confidence level above 50%