Skip to Content

Solved: How MIME tag works in Email filter?

The article describes how the MIME tag works for email traffic.

Solution

Config snip on FortiGate:

# config emailfilter profile
edit "default"
config imap
set action tag
set tag-msg "SpamByFGT:IMAP"
end
config pop3
set action tag
set tag-msg "SpamByFGT:POP3"
end
next
end

Below is an example of an email header tagged as spam over IMAP protocol.

Date: Mon, 19 Sep 2022 22:23:33 -0700
Subject: Proxy mode inspection issue
From: User2 <[email protected]>
To: [email protected]
Message-ID: <[email protected]>
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
SpamByFGT: =?utf-8?Q?IMAP?=
<p style="margin-block: 0px;">Proxy is not working</p>

Tag to MIME header does not modify the email contents[Subject/Body] directly for a user, rather the email client[Outlook/Thunderbird/etc] can take action based on this inserted Header/Attribute.

    Ads Blocker Image Powered by Code Help Pro

    Your Support Matters...

    We run an independent site that\'s committed to delivering valuable content, but it comes with its challenges. Many of our readers use ad blockers, causing our advertising revenue to decline. Unlike some websites, we haven\'t implemented paywalls to restrict access. Your support can make a significant difference. If you find this website useful and choose to support us, it would greatly secure our future. We appreciate your help. If you\'re currently using an ad blocker, please consider disabling it for our site. Thank you for your understanding and support.