earlytalker: log message cleanup

This commit is contained in:
Matt Simerson 2012-06-23 03:06:24 -04:00
parent 51d2854764
commit 334ec769a5

View File

@ -206,7 +206,7 @@ sub log_and_deny {
$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';
return $self->get_reject( $smtp_msg, $log_mess );