diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 15:48:04 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-03 15:48:04 +0200 |
commit | 89b7b67a13ebb7965cc7f13ad0595e2194a2d34c (patch) | |
tree | 25efd77a90ae87236e6730d8ea3846bbe0fd126f /doc/README.clamav |
add sqmail-4.2.29asqmail-4.2
Diffstat (limited to 'doc/README.clamav')
-rw-r--r-- | doc/README.clamav | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/README.clamav b/doc/README.clamav new file mode 100644 index 0000000..2fdc361 --- /dev/null +++ b/doc/README.clamav @@ -0,0 +1,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) + + + |