You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by kb...@apache.org on 2008/06/22 20:20:27 UTC

svn commit: r670391 - /spamassassin/rules/trunk/sandbox/kb/70_misc.cf

Author: kb
Date: Sun Jun 22 11:20:27 2008
New Revision: 670391

URL: http://svn.apache.org/viewvc?rev=670391&view=rev
Log:
Another, more broad, crack test for Opera.


Modified:
    spamassassin/rules/trunk/sandbox/kb/70_misc.cf

Modified: spamassassin/rules/trunk/sandbox/kb/70_misc.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/trunk/sandbox/kb/70_misc.cf?rev=670391&r1=670390&r2=670391&view=diff
==============================================================================
--- spamassassin/rules/trunk/sandbox/kb/70_misc.cf (original)
+++ spamassassin/rules/trunk/sandbox/kb/70_misc.cf Sun Jun 22 11:20:27 2008
@@ -23,3 +23,12 @@
 meta     OPERA_MID_BAD_MASK    __OPERA_MUA && !__OPERA_MID_MASK
 describe OPERA_MID_BAD_MASK    MUA Opera, bad Message-Id mask
 
+
+# Older Opera versions don't contain the space?  This might be highly
+# inaccurate, though, with respect to the Message-Id.
+
+header   __OPERA_MUA_2         User-Agent =~ /^Opera[^ ]/
+
+meta     OPERA_MID_NO_DIGIT_2  __OPERA_MUA_2 && __OPERA_MID_NO_DIGIT
+meta     OPERA_MID_NON_OP_2    __OPERA_MUA_2 && __OPERA_MID_NON_OP
+