http://bugzilla.spamassassin.org/show_bug.cgi?id=2950
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2004-02-18 15:48 -------
Closing bug, I wrote and checked these into SVN for testing:
Index: rules/70_testing.cf
===================================================================
--- rules/70_testing.cf (revision 6724)
+++ rules/70_testing.cf (working copy)
@@ -647,3 +647,9 @@
# bug 1985
body T_URGENT_BIZ
/urgent.{0,16}(?:assistance|business|buy|confidential|notice|proposal|reply|request|response)/i
+
+# bug 2950
+uri T_GOOGLE_IMAGES m{^http://images\.google(\.\S+)?\.[a-z]{2,3}/imgres\?}i
+uri T_GOOGLE_REDIR m{^http://www\.google(\.\S+)?\.[a-z]{2,3}/url\?}i
+uri T_REDIRECTOR_1 m{^https?://.*https?://}i
+uri T_REDIRECTOR_2 m{^(?:[^:/?\#]+)://.*(?:[^:/?\#]+)://}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.