Cisco Cisco Email Security Appliance C170 Guia Do Utilizador

Página de 568
Chapter 6      Using Message Filters to Enforce Email Policies
6-148
Cisco IronPort AsyncOS 7.5 for Email Advanced Configuration Guide
OL-25137-01
Another Drop Spoofed Domain Filter
Summary: Anti domain spoof filter:
Detect Looping Filter
This filter is used to detect, stop, and determine what is causing, a mail loop. This 
filter can help determine a configuration issue on the Exchange server or 
elsewhere.
drop ();
}
reject_domain_spoof: 
if (recv-listener == "MailListener") {
  insert-header("X-Group", "$Group");
  if ((mail-from == "@test\\.mycompany\\.com") AND (header("X-Group") != 
"RELAYLIST")) {
    notify("me@here.com");
    drop();
    strip-header("X-Group");
}
External_Loop_Count:
if (header("X-ExtLoop1")) {
  if (header("X-ExtLoopCount2")) {
    if (header("X-ExtLoopCount3")) {
      if (header("X-ExtLoopCount4")) {