diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-0.31.1/plugins/check_spamhelo mezzanine_patched_qpsmtpd-0.31.1/plugins/check_spamhelo --- qpsmtpd-0.31.1/plugins/check_spamhelo 2005-11-18 04:45:34.000000000 -0500 +++ mezzanine_patched_qpsmtpd-0.31.1/plugins/check_spamhelo 2006-02-05 20:55:40.000000000 -0500 @@ -23,7 +23,7 @@ for my $bad ($self->qp->config('badhelo')) { if ($host eq lc $bad) { $self->log(LOGDEBUG, "Denying HELO from host claiming to be $bad"); - return (DENY, "Sorry, I don't believe that you are $host."); + return (DENY_DISCONNECT, "Sorry, I don't believe that you are $host."); } } return DECLINED;