svn commit: r1934649 - spamassassin/trunk/rulesrc/sandbox/fkento

[email protected] Tue, 26 May 2026 17:51:41 -0000
Newsgroups gmane.mail.spam.spamassassin.cvs
Message-ID <177981790157.3726918.15795654659302312720@svn03-he-fi>
Author: fkento
Date: Tue May 26 17:51:41 2026
New Revision: 1934649

Log:
Add rule for testing

Modified:
   spamassassin/trunk/rulesrc/sandbox/fkento/20_misc.cf

Modified: spamassassin/trunk/rulesrc/sandbox/fkento/20_misc.cf
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/fkento/20_misc.cf	Tue May 26 17:48:44 2026	(r1934648)
+++ spamassassin/trunk/rulesrc/sandbox/fkento/20_misc.cf	Tue May 26 17:51:41 2026	(r1934649)
@@ -47,3 +47,7 @@ describe      FKO_DDG_DUCKY  DuckDuckGo
 uri           FKO_MS_OAUTH_SILENT  /^https?:\/\/login\.microsoftonline\.com\/[^\/?\#]+\/oauth2\/(?:v2\.0\/)?authorize\?(?:[^"\s]*&)?prompt=none(?:&|$)/i
 score         FKO_MS_OAUTH_SILENT  2.0
 describe      FKO_MS_OAUTH_SILENT  Microsoft OAuth authorize endpoint abused as a phishing redirector
+
+header        FKO_TO_NAME_DOM_REPEAT To:name =~ /^\s*([A-Z0-9._%+-]+)\@([A-Z0-9.-]+\.[A-Z]{2,})\s+(?:(?:www\.)?\2|\1\@\2)\s*$/i
+score         FKO_TO_NAME_DOM_REPEAT 0.1
+describe      FKO_TO_NAME_DOM_REPEAT To:name contains address and/or domain repeated