Parent Directory | Revision Log | Revision Graph
Import on branch sme8 of package qpsmtpd-0.40-1.0.el5.sme.src.rpm
1 | slords | 1.1 | --- qpsmtpd-0.40/plugins/check_spamhelo.badhelo_disconnect 2007-06-14 11:57:24.000000000 -0600 |
2 | +++ qpsmtpd-0.40/plugins/check_spamhelo 2007-06-14 13:21:45.000000000 -0600 | ||
3 | @@ -23,7 +23,7 @@ | ||
4 | for my $bad ($self->qp->config('badhelo')) { | ||
5 | if ($host eq lc $bad) { | ||
6 | $self->log(LOGDEBUG, "Denying HELO from host claiming to be $bad"); | ||
7 | - return (DENY, "Sorry, I don't believe that you are $host."); | ||
8 | + return (DENY_DISCONNECT, "Sorry, I don't believe that you are $host."); | ||
9 | } | ||
10 | } | ||
11 | return DECLINED; |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |