X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;ds=sidebyside;f=PerlMail%2FConfig.pm;h=07a06a801364d3f127fc5fa5d9d8e0a07bba903d;hb=4e5231001a2278b99bbdad17a99e0c928b5511e7;hp=3b23b0cba8c052e8d40bc7a4ee10079d89609468;hpb=b8fb5d2c6d3ba9fc81867695c0daa19d549f3eb6;p=PerlMail.git 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",'';