Searched refs:msg_error_bound (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dmsg.c184 static int msg_error_bound = 13; variable
243 if (++msg_error_count >= msg_error_bound)
329 int old = msg_error_bound;
331 msg_error_bound = limit;

Completed in 105 milliseconds