parse_addr_withhelo: consistency additions

This commit is contained in:
Matt Simerson 2012-06-23 00:47:46 -04:00
parent 4761e3f41a
commit dc61deb9aa

View File

@ -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');