You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/06/05 19:43:35 UTC

svn commit: r180125 - /spamassassin/trunk/t/uri.t

Author: felicity
Date: Sun Jun  5 10:43:34 2005
New Revision: 180125

URL: http://svn.apache.org/viewcvs?rev=180125&view=rev
Log:
update uri.t to also look for the 'cr in the protocol' obfuscation technique

Modified:
    spamassassin/trunk/t/uri.t

Modified: spamassassin/trunk/t/uri.t
URL: http://svn.apache.org/viewcvs/spamassassin/trunk/t/uri.t?rev=180125&r1=180124&r2=180125&view=diff
==============================================================================
--- spamassassin/trunk/t/uri.t (original)
+++ spamassassin/trunk/t/uri.t Sun Jun  5 10:43:34 2005
@@ -151,7 +151,7 @@
    'http://www.google.com/url?q=http://www.google.com/url?q=http://www.expage.com/manger32',
    ]));
 
-ok(try_canon(["http://www.kl\nuge.n\net/"],
+ok(try_canon(["ht\rtp\r://www.kl\nuge.n\net/"],
   ['http://www.kluge.net/']
   ));