I've been through something like this before, but the previous cause/solution doesn't fit now.
Here's the scoop: I'm getting "outdated" error messages in my logwatch reports: Last Status: WARNING: Your ClamAV installation is OUTDATED! WARNING: Local version: 0.88 Recommended version: 0.88.1 DON'T PANIC! Read http://www.clamav.net/faq.html main.cvd is up to date (version: 37, sigs: 46700, f-level: 7, builder: ccordes) daily.cvd is up to date (version: 1397, sigs: 4080, f-level: 7, builder: sven) Received signal: wake up OK, I've seen that before, so I went and checked what I have installed: [EMAIL PROTECTED] ~]# rpm -qa | grep clam clamav-server-0.88-1 clamav-lib-0.88.1-1.fc4 clamav-0.88-1 clamav-data-0.88.1-1.fc4 clamav-milter-0.88-1 clamav-update-0.88.1-1.fc4 So my installed RPMs are of the correct version. I stopped and restarted all running clam processes (at that point, we're talking about freshclam, clamd and clamav-milter) and then did a version check: [EMAIL PROTECTED] ~]# clamd -V ClamAV 0.88/1400/Fri Apr 14 10:21:07 2006 WARNING: Version mismatch. See http://www.clamav.net/faq.html Tool version: 0.88, Engine version: 0.88.1 [EMAIL PROTECTED] ~]# clamav-milter -V ClamAV version 0.88, clamav-milter version 0.87 [EMAIL PROTECTED] ~]# freshclam -V ClamAV 0.88.1/1400/Fri Apr 14 10:21:07 2006 So freshclam is fine (confirmed by version listed in /var/log/clamav/freshclam.log: [EMAIL PROTECTED] ~]# tail /var/log/clamav/freshclam.log -------------------------------------- freshclam daemon 0.88.1 (OS: linux-gnu, ARCH: i386, CPU: i386) ClamAV update process started at Fri Apr 14 12:47:01 2006 main.cvd is up to date (version: 37, sigs: 46700, f-level: 7, builder: ccordes) daily.cvd is up to date (version: 1400, sigs: 4228, f-level: 7, builder: arnaud) -------------------------------------- [EMAIL PROTECTED] ~]# But my clamav and clamav-milter executables are (still) older versions. I have only one of each (confirmed by locate/which). What have I missed? -Don _______________________________________________ http://lurker.clamav.net/list/clamav-users.html