dnsbl: restore dnsbl bypass for special recipients
This commit is contained in:
parent
b7724f4742
commit
fd71e9b98e
@ -288,7 +288,7 @@ sub hook_rcpt {
|
|||||||
$self->log(LOGWARN, "skip, don't blacklist special account: ".$rcpt->user);
|
$self->log(LOGWARN, "skip, don't blacklist special account: ".$rcpt->user);
|
||||||
|
|
||||||
# clear the naughty connection note here, if desired.
|
# clear the naughty connection note here, if desired.
|
||||||
#$self->connection->notes('naughty', 0 );
|
$self->connection->notes('naughty', 0 );
|
||||||
}
|
}
|
||||||
|
|
||||||
return DECLINED;
|
return DECLINED;
|
||||||
|
Loading…
Reference in New Issue
Block a user