+syntax '"nickname"!' to force $name to be 'nickname'
[PerlMail.git] / My-Audit.pm
index d6e924f..34615f5 100644 (file)
@@ -61,6 +61,7 @@ sub audit
        return if did sub {
                local $store_profile="silent";
                local $_;
+               store "=spam-orbs"                 .";$_","log" if $_=dnsbl '.relays.ordb.org.' ,1;     # all hosts
                store "=spam-abuse"                .";$_","log" if $_=dnsbl '.blackholes.mail-abuse.org.' ,1;   # all hosts
                # we don't check all hosts as they can be "dialup" category, FIXME: check for it
                store "=spam-five"                 .";$_","log" if $_=dnsbl '.blackholes.five-ten-sg.com.',0; # just first
@@ -148,6 +149,8 @@ sub audit
        store "=sourceforge","bell"  if headeris "From"     ,'<noreply@sourceforge.net>';
        store "=gsmperlcvs","silent" if headeris("From"     ,'<johan@intra.tektonica.com>')
                                        && $Audit->subject()=~/^'.*' has been updated!$/;
+       store "=libtoold","bell"     if headeris "List-Id"  ,'<libtool.gnu.org>';
+       store "=libtoolpat","bell"   if headeris "List-Id"  ,'<libtool-patches.gnu.org>';
        # own webs
        store "=energie","bell"      if headeris "From"     ,qr/^EnergieWeb/;