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:
+1
-3
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user