diff --git a/spamfilter.conf b/spamfilter.conf index bb1b06987..c1e1afce8 100644 --- a/spamfilter.conf +++ b/spamfilter.conf @@ -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"; };