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

Contents of /rpms/qpsmtpd/sme8/qpsmtpd-0.32-clamheader.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/plugins/virus/clamav mezzanine_patched_qpsmtpd-0.32/plugins/virus/clamav
2 --- qpsmtpd-0.32/plugins/virus/clamav 2006-02-26 05:22:16.000000000 -0700
3 +++ mezzanine_patched_qpsmtpd-0.32/plugins/virus/clamav 2007-03-07 11:47:15.000000000 -0700
4 @@ -203,6 +203,10 @@
5 elsif ($result) {
6 $self->log(LOGERROR, "ClamAV error: $cmd: $result\n");
7 }
8 + else {
9 + $transaction->header->add( 'X-Virus-Checked',
10 + "Checked by ClamAV on " . $self->qp->config("me") );
11 + }
12 return (DECLINED);
13 }
14

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