I don't want to waste my time talking to a spambot claiming to be
"aol.com". And there a big chance that he will ignore my 550 code, and
will send me the message anyway.
--- 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;
---
Charlie