cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1348
Views
0
Helpful
2
Replies

Can the content filter also filter the CC

Ed_Mir
Level 1
Level 1

Hello

Can the ESA/Ironport content filter also filter the recipient in the CC: box?
I need to identify all email that are sent to a specific email (ex. fromspam@anywher.com). So far I can catch/filter them when that address is a regular recipient and/or sender and send them to a quarantine folder, but cannot do it if it is a CC and/or BCC:

Any help is greatly appreciated.

Thank you

2 Replies 2

marc.luescherFRE
Spotlight
Spotlight

The SMTP header should contain a field called CC and TO so I would first try if the header('CC') would allow you to identify what you would need to do. I did not test this yet with the latest software release but have done this in the past.

 

Thanks Marc,

Where's do I implement the SMTP header within the ESA? In the Other Header section? Thanks