You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2022/04/14 18:58:50 UTC

svn commit: r1899866 - /spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf

Author: billcole
Date: Thu Apr 14 18:58:50 2022
New Revision: 1899866

URL: http://svn.apache.org/viewvc?rev=1899866&view=rev
Log:
See bug 7971. Limited score on DOS_RCVD_IP_TWICE_B

Modified:
    spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf

Modified: spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf?rev=1899866&r1=1899865&r2=1899866&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/dos/70_other.cf Thu Apr 14 18:58:50 2022
@@ -247,6 +247,7 @@ describe DOS_RCVD_IP_TWICE_A	Received fr
 
 header DOS_RCVD_IP_TWICE_B	X-Spam-Relays-External =~ /^\s*\[ ip=(?!127)([\d.]+) [^\[]*\[ ip=\1 [^\]]*\]\s*$/
 describe DOS_RCVD_IP_TWICE_B	Received from the same IP twice in a row (only one external relay)
+score DOS_RCVD_IP_TWICE_B	2.0 #limit see bz#7971
 
 header DOS_RCVD_IP_TWICE_C	X-Spam-Relays-External =~ /^\s*\[ ip=(?!127)([\d.]+) [^\[]*\bhelo=(?:![\d.]{7,15}!)? [^\[]*\[ ip=\1 [^\]]*\]\s*$/
 describe DOS_RCVD_IP_TWICE_C	Received from the same IP twice in a row (only one external relay; empty or IP helo)