correct HELO respond error causing timeout
This commit is contained in:
parent
60e33375b0
commit
96c0e29ae3
@ -261,7 +261,7 @@ sub ehlo_respond {
|
||||
|
||||
sub ehlo_size {
|
||||
my $self = shift;
|
||||
return '' if ! $self->config('databytes');
|
||||
return () if ! $self->config('databytes');
|
||||
return 'SIZE ' . ($self->config('databytes'))[0];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user