helo: add karma penalty for no HELO hostname
This commit is contained in:
parent
02da55e06d
commit
bcc6adae19
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user