Changes in Message Notification email receiving from cisco IronPort
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 05:31 AM
Hi Guys,
Can anyone help me to change or modify the content which i receiving from Cisco Message Notification when user's email gets quarantined example is as below.
Sent: day date time
To: recepient name<recepient ID>
Subject: Message Notification
is possible to display reply to the header email id also in notification info
like as below
reply to: user@company.com
- Labels:
-
Email Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 09:53 PM
I am assuming this is a notification template if yes, then u can use $header followed the by the string or name of the header.
For e.g. Reply To: $header['Reply-to']
User guide reference - https://www.cisco.com/c/en/us/td/docs/security/esa/esa12-0/user_guide/b_ESA_Admin_Guide_12_0/b_ESA_Admin_Guide_12_0_chapter_010110.html#con_1124788
$header[‘string ’] |
Replaced by the value of the quoted header, if the original message contains a matching header. Note that double quotes may also be used. |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 12:58 AM
Can you file a documentation bug on that for 15.x? I couldn't find that syntax anywhere.
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 06:02 AM
Is this what you were looking for - https://www.cisco.com/c/en/us/td/docs/security/esa/esa15-0/user_guide/b_ESA_Admin_Guide_15-0/b_ESA_Admin_Guide_12_1_chapter_01010.html#con_1146269
This was from 15.0 user guide.
