1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 06:03:12 +02:00
This commit is contained in:
Bram Matthys
2004-03-09 23:14:20 +00:00
parent 0f3204698b
commit f1bd72ffad
+7
View File
@@ -117,3 +117,10 @@ spamfilter {
action block;
reason "Infected by soex trojan: see http://www.trendmicro.com/vinfo/virusencyclo/default5.asp?VName=TROJ%5FSOEX.A";
};
spamfilter {
regex "(^wait a minute plz\. i am updating my site|.*my erotic video).*http://.+/erotic(a)?/myvideo\.exe$";
target private;
action block;
reason "Infected by some trojan (erotica?)";
};