earlytalker: log message cleanup
This commit is contained in:
parent
51d2854764
commit
334ec769a5
@ -206,7 +206,7 @@ sub log_and_deny {
|
|||||||
|
|
||||||
$self->connection->notes('earlytalker', 1);
|
$self->connection->notes('earlytalker', 1);
|
||||||
|
|
||||||
my $log_mess = "fail, $ip started talking before we said hello";
|
my $log_mess = "$ip started talking before we said hello";
|
||||||
my $smtp_msg = 'Connecting host started transmitting before SMTP greeting';
|
my $smtp_msg = 'Connecting host started transmitting before SMTP greeting';
|
||||||
|
|
||||||
return $self->get_reject( $smtp_msg, $log_mess );
|
return $self->get_reject( $smtp_msg, $log_mess );
|
||||||
|
Loading…
Reference in New Issue
Block a user