dnsbl: restore dnsbl bypass for special recipients

This commit is contained in:
Matt Simerson 2012-06-27 14:43:17 -07:00
parent b7724f4742
commit fd71e9b98e

View File

@ -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;