mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-01-14 04:35:43 +02:00
[ClamAV] Add more signatures
This commit is contained in:
parent
62ccd4215e
commit
5081d6d9f1
@ -42,7 +42,14 @@ while true; do
|
|||||||
--include 'blurl.ndb' \
|
--include 'blurl.ndb' \
|
||||||
--include 'junk.ndb' \
|
--include 'junk.ndb' \
|
||||||
--include 'jurlbl.ndb' \
|
--include 'jurlbl.ndb' \
|
||||||
|
--include 'jurbla.ndb' \
|
||||||
|
--include 'phishtank.ndb' \
|
||||||
--include 'phish.ndb' \
|
--include 'phish.ndb' \
|
||||||
|
--include 'spamimg.hdb' \
|
||||||
|
--include 'scam.ndb' \
|
||||||
|
--include 'rogue.hdb' \
|
||||||
|
--include 'sanesecurity.ftm' \
|
||||||
|
--include 'sigwhitelist.ign2' \
|
||||||
--exclude='*' /var/lib/clamav/
|
--exclude='*' /var/lib/clamav/
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
echo RELOAD | nc localhost 3310
|
echo RELOAD | nc localhost 3310
|
||||||
|
Loading…
Reference in New Issue
Block a user