You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by pd...@apache.org on 2019/07/04 17:00:57 UTC

svn commit: r1862576 - /spamassassin/trunk/rulesrc/sandbox/pds/10_menaces.cf

Author: pds
Date: Thu Jul  4 17:00:57 2019
New Revision: 1862576

URL: http://svn.apache.org/viewvc?rev=1862576&view=rev
Log:
tweak subrule

Modified:
    spamassassin/trunk/rulesrc/sandbox/pds/10_menaces.cf

Modified: spamassassin/trunk/rulesrc/sandbox/pds/10_menaces.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/pds/10_menaces.cf?rev=1862576&r1=1862575&r2=1862576&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/pds/10_menaces.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/pds/10_menaces.cf Thu Jul  4 17:00:57 2019
@@ -28,7 +28,7 @@ describe PDS_DBL_URL_ILLEGAL_CHARS Doubl
 score    PDS_DBL_URL_ILLEGAL_CHARS 2.0
 reuse    PDS_DBL_URL_ILLEGAL_CHARS
 
-meta     FROM_2_EMAILS_SHORT __LCL__KAM_BODY_LENGTH_LT_512 && __PDS_FROM_2_EMAILS
+meta     FROM_2_EMAILS_SHORT __KAM_BODY_LENGTH_LT_512 && __PDS_FROM_2_EMAILS
 describe FROM_2_EMAILS_SHORT Short body and From looks like 2 different emails
 score    FROM_2_EMAILS_SHORT 2.0 # limit
 reuse    FROM_2_EMAILS_SHORT
@@ -41,6 +41,11 @@ describe SHORT_BODY_QUOTE Short body wit
 score    SHORT_BODY_QUOTE 2.0
 reuse    SHORT_BODY_QUOTE
 
+meta     BODY_QUOTE_MALF_MSGID __MSGID_NOFQDN2 && __PDS_BODY_QUOTE
+describe BODY_QUOTE_MALF_MSGID Malformed MSGID with quote
+score    BODY_QUOTE_MALF_MSGID 2.0
+reuse    BODY_QUOTE_MALF_MSGID
+
 meta     SPOOFED_FREEMAIL_NO_RDNS __SPOOFED_FREEMAIL && __RDNS_NONE
 describe SPOOFED_FREEMAIL_NO_RDNS From SPOOFED_FREEMAIL and no rDNS
 score    SPOOFED_FREEMAIL_NO_RDNS 1.5
@@ -53,4 +58,5 @@ describe PDS_URI_HIDDEN_HELO_NO_DOMAIN H
 score    PDS_URI_HIDDEN_HELO_NO_DOMAIN 2.0
 reuse    PDS_URI_HIDDEN_HELO_NO_DOMAIN
 
-header   __PDS_TONAME_EQ_TOLOCAL To:raw =~ /^['"]?([^'"]+)['"]? <\1@/
+header   __PDS_TONAME_EQ_TOLOCAL To:raw =~ /^['"]?([^'"]+)['"]? <?\1\@/
+