From 74c6cab08ed52a377640693a7f142705543f40fa Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 15 Feb 2004 18:39:18 +0000 Subject: [PATCH] Relocate: winehq.com -> winehq.org +=mailmand: mailman-developers@python.org +wineconf@winehq.org @dnsbl_whitelist: +mx1.seznam.cz @dnsbl_whitelist: +prace.seznam.cz Fix back workaround of 'List-Id' header of =koutecky: +pk.petr@centrum.cz --- PerlMail/Config.pm | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/PerlMail/Config.pm b/PerlMail/Config.pm index 7e22164..9f6f36c 100644 --- a/PerlMail/Config.pm +++ b/PerlMail/Config.pm @@ -106,9 +106,9 @@ my @lists=qw( 4cinfo@atrey.karlin.mff.cuni.cz libtool@gnu.org libtool-patches@gnu.org - wine-license@winehq.com - wine-devel@winehq.com - wine-patches@winehq.com + wine-license@winehq.org + wine-devel@winehq.org + wine-patches@winehq.org gtk-devel-list@gnome.org gnome-vfs-list@gnome.org captive-announce-list@jankratochvil.net @@ -123,6 +123,8 @@ my @lists=qw( autoconf-patches@gnu.org wget-patches@sunsite.dk wget@sunsite.dk + mailman-developers@python.org + wineconf@winehq.org ); # Pathname of the original sendmail(8) binary: @@ -233,6 +235,8 @@ our @dnsbl_whitelist=( "66.218.85.33", # mta2.wss.scd.yahoo.com: yahoo.com.spam.blackholes.five-ten-sg.com. "212.80.76.42", # mx2.seznam.cz: seznam.cz.free.blackholes.five-ten-sg.com. "64.110.204.63", # hsdbrg64-110-204-63.sasknet.sk.ca: 64.110.202.181.sasknet.sk.ca.misc.spam.blackholes.five-ten-sg.com. + "212.80.76.44", # mx1.seznam.cz: 44.76.80.212.blackholes.five-ten-sg.com. + "212.80.76.29", # prace.seznam.cz: 212.80.76.42.seznam.cz.free.blackholes.five-ten-sg.com ); our $Audit; # imported @@ -354,11 +358,12 @@ sub audit store "=mffstatnice","bell" if headeris "List-Post",''; store "=hw","log" if headeris "List-Post",''; store "=gnokii","log" if headeris "List-Id" ,''; - store "=winelic","log" if headeris "List-Id" ,''; + store "=winelic","log" if headeris "List-Id" ,''; store "=wined","log" if headeris "List-Id" ,''; - store "=winepat","silent" if headeris "List-Id" ,''; - store "=winecvs","silent" if headeris "List-Id" ,''; - store "=wineann","log" if headeris "List-Id" ,''; + store "=winepat","silent" if headeris "List-Id" ,''; + store "=winecvs","silent" if headeris "List-Id" ,''; + store "=wineann","log" if headeris "List-Id" ,''; + store "=wineconf","log" if headeris "List-Id" ,''; store "=ros","log" if headeris "List-Id" ,''; store "=roskernel","log" if headeris "List-Id" ,''; store "=roscvs","silent" if headeris "List-Id" ,''; @@ -389,7 +394,7 @@ sub audit store "=libtoolpat","log" if headeris "List-Id" ,''; store "=automake","log" if headeris "List-Id" ,''; store "=autoconf","log" if headeris "List-Id" ,''; - store "=autoconfpat","log" if headerhas "List-Id" ,''; # has<="... autoconf, the GNU ..." + store "=autoconfpat","log" if headeris "List-Id" ,''; if (headeris("From" ,'') || headeris("From" ,'') || headeris("From" ,'') @@ -405,6 +410,7 @@ sub audit store "=ntfsd","log" if headeris "List-Id" ,''; store "=orbit","log" if headeris "List-Id" ,''; store "=kand","log" if headeris "List-Id" ,''; + store "=mailmand","log" if headeris "List-Id" ,''; # own webs store "=energie","bell" if headeris "From" ,qr/^EnergieWeb/; store "=ats","log" if headeris("From" ,'') @@ -413,7 +419,8 @@ sub audit store "=www-sms","log" if headeris "List-Id" ,''; # Petr Koutecky does not mark his Stuff - store "=koutecky","log" if headeris "From" ,''; + store "=koutecky","log" if headeris "Return-Path",''; + store "=koutecky","log" if headeris "Return-Path",''; store "=errm","bell" if $isFROM_MAILER && !did(); -- 1.8.3.1