From 0a790a56491f91b0e4b97e6bc5ddf7caa7d9ea1a Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Fri, 16 Apr 2004 17:41:31 +0000 Subject: [PATCH] oh, forgot target quit... --- spamfilter.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"; };