/[smeserver]/rpms/qpsmtpd/sme8/qpsmtpd-0.32-DENYSOFTIfNoClamdPing.patch
ViewVC logotype

Contents of /rpms/qpsmtpd/sme8/qpsmtpd-0.32-DENYSOFTIfNoClamdPing.patch

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


Revision 1.2 - (show annotations) (download)
Thu Jun 14 20:07:19 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 sme8 of package qpsmtpd-0.40-1.0.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' qpsmtpd-0.32-dev/plugins/virus/clamdscan mezzanine_patched_qpsmtpd-0.32-dev/plugins/virus/clamdscan
2 --- qpsmtpd-0.32-dev/plugins/virus/clamdscan 2005-07-07 14:17:39.000000000 +1000
3 +++ mezzanine_patched_qpsmtpd-0.32-dev/plugins/virus/clamdscan 2006-01-31 12:06:37.246084046 +1100
4 @@ -155,7 +155,7 @@
5
6 unless ( $clamd->ping() ) {
7 $self->log( LOGERROR, "Cannot ping clamd server - did you provide the correct clamd port or socket?" );
8 - return DECLINED;
9 + return DENYSOFT;
10 }
11
12 if ( my %found = $clamd->scan($filename) ) {

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