From 4fd59ddcad3f1a9c3b574dee0c3afdcf4d3c7577 Mon Sep 17 00:00:00 2001 From: short <> Date: Sat, 10 Dec 2005 09:43:20 +0000 Subject: [PATCH] spamassassin package is now assumed system-wide. All profiles have now forced at least the category: syslog =glibc: Update headers. --- PerlMail/Config.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PerlMail/Config.pm b/PerlMail/Config.pm index 8be89b1..66644ae 100644 --- a/PerlMail/Config.pm +++ b/PerlMail/Config.pm @@ -217,7 +217,7 @@ our @h_from=( # 'bell' =>Bell sound. # 'sms=\d+'=>Send SMS by WWW::SMS with specified maximum # of parts our %audit_profile=( - "btw" =>[], + "btw" =>["syslog"], "silent"=>["=btw" ,"did"], "log" =>["=silent","syslog"], "bell" =>["=log" ,"bell"], @@ -482,7 +482,7 @@ sub audit store "=mailmand","silent" if headeris "List-Id" ,''; store "=asterisk-perl","log" if headeris "List-Post",''; store "=i4l","silent" if headeris "List-Id" ,''; - store "=glibc","silent" if headeris "Mailing-List",qr/\b\Qlibc-alpha-help\E@\Qsources.redhat.com\E\b/; + store "=glibc","silent" if headeris "List-Post",''; store "=fedann","bell" if headeris "List-Id" ,''; store "=fedtools","log" if headeris "List-Id" ,''; store "=bashbug","log" if headeris "List-Id" ,''; @@ -522,7 +522,7 @@ sub audit if (!did) { store "==","sms"; - spamassassin "$HOME/bin/sa-learn --ham"; + spamassassin "sa-learn --ham"; } } -- 1.8.3.1