From: short <> Date: Sat, 10 Dec 2005 09:43:20 +0000 (+0000) Subject: spamassassin package is now assumed system-wide. X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=commitdiff_plain;h=4fd59ddcad3f1a9c3b574dee0c3afdcf4d3c7577;hp=1ae93f0848fc9f0876745b810209e6bd0883246d spamassassin package is now assumed system-wide. All profiles have now forced at least the category: syslog =glibc: Update headers. --- 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"; } }