Update.
authorshort <>
Sat, 6 Dec 2003 20:28:12 +0000 (20:28 +0000)
committershort <>
Sat, 6 Dec 2003 20:28:12 +0000 (20:28 +0000)
PerlMail/Config.pm

index 49f6a58..42e62cb 100644 (file)
@@ -114,6 +114,14 @@ my @lists=qw(
                captive-announce-list@jankratochvil.net
                captive-list@jankratochvil.net
                captive-devel-list@jankratochvil.net
+               linux-ntfs-announce@lists.sourceforge.net
+               linux-ntfs-dev@lists.sourceforge.net
+               orbit-list@gnome.org
+               devel@kannel.org
+               automake@gnu.org
+               autoconf@gnu.org
+               wget-patches@sunsite.dk
+               wget@sunsite.dk
                );
 
 # Pathname of the original sendmail(8) binary:
@@ -344,11 +352,11 @@ sub audit
        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 "=wined","silent"      if headeris "List-Id"  ,'<wine-devel.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 "=ros","log"           if headeris "List-Id"  ,'<ros-general.reactos.geldorp.nl>';
+       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>';
        store "=rosbug","log"        if headeris "Reply-To" ,'<scarab@reactos.wox.org>';
@@ -359,7 +367,7 @@ sub audit
        store "=tacacs","log"        if headeris "Sender"   ,'<tacplus-l@disaster.com>';
        store "=tacacs","log"        if headeris "Sender"   ,'<owner-tacplus-l@disaster.com>';
        store "=tacacs","log"        if headeris "List-Id"  ,'<devel.lists.tacplus.org>';
-       store "=pm","sms"            if headeris "Sender"   ,'<owner-prague-pm@pm.org>';
+       store "=pm","log"            if headeris "Sender"   ,'<owner-prague-pm@pm.org>';
        store "=radary","log"        if headeris "Reply-To" ,'<pha@radary.cz>';
        store "=dnet","log"          if headeris "Sender"   ,'<@lists.distributed.net>';
        store "=linux-input","log"   if headeris "List-Post",'<linux-input@atrey.karlin.mff.cuni.cz>';
@@ -376,9 +384,23 @@ sub audit
                                        && $Audit->subject()=~/^'.*' has been updated!$/;
        store "=libtoold","log"      if headeris "List-Id"  ,'<libtool.gnu.org>';
        store "=libtoolpat","log"    if headeris "List-Id"  ,'<libtool-patches.gnu.org>';
-       store "=cap","bell"          if headeris "List-Id"  ,'<captive-list.jankratochvil.net>';
-       store "=capd","bell"         if headeris "List-Id"  ,'<captive-devel-list.jankratochvil.net>';
-       store "=capann","bell"       if headeris "List-Id"  ,'<captive-announce-list.jankratochvil.net>';
+       store "=automake","log"      if headeris "List-Id"  ,'<automake.gnu.org>';
+       store "=autoconf","log"      if headeris "List-Id"  ,'<autoconf.gnu.org>';
+                                    if (headeris "From"    ,'<mailman-owner@vellum.cz>'
+                                        || headeris "From" ,'<captive-list-admin@jankratochvil.net>'
+                                        || headeris "From" ,'<captive-devel-list-admin@jankratochvil.net>'
+                                        || headeris "From" ,'<captive-announce-list-admin@jankratochvil.net>') {
+               store "=caperr","log";
+               }
+       else {
+               store "=cap","bell"        if headeris "List-Id"  ,'<captive-list.jankratochvil.net>';
+               store "=capd","bell"       if headeris "List-Id"  ,'<captive-devel-list.jankratochvil.net>';
+               store "=capann","bell"     if headeris "List-Id"  ,'<captive-announce-list.jankratochvil.net>';
+               }
+       store "=ntfsann","log"       if headeris "List-Id"  ,'<linux-ntfs-announce.lists.sourceforge.net>';
+       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>';
        # own webs
        store "=energie","bell"      if headeris "From"     ,qr/^EnergieWeb/;
        store "=ats","log"           if headeris("From"     ,'<root@ms.atspraha.cz>')