[Xfce4-commits] <wiki:master> wordblock: Fix regex for SPAM bots
Mike Massonnet
noreply at xfce.org
Sun Mar 6 22:06:05 CET 2011
Updating branch refs/heads/master
to fd7898ce335f0fa2530e1ee49c6f875d099c0262 (commit)
from 2468675875f678b7553d26843b38be822fbc76f7 (commit)
commit fd7898ce335f0fa2530e1ee49c6f875d099c0262
Author: Mike Massonnet <mmassonnet at xfce.org>
Date: Sun Mar 6 22:05:15 2011 +0100
wordblock: Fix regex for SPAM bots
To not change, fix the regex again to match closing tag (>|>).
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 dd887b5..c6e9c9b 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