There's some more to do on cleanup of the errors from the last upload. Here's a diff of the config files after upgrade to git head from 0.98.1-2. I think all the ones with value 10 are wrong and I need to check the trues (except the LogRotate on for freshclam. That's good. I fixed PrivateMirror for freshclam and that's in git. I'll work on it more tomorrow if someone else doesn't get to it first.
These only appear on upgrade from -3 to git head, so you have to test it that way. diff -ruN 978/clamav-milter.conf 9814u/clamav-milter.conf --- 978/clamav-milter.conf 2014-03-17 02:10:55.334865871 +0000 +++ 9814u/clamav-milter.conf 2014-03-17 02:13:23.522861493 +0000 @@ -18,7 +18,9 @@ LogVerbose false LogInfected Off LogClean Off +LogRotate 10 MaxFileSize 25M +SupportMultipleRecipients 10 TemporaryDirectory /tmp LogFile /var/log/clamav/clamav-milter.log LogTime true diff -ruN 978/clamd.conf 9814u/clamd.conf --- 978/clamd.conf 2014-03-17 02:10:55.334865871 +0000 +++ 9814u/clamd.conf 2014-03-17 02:13:23.522861493 +0000 @@ -19,6 +19,7 @@ MaxThreads 12 MaxConnectionQueueLength 15 LogSyslog false +LogRotate 10 LogFacility LOG_LOCAL6 LogClean false LogVerbose false @@ -28,8 +29,14 @@ Foreground false Debug false ScanPE true +MaxEmbeddedPE 10 ScanOLE2 true ScanHTML true +MaxHTMLNormalize 10 +MaxHTMLNoTags 10 +MaxScriptNormalize 10 +MaxZipTypeRcg 10 +ScanSWF 10 DetectBrokenExecutables false ExitOnOOM false LeaveTemporaryFiles false @@ -49,6 +56,10 @@ MaxQueue 100 ExtendedDetectionInfo true OLE2BlockMacros false +ScanOnAccess 10 +AllowAllMatchScan 10 +ForceToDisk 10 +DisableCertCheck 10 StreamMaxLength 25M LogFile /var/log/clamav/clamav.log LogTime true @@ -59,3 +70,7 @@ BytecodeTimeout 60000 OfficialDatabaseOnly false CrossFilesystems true +OnAccessMaxFileSize true +OnAccessIncludePath true +OnAccessExcludePath true +OnAccessExcludeUID true diff -ruN 978/freshclam.conf 9814u/freshclam.conf --- 978/freshclam.conf 2014-03-17 02:10:55.334865871 +0000 +++ 9814u/freshclam.conf 2014-03-17 02:13:23.522861493 +0000 @@ -7,6 +7,7 @@ LogSyslog false LogFacility LOG_LOCAL6 LogFileMaxSize 0 +LogRotate true LogTime true Foreground false Debug false -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org