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:
parent
c8698cad53
commit
8e42b7ab1b
@ -21,6 +21,7 @@ sub mail_handler {
|
||||
if check_rhsbl($self, $rhsbl, $host);
|
||||
}
|
||||
}
|
||||
return DECLINED;
|
||||
}
|
||||
|
||||
sub rcpt_handler {
|
||||
|
Loading…
Reference in New Issue
Block a user