From 4e5231001a2278b99bbdad17a99e0c928b5511e7 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 29 Aug 2004 07:29:53 +0000 Subject: [PATCH] Update lists list. --- PerlMail/Config.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PerlMail/Config.pm b/PerlMail/Config.pm index 3b23b0c..07a06a8 100644 --- a/PerlMail/Config.pm +++ b/PerlMail/Config.pm @@ -126,6 +126,10 @@ my @lists=qw( mailman-developers@python.org wineconf@winehq.org prague-pm@pm.org + dev@httpd.apache.org + asterisk-perl@lists.gnuinter.net + isdn4linux@listserv.isdn4linux.de + libc-alpha@sources.redhat.com ); #4c-list@vellum.cz @@ -423,12 +427,18 @@ sub audit store "=orbit","log" if headeris "List-Id" ,''; store "=kand","log" if headeris "List-Id" ,''; store "=mailmand","log" if headeris "List-Id" ,''; + store "=asterisk-perl","log" if headeris "List-Post",''; + store "=i4l","log" if headeris "List-Id" ,''; + store "=glibc","log" if headeris "Mailing-List",qr/\b\Qlibc-alpha-help\E@\Qsources.redhat.com\E\b/; + store "=fedann","bell" if headeris "List-Id" ,''; # own webs store "=energie","bell" if headeris "From" ,qr/^EnergieWeb/; store "=ats","log" if headeris("From" ,'') || (headeris("From",'') && headerhas("To",'')); store "=atscasablanca","log" if headeris "From" ,''; store "=www-sms","log" if headeris "List-Id" ,''; + store "=httpdd","log" if headeris "list-post",''; + store "=mms2log","log" if headeris "Return-Path",''; # Petr Koutecky does not mark his Stuff store "=koutecky","log" if headeris "Return-Path",''; -- 1.8.3.1