Hi all, I'm using unofficial clamav signatures using clamav-unofficial-sigs.sh script. Sometimes, there are few false positives & I have to add it to /var/lib/clamav/local.ign file.
The way I do it is, "/bin/echo $name | /usr/bin/clamav-unofficial-sigs.sh -b" Today I faced a issue where, there were multiple signatures added without a "\n" between them which were causing ctasd to die. Also, in some instances, I could multiple lines of the same signature in the file (which is not possible as clamav-unofficial-sigs.sh script throws warning when this happens). Why? To solve that, I removed the local.ign file and recreated one with "echo sig | clamav-unofficial-sigs.sh" and all the content of deleted local.ign came back. Any idea why? -- Regards, Abhijeet Rastogi (shadyabhi) http://blog.abhijeetr.com _______________________________________________ Help us build a comprehensive ClamAV guide: visit http://wiki.clamav.net http://www.clamav.net/support/ml
