/[smeserver]/rpms/qpsmtpd/sme8/qpsmtpd-0.40-badhelo_disconnect.patch
ViewVC logotype

Contents of /rpms/qpsmtpd/sme8/qpsmtpd-0.40-badhelo_disconnect.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Fri Oct 16 22:45:25 2009 UTC (14 years, 7 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Update to 0.83

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 RSS 2.0 feed