I've just upgraded clamav from 0.94 to 0.95.1. I use sendmail 8.14.0 on gentoo linux. My mail messages no longer contain the "X-Virus-Scanned:" and "X-Virus-Status:" headers. The only evidence that my messages are being scanned is that infected messages do get quarantined appropriately. Is there a missing option in my configs or is there a problem with the new milter?
# cat /etc/clamav-milter.conf MilterSocket /var/run/clamav/clamav-milter.sock User clamav AllowSupplementaryGroups yes PidFile /var/run/clamav/clamav-milter.pid ClamdSocket unix:/var/run/clamav/clamd.sock LogVerbose yes LogSyslog yes LogFacility LOG_MAIL LogInfected Full # cat /etc/clamd.conf LogTime yes PidFile /var/run/clamav/clamd.pid LocalSocket /var/run/clamav/clamd.sock User clamav AllowSupplementaryGroups yes TemporaryDirectory /tmp LogSyslog yes ScanPDF yes DetectPUA yes _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
