How can I disable the ***UNCHECKED*** tag that Amavis applies to a message when an email is not able to be scanned?

Amavis will tag the subject line of any email that it can't scan with the tag UNCHECKED.

ClamAV Problems

First check and see that the ClamAV daemon is running properly. See: How can I check the status of ClamAV and fix any problems?

Password Protected Archives

Amavis will prepend to Subject (for local recipients only) if mail could not be decoded or checked entirely, e.g. due to password-protected archives.

To Disable the UNCHECKED Header (Not recommended)

To disable this on Centos/RHEL edit the file /etc/amavisd/warden.conf or on Debian/Ubuntu edit the file /etc/amavis/conf.d/99-warden and add the line (before the last line 1;):

$undecipherable_subject_tag = undef;

After making the changes restart Amavis:

// Centos/RHEL/CloudLinux/AlmaLinux
systemctl restart amavisd

// Debian/Ubuntu
systemctl restart amavis
  • UNCHECKED, amavis
  • 3 Users Found This Useful
這篇文章有幫助嗎?

相關文章

How can I change the interface language of the extension?

You can change the interface language under Settings -> Application Settings -> Locale...

Why isn't autolearning working for me (autolearn=no) ?

Lots of people seem to be confused by the "autolearn=no" statement in the default X-Spam-Status...

How can I disable admin email notifications in Amavis?

Amavis has different default options for controlling where virus, spam, banned file attachments,...

Where are the configuration files for Warden located?

Centos/RHEL/CloudLinux/AlmaLinux Configuration files: // amavis (Content Filter Settings)...

How can I override the score for a specific rule in Warden?

To Override a Rule Score Navigate to Warden -> Rules -> Click on Add then select the...