Parent Directory | Revision Log | Revision Graph
Import on branch sme7 of package qpsmtpd-0.32-13.el4.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 |