Relocate: winehq.com -> winehq.org
authorshort <>
Sun, 15 Feb 2004 18:39:18 +0000 (18:39 +0000)
committershort <>
Sun, 15 Feb 2004 18:39:18 +0000 (18:39 +0000)
+=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 <autoconf-patches.gnu.org>
=koutecky: +pk.petr@centrum.cz

PerlMail/Config.pm

index 7e22164..9f6f36c 100644 (file)
@@ -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",'<statnice@atrey.karlin.mff.cuni.cz>';
        store "=hw","log"            if headeris "List-Post",'<hw-news@list.gin.cz>';
        store "=gnokii","log"        if headeris "List-Id"  ,'<gnokii-users.mail.freesoftware.fsf.org>';
-       store "=winelic","log"       if headeris "List-Id"  ,'<wine-license.winehq.com>';
+       store "=winelic","log"       if headeris "List-Id"  ,'<wine-license.winehq.org>';
        store "=wined","log"         if headeris "List-Id"  ,'<wine-devel.winehq.org>';
-       store "=winepat","silent"    if headeris "List-Id"  ,'<wine-patches.winehq.com>';
-       store "=winecvs","silent"    if headeris "List-Id"  ,'<wine-cvs.winehq.com>';
-       store "=wineann","log"       if headeris "List-Id"  ,'<wine-announce.winehq.com>';
+       store "=winepat","silent"    if headeris "List-Id"  ,'<wine-patches.winehq.org>';
+       store "=winecvs","silent"    if headeris "List-Id"  ,'<wine-cvs.winehq.org>';
+       store "=wineann","log"       if headeris "List-Id"  ,'<wine-announce.winehq.org>';
+       store "=wineconf","log"      if headeris "List-Id"  ,'<wineconf.winehq.org>';
        store "=ros","log"           if headeris "List-Id"  ,'<ros-general.reactos.com>';
        store "=roskernel","log"     if headeris "List-Id"  ,'<ros-kernel.reactos.com>';
        store "=roscvs","silent"     if headeris "List-Id"  ,'<ros-cvs.reactos.com>';
@@ -389,7 +394,7 @@ sub audit
        store "=libtoolpat","log"    if headeris "List-Id"  ,'<libtool-patches.gnu.org>';
        store "=automake","log"      if headeris "List-Id"  ,'<automake.gnu.org>';
        store "=autoconf","log"      if headeris "List-Id"  ,'<autoconf.gnu.org>';
-       store "=autoconfpat","log"   if headerhas "List-Id"  ,'<autoconf-patches.gnu.org>';     # has<="... autoconf, the GNU ..."
+       store "=autoconfpat","log"   if headeris "List-Id"  ,'<autoconf-patches.gnu.org>';
                                     if (headeris("From"    ,'<mailman-owner@vellum.cz>')
                                         || headeris("From" ,'<captive-list-admin@jankratochvil.net>')
                                         || headeris("From" ,'<captive-devel-list-admin@jankratochvil.net>')
@@ -405,6 +410,7 @@ sub audit
        store "=ntfsd","log"         if headeris "List-Id"  ,'<linux-ntfs-dev.lists.sourceforge.net>';
        store "=orbit","log"         if headeris "List-Id"  ,'<orbit-list.gnome.org>';
        store "=kand","log"          if headeris "List-Id"  ,'<devel.kannel.org>';
+       store "=mailmand","log"      if headeris "List-Id"  ,'<mailman-developers.python.org>';
        # own webs
        store "=energie","bell"      if headeris "From"     ,qr/^EnergieWeb/;
        store "=ats","log"           if headeris("From"     ,'<root@ms.atspraha.cz>')
@@ -413,7 +419,8 @@ sub audit
        store "=www-sms","log"       if headeris "List-Id"  ,'<www-sms-developers.lists.sourceforge.net>';
 
        # Petr Koutecky does not mark his Stuff
-       store "=koutecky","log"      if headeris "From"     ,'<velkyhroch@seznam.cz>';
+       store "=koutecky","log"      if headeris "Return-Path",'<velkyhroch@seznam.cz>';
+       store "=koutecky","log"      if headeris "Return-Path",'<pk.petr@centrum.cz>';
 
        store "=errm","bell"         if $isFROM_MAILER && !did();