Ugh, still major failure. I'm just cutting the timeout handling for now.

This commit is contained in:
Seth Hall 2011-12-15 12:46:15 -05:00
parent f1f5719f83
commit cb904cec4f

View file

@ -25,7 +25,6 @@ event Notice::notice(n: Notice::Info) &priority=10
n$email_body_sections[|n$email_body_sections|] = output;
delete n$email_delay_tokens["hostnames-src"];
}
timeout max_email_delay { }
}
if ( n?$dst )
{
@ -36,6 +35,5 @@ event Notice::notice(n: Notice::Info) &priority=10
n$email_body_sections[|n$email_body_sections|] = output;
delete n$email_delay_tokens["hostnames-dst"];
}
timeout max_email_delay { }
}
}