cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2532
Views
1
Helpful
1
Replies

Message Header ID

zamihussain
Level 1
Level 1

Dear All , 

Kindly assist me how setup mail flow on base of Message Header ID , Mean here if any mail coming from this message id Iron port should allow and deliver email to users without fail . because many legitate mail considering as spam and moving to spam folder .

Regards,

1 Reply 1

Libin Varghese
Cisco Employee
Cisco Employee

Hi Zami,

You can use message/content filters to check the Message-ID header using condition "Other Header".

Header Name: Message-ID
Value: As required.

You would then need to add message filter actions as per your requirement.

For example
Test:
if (header("Message-ID") == "Value")
{
skip-spamcheck();
}

Regards

Libin Varghese