From a97380ece62e62061e47a5a879d2e229e9a357ea Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 19 Oct 2003 06:51:26 +0000 Subject: [PATCH] +=cap +=capd +=capann --- PerlMail/Config.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PerlMail/Config.pm b/PerlMail/Config.pm index b1eb151..975d0b5 100644 --- a/PerlMail/Config.pm +++ b/PerlMail/Config.pm @@ -347,6 +347,9 @@ sub audit && $Audit->subject()=~/^'.*' has been updated!$/; store "=libtoold","log" if headeris "List-Id" ,''; store "=libtoolpat","log" if headeris "List-Id" ,''; + store "=cap","bell" if headeris "List-Id" ,''; + store "=capd","bell" if headeris "List-Id" ,''; + store "=capann","bell" if headeris "List-Id" ,''; # own webs store "=energie","bell" if headeris "From" ,qr/^EnergieWeb/; store "=ats","log" if headeris("From" ,'') -- 1.8.3.1