[Xfce4-commits] <wiki:master> wordblock: Fix regex for SPAM bots

Mike Massonnet noreply at xfce.org
Sat Feb 26 18:02:01 CET 2011


Updating branch refs/heads/master
         to 2468675875f678b7553d26843b38be822fbc76f7 (commit)
       from 72f4fb5ad8c39a4b47d128198f10ecfd3898b37c (commit)

commit 2468675875f678b7553d26843b38be822fbc76f7
Author: Mike Massonnet <mmassonnet at xfce.org>
Date:   Sat Feb 26 18:00:54 2011 +0100

    wordblock: Fix regex for SPAM bots
    
    Add ("|") as seen on page "start" at [2011/02/24 20:44]

 conf/wordblock.local.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/wordblock.local.conf b/conf/wordblock.local.conf
index f669973..dd887b5 100644
--- a/conf/wordblock.local.conf
+++ b/conf/wordblock.local.conf
@@ -1 +1 @@
-<a href="https?.*">.*\[url="?https?.*"?\].*https?://
+<a href=("|")https?.*">.*\[url="?https?.*"?\].*https?://



More information about the Xfce4-commits mailing list