Removing Unchecked tag
/opt/zimbra/common/sbin
Hey guys, this is what you need to do to remove the tag (it will *NOT* survive an upgrade, so you need to repeat these steps whenever you upgrade):
In order to turn off this subject tagging, chmod u+w and go into /opt/zimbra/amavisd/sbin/amavisd and edit this line:
$undecipherable_subject_tag = '***UNCHECKED*** ';
changing it to:
$undecipherable_subject_tag = '';
chmod u-w /opt/zimbra/amavisd/sbin/amavisd
then restart amavisd:
su - zimbra
zmamavisdctl restart
our localtion
/opt/zimbra/common/sbin
Comments
Post a Comment