From cd909d3187bdc3c87311b4ed8a9733596cb5e54a Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 9 Oct 2002 20:34:24 +0000 Subject: [PATCH] Generally more quiet --- My-Audit.pm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/My-Audit.pm b/My-Audit.pm index 72e0631..79ee8a1 100644 --- a/My-Audit.pm +++ b/My-Audit.pm @@ -4,7 +4,7 @@ sub audit_init { %audit_profile=( "btw" =>[], - "silent"=>["=btw" ,"did","syslog"], + "silent"=>["=btw" ,"did"], "log" =>["=silent","syslog"], "bell" =>["=log" ,"bell"], "sms" =>["=bell" ,"sms=1"], @@ -110,14 +110,14 @@ sub audit store "=gtkd","log" if headeris "List-Id" ,''; store "=mffstatnice","bell" if headeris "List-Post",''; store "=hw","log" if headeris "List-Post",''; - store "=gnokii","bell" if headeris "List-Id" ,''; + store "=gnokii","log" if headeris "List-Id" ,''; store "=winelic","log" if headeris "List-Id" ,''; store "=wined","log" if headeris "List-Id" ,''; - store "=winepat","log" if headeris "List-Id" ,''; + store "=winepat","silent" if headeris "List-Id" ,''; store "=winecvs","silent" if headeris "List-Id" ,''; - store "=wineann","bell" if headeris "List-Id" ,''; + store "=wineann","log" if headeris "List-Id" ,''; store "=ros","log" if headeris "List-Post",''; - store "=roskernel","bell" if headeris "List-Post",''; + store "=roskernel","log" if headeris "List-Post",''; store "=roscvs","silent" if headeris "List-Post",''; store "=fsd","log" if headeris "X-Mailing-List",''; store "=surprise","sms" if headeris "List-Post",''; @@ -125,7 +125,7 @@ sub audit store "=tacacs","log" if headeris "Sender" ,''; store "=tacacsd","log" if headerhas \&Received_for,'devel@tacplus.org'; # TODO: fix when real list store "=pm","sms" if headeris "Sender" ,''; - store "=radary","sms" if headeris "Reply-To" ,''; + store "=radary","log" if headeris "Reply-To" ,''; store "=dnet","log" if headeris "Sender" ,'<@lists.distributed.net>'; store "=linux-input","log" if headeris "List-Post",''; store "=strom","bell" if headeris "List-Post",''; @@ -142,7 +142,7 @@ sub audit store "=energie","bell" if headeris "From" ,qr/^EnergieWeb/; # Petr Koutecky does not mark his Stuff - store "=koutecky","bell" if headeris "From" ,''; + store "=koutecky","log" if headeris "From" ,''; store "=errm","bell" if $isFROM_MAILER && !did(); -- 1.8.3.1