mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Ugh, still major failure. I'm just cutting the timeout handling for now.
This commit is contained in:
parent
f1f5719f83
commit
cb904cec4f
1 changed files with 0 additions and 2 deletions
|
@ -25,7 +25,6 @@ event Notice::notice(n: Notice::Info) &priority=10
|
||||||
n$email_body_sections[|n$email_body_sections|] = output;
|
n$email_body_sections[|n$email_body_sections|] = output;
|
||||||
delete n$email_delay_tokens["hostnames-src"];
|
delete n$email_delay_tokens["hostnames-src"];
|
||||||
}
|
}
|
||||||
timeout max_email_delay { }
|
|
||||||
}
|
}
|
||||||
if ( n?$dst )
|
if ( n?$dst )
|
||||||
{
|
{
|
||||||
|
@ -36,6 +35,5 @@ event Notice::notice(n: Notice::Info) &priority=10
|
||||||
n$email_body_sections[|n$email_body_sections|] = output;
|
n$email_body_sections[|n$email_body_sections|] = output;
|
||||||
delete n$email_delay_tokens["hostnames-dst"];
|
delete n$email_delay_tokens["hostnames-dst"];
|
||||||
}
|
}
|
||||||
timeout max_email_delay { }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue