📅 Thursday, 5 June 2025
🕐 3:09 PM
-
Log into the ESA
-
Type dictionaryconfig
-
Edit
-
Print
-
This will show all the entries on the dictionary, check the MFP for blacklist sender to see what it does when it matches the blacklist dictionary
14 Y Y mfp-inb-40-blacklist_v201218 mfp-inb-40-blacklist_v201218: if recv-listener == “ExternalMail” { if (mail-from-dictionary-match(“blacklist-senders”, 1)) OR (header-dictionary-match(“blacklist-senders”,“From”, 1)) { log-entry(“enveloperecipients”, “[INFO: Email quarantined] $subject”, “[email protected]”, “tmpl-policy-quarantine-blsender”); quarantine(“Policy”); skip-filters(); } }
-
For example, above the email comes in and the MFP reads if it matches a domain that’s in the blacklist-senders dictionary. After, it creates a log entry for message tracking and sends a notification email to the recipients.
-
THEN it gets sent to Policy Quarantine