1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-10 05:43:12 +02:00

oh, forgot target quit...

This commit is contained in:
Bram Matthys
2004-04-16 17:41:31 +00:00
parent 376494f384
commit 0a790a5649
+1 -3
View File
@@ -161,7 +161,6 @@ spamfilter {
reason "Infected by Gaggle worm?";
};
/* This one is very specific, could later be changed to gline */
spamfilter {
regex "C:\\WINNT\\system32\\(notes|videos|xxx|ManualSeduccion|postal|hechizos|images|sex|avril)\.zip";
target dcc;
@@ -169,10 +168,9 @@ spamfilter {
reason "Infected by Gaggle worm";
};
/* Same */
spamfilter {
regex "http://.+\.lycos\..+/[iy]server[0-9]/[a-z]{4,11}\.(gif|jpg|avi|txt)";
target private;
target { private; quit; };
action block;
reason "Infected by Gaggle worm";
};