Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

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 
To: [email protected]
Message-ID: 
MIME-Version: 1.0
Content-Type: text/html; charset=utf-8
SpamByFGT: =?utf-8?Q?IMAP?=

Proxy is not working

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.

The post Solved: How MIME tag works in Email filter? appeared first on PUPUWEB - Information Resource for Emerging Technology Trends and Cybersecurity.



This post first appeared on PUPUWEB - Information Resource For Emerging Technology Trends And Cybersecurity, please read the originial post: here

Share the post

Solved: How MIME tag works in Email filter?

×

Subscribe to Pupuweb - Information Resource For Emerging Technology Trends And Cybersecurity

Get updates delivered right to your inbox!

Thank you for your subscription

×