/[smeserver]/rpms/qpsmtpd/sme7/qpsmtpd-0.31-badhelo_DISCONNECT.patch
ViewVC logotype

Contents of /rpms/qpsmtpd/sme7/qpsmtpd-0.31-badhelo_DISCONNECT.patch

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


Revision 1.2 - (show annotations) (download)
Thu Jun 14 19:18:14 2007 UTC (16 years, 11 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme7 of package qpsmtpd-0.40-1.0.el4.sme.src.rpm

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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed