• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Drop file extensions in spamassassin

SalvadorS

Regular Pleskian
Hello,

I installed spamassassin without any issues. Then I added these lines in:

/etc/spamassassin/local.cf


mimeheader MIME_FAIL Content-Type =~ /\.(ade|adp|bat|chm|cmd|com|cpl|exe|hta|ins|isp|jse|)\b/i
describe MIME_FAIL Blacklisted file extension detected
score MIME_FAIL 15

To drop all mails with file attached with that extensions.

I checked all is ok with:

spamassassin --lint

But mails with files with that extensions goes inside without problem.

Does anybody know how to do this correctly?

Thank you
 
Back
Top