+"=spam-orbs": dnsbl '.relays.ordb.org.',1; # all hosts
authorshort <>
Mon, 4 Nov 2002 10:08:47 +0000 (10:08 +0000)
committershort <>
Mon, 4 Nov 2002 10:08:47 +0000 (10:08 +0000)
My-Audit.pm

index d6e924f..afe3288 100644 (file)
@@ -61,6 +61,7 @@ sub audit
        return if did sub {
                local $store_profile="silent";
                local $_;
        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
                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