Not totally appropriate for a commercial mail server, IMO.
Gordon
--- plugins/check_spamhelo.orig 2005-07-02 17:07:43.000000000 +1000
+++ plugins/check_spamhelo 2005-07-02 17:08:56.000000000 +1000
@@ -29,7 +29,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, "Uh-huh. You're $host, and I'm a boil on the
bottom of the Marquess of Queensbury's great-aunt.");
+ return (DENY, "Sorry, I don't believe that you are $host.");
}
}
return DECLINED;