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

Annotation of /rpms/qpsmtpd/sme7/qpsmtpd-0.40-badhelo_disconnect.patch

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


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

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