summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/inspect.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/inspect.pl b/modules/inspect.pl
index c86fd25..b4972cb 100644
--- a/modules/inspect.pl
+++ b/modules/inspect.pl
@@ -37,6 +37,7 @@ sub inspect {
# %aonx = (%monx, %conx);
foreach $id (keys %aonx) {
next unless ( grep { $event->{type} eq $_ } split(/[,:; ]+/, $aonx{$id}{type}) );
+ next if ($aonx{$id}{class} eq 'dnsbl') && ($event->{host} =~ /(fastwebnet\.it|fastres\.net)$/); #this is a bad hack
$dct{$id} = $aonx{$id} if $::classes->check($aonx{$id}{class}, $aonx{$id}, $id, $event, $chan, $rev);
}
}