***UNCHECKED*** gets added to the subject of encrypted mail using PGP
***UNCHECKED*** gets added to the subject of encrypted mail using PGP
Problem
Emails that utilize PGP encryption may encounter the insertion of the UNCHECKED keyword into the subject line due to Amavis behavior.
Solution
Recognizing this occurrence as a false positive, it is possible to prevent the inclusion of the UNCHECKED tag in the subject line for emails that are PGP-encrypted.
This ensures accurate subject lines for encrypted communication.
Here are the steps:
Edit the following file,
vi /opt/zimbra/common/lib/perl5/Amavis/Conf.pm
Change the line:
$undecipherable_subject_tag = '***UNCHECKED*** ';
to:
$undecipherable_subject_tag = ;
Restart Amavis Service:
As zimbra:
zmamavisdctl restart
Submitted by: Sandesh Satam |