You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by do...@apache.org on 2006/09/06 00:22:11 UTC

svn commit: r440511 - /spamassassin/rules/trunk/sandbox/dos/70_other.cf

Author: dos
Date: Tue Sep  5 15:22:09 2006
New Revision: 440511

URL: http://svn.apache.org/viewvc?view=rev&rev=440511
Log:
sandbox: looks like older versions of SquirrelMail actually do use X-Mailer headers

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

Modified: spamassassin/rules/trunk/sandbox/dos/70_other.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/dos/70_other.cf?view=diff&rev=440511&r1=440510&r2=440511
==============================================================================
--- spamassassin/rules/trunk/sandbox/dos/70_other.cf (original)
+++ spamassassin/rules/trunk/sandbox/dos/70_other.cf Tue Sep  5 15:22:09 2006
@@ -54,12 +54,14 @@
 # http://www.squirrelmail.org/docs/user/user-3.html#ss3.1
 # mids: 1123.145.23.250.17.squirrel@webserveraddress
 # Message-ID: <12...@cyan.dostech.net>
+# X-Mailer: SquirrelMail (version 1.2.11)
+# User-Agent: SquirrelMail/1.4.4
 header __DOS_UA_SM	User-Agent =~ /SquirrelMail/
 header __DOS_MAILER_SM	X-Mailer =~ /SquirrelMail/
 header __DOS_RELAY_SM	Received =~ /SquirrelMail authenticated/
 header __DOS_SM_MID	Message-ID =~ /^<\d{4,8}(?:\.\d{1,3}){4}(?:\.\d{10})?\.squirrel\@[A-Za-z0-9._-]+>$/
 
-meta DOS_FAKE_SQUIRREL		__DOS_MAILER_SM || (__DOS_UA_SM && (!__DOS_RELAY_SM || !__DOS_SM_MID))
+meta DOS_FAKE_SQUIRREL		(__DOS_MAILER_SM || __DOS_UA_SM) && (!__DOS_RELAY_SM || !__DOS_SM_MID)
 describe DOS_FAKE_SQUIRREL	Message contains faked SquirrelMail headers