Hello, I upgraded to latest version (0.14rc1) by recompiling sources from github. It is now OK. (Virus are detected/blocked by Clamav, with no error in log file)
As Debian sid is still in 0.10 for now, here is my procedure to install 0.14 sources: # Get sources from website: cd /usr/local/src wget --no-check-certificate https://github.com/jbenden/mod_clamav/archive/master.zip unzip master.zip # Get Debian sources (0.10) apt-get -y install dpkg-dev zlib1g-dev devscripts apt-get build-dep proftpd-mod-clamav apt-get -y source proftpd-mod-clamav # Copy new sources cp mod_clamav-master/mod_clamav.* proftpd-mod-clamav-0.10 # Create a patch of changes: dpkg-source -commit # (name it whatever you want) # Create .deb : debuild -us -uc # Install it dpkg -i ../proftpd-mod-clamav_0xxxx.deb Best regards, Jeremie L.