avoid returning undef if there are no lists defined

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@59 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Ask Bjørn Hansen 2002-09-08 14:15:21 +00:00
parent c8698cad53
commit 8e42b7ab1b

View File

@ -21,6 +21,7 @@ sub mail_handler {
if check_rhsbl($self, $rhsbl, $host);
}
}
return DECLINED;
}
sub rcpt_handler {