Disable a ClamAV signature

August 10, 2012 at 07:30 AM | categories: Tips, Email | View Comments

There are cases when you need to disable a ClamAV signature for various reasons.

To do this create a file with the extension ".ign2" in your ClamAV data directory with the name of the signature.

cat > /var/lib/clamav/mb.ign2 << 'EOF'
MBL_303159
EOF

Reload clamd and you should be good to go.


blog comments powered by Disqus