From 8e42b7ab1b16107647f7eacb14ed051d9d00bbfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ask=20Bj=C3=B8rn=20Hansen?= Date: Sun, 8 Sep 2002 14:15:21 +0000 Subject: [PATCH] avoid returning undef if there are no lists defined git-svn-id: https://svn.perl.org/qpsmtpd/trunk@59 958fd67b-6ff1-0310-b445-bb7760255be9 --- plugins/rhsbl | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/rhsbl b/plugins/rhsbl index 03090c2..9b9ce5b 100644 --- a/plugins/rhsbl +++ b/plugins/rhsbl @@ -21,6 +21,7 @@ sub mail_handler { if check_rhsbl($self, $rhsbl, $host); } } + return DECLINED; } sub rcpt_handler {