Yes, you are right ...
I found this to correctly whitelist MBL.x signatures ...
you run:
/usr/bin/clamav-unofficial-sigs.sh -w
and you get:
################################################################################
eXtremeSHOK.com ClamAV Unofficial Signature Updater
Version: v5.6.2 (2017-03-19)
Required Configuration Version: v72
Copyright (c) Adrian Jon Kriel ::
admin@extremeshok.com
################################################################################
=======================================================
Loading config: /etc/clamav-unofficial-sigs/master.conf
=======================================================
===================================================
Loading config: /etc/clamav-unofficial-sigs/os.conf
===================================================
=====================================================
Loading config: /etc/clamav-unofficial-sigs/user.conf
=====================================================
Input a third-party signature name that you wish to whitelist due to false-positives
and press enter (do not include '.UNOFFICIAL' in the signature name nor add quote
marks to the input string):
you paste signature that you like to whitelist without ".UNOFFICIAL" ...
MBL_22685397
and get answer:
=======================================================
No updates detected, ClamAV databases were not reloaded
=======================================================
Signature 'MBL_22685397' has been added to my-whitelist.ign2 and
all databases have been reloaded. The script will track any changes
to the offending signature and will automatically remove it if the
signature is modified or removed from the third-party database.
The /usr/bin/clamav-unofficial-sigs.sh -w script create two new files.
/var/lib/clamav/my-whitelist.ign2
/var/lib/clamav-unofficial-sigs/configs/my-whitelist.ign2
and inside is new signiture that is whitelisted. If you have more signitures to add just run again this command "/usr/bin/clamav-unofficial-sigs.sh -w"
This is it. Thanks to put me in right direction.