From e355eb89dfbbac7eed29128de2f6b717a4b7c18f Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 4 Nov 2002 10:08:47 +0000 Subject: [PATCH] +"=spam-orbs": dnsbl '.relays.ordb.org.',1; # all hosts --- My-Audit.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/My-Audit.pm b/My-Audit.pm index d6e924f..afe3288 100644 --- a/My-Audit.pm +++ b/My-Audit.pm @@ -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 -- 1.8.3.1