helo: add karma penalty for no HELO hostname

This commit is contained in:
Matt Simerson 2013-12-18 00:16:02 -05:00
parent 02da55e06d
commit bcc6adae19

View File

@ -253,6 +253,7 @@ sub helo_handler {
if (!$host) { if (!$host) {
$self->log(LOGINFO, "fail, tolerated, no helo host"); $self->log(LOGINFO, "fail, tolerated, no helo host");
$self->adjust_karma(-2);
return DECLINED; return DECLINED;
} }