summaryrefslogtreecommitdiff
path: root/doc/README.clamav
blob: 2fdc361b78d170d1937049487de9a27e7b77daba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Patch to ClamAV 0.8x/0.9x
=========================

There is a bug in ClamAV 0.9x not 
to write scanning results to STDERR.
Instead all logging is done to STDOUT.

This inhibits the logging for qmail-smtpd.

The intended behavior of ClamAV can be 
re-established applying the patch

  clamav-0.90.1_output.patch_

to 

   output.c 

in ClamAV's source directory

   ./shared.   


--eh. (14.04.2013)