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

Annotation 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.1 - (hide annotations) (download)
Tue Jun 12 17:16:12 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: qpsmtpd-0_32-13_el4_sme
Import on branch sme7 of package qpsmtpd-0.32-13.el4.sme.src.rpm

1 slords 1.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