You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2020/12/09 05:45:05 UTC

svn commit: r1884233 - /spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Author: jhardin
Date: Wed Dec  9 05:45:05 2020
New Revision: 1884233

URL: http://svn.apache.org/viewvc?rev=1884233&view=rev
Log:
Add some metas for evaluation

Modified:
    spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf

Modified: spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf?rev=1884233&r1=1884232&r2=1884233&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/jhardin/20_misc_testing.cf Wed Dec  9 05:45:05 2020
@@ -525,6 +525,11 @@ if can(Mail::SpamAssassin::Conf::perl_mi
   meta       PDS_FROM_2_EMAILS        __PDS_FROM_2_EMAILS && !__VIA_ML && !__VIA_RESIGNER && !__MSGID_JAVAMAIL && !__RCD_RDNS_MAIL_MESSY 
   describe   PDS_FROM_2_EMAILS        From header has multiple different addresses
   score      PDS_FROM_2_EMAILS        3.500	# limit
+
+  meta       __FROM_MULTI_NORDNS      __PDS_FROM_2_EMAILS && __RDNS_NONE 
+
+  meta       __FROM_MULTI_SHORT_IMG   __PDS_FROM_2_EMAILS && (HTML_IMAGE_ONLY_16 || HTML_SHORT_LINK_IMG_2 || __HTML_IMG_ONLY)
+
 endif
 
 uri     __PDS_LOC_WP_POMO       m;/wp-includes/pomo/(?!(?:entry|po|mo|streams|translations)\.php).*;i
@@ -3364,3 +3369,7 @@ score       SHORTENER_SHORT_SUBJ       3
 
 #meta        __URL_SHORTENER_MINFP      __URL_SHORTENER && !__URI_DOTGOV && __HAS_ERRORS_TO && !__URI_DBL_DOM 
 
+uri         __URI_DOTTY_HEX            /(?:\.[0-9a-f]{2}){30}/
+
+
+