parse_addr_withhelo: consistency additions
This commit is contained in:
parent
4761e3f41a
commit
dc61deb9aa
@ -17,6 +17,11 @@ parameters is done.
|
|||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
use Qpsmtpd::Constants;
|
||||||
|
|
||||||
sub hook_mail_parse {
|
sub hook_mail_parse {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
return (OK, \&_parse) if ($self->qp->connection->hello eq 'helo');
|
return (OK, \&_parse) if ($self->qp->connection->hello eq 'helo');
|
||||||
|
Loading…
Reference in New Issue
Block a user