***UNCHECKED*** gets added to the subject of encrypted mail using PGP

***UNCHECKED*** gets added to the subject of encrypted mail using PGP


   KB 24582        Last updated on 2023-10-28  




0.00
(0 votes)

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
Verified Against: ZCS 8.8 ZCS 9.0 ZCS 10.0 Date Created: 2023-08-29
Article ID: https://wiki.zimbra.com/index.php?title=***UNCHECKED***_gets_added_to_the_subject_of_encrypted_mail_using_PGP Date Modified: 2023-10-28



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search