You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by hs...@apache.org on 2009/09/10 13:59:27 UTC

svn commit: r813389 - /spamassassin/trunk/rulesrc/sandbox/hstern/20_uri_tests.cf

Author: hstern
Date: Thu Sep 10 11:59:26 2009
New Revision: 813389

URL: http://svn.apache.org/viewvc?rev=813389&view=rev
Log:
Added Facebook redirector pattern.  Thanks to RLS for pointing it out.


Modified:
    spamassassin/trunk/rulesrc/sandbox/hstern/20_uri_tests.cf

Modified: spamassassin/trunk/rulesrc/sandbox/hstern/20_uri_tests.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/hstern/20_uri_tests.cf?rev=813389&r1=813388&r2=813389&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/hstern/20_uri_tests.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/hstern/20_uri_tests.cf Thu Sep 10 11:59:26 2009
@@ -68,6 +68,11 @@
 #	-> http://www.ixp.jp/univac/
 redirector_pattern m'^http:/*(?:\w+\.)?aol\.com/redir\.adp\?.*(?<=[?&])_url=(.*?)(?:$|[&\#])'i
 
+# Facebook redirector
+# http://www.facebook.com/l/;www.example.com
+#       -> http://www.example.com/
+redirector_pattern m'^https?/*(?:\w+\.)?facebook\.com/l/;(.*)'i
+
 # Removed Feb 4, 2008.  jm points out that this redirector pattern is
 # redundant.
 #