From 04d457480d8024b732515be7f9b36eae2943f192 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Wed, 27 Jun 2012 14:43:17 -0700 Subject: [PATCH] dnsbl: restore dnsbl bypass for special recipients --- plugins/dnsbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/dnsbl b/plugins/dnsbl index 45135a9..7c869ee 100644 --- a/plugins/dnsbl +++ b/plugins/dnsbl @@ -288,7 +288,7 @@ sub hook_rcpt { $self->log(LOGWARN, "skip, don't blacklist special account: ".$rcpt->user); # clear the naughty connection note here, if desired. - #$self->connection->notes('naughty', 0 ); + $self->connection->notes('naughty', 0 ); } return DECLINED;