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

/macosx-10.10/postfix-255/postfix/src/smtpstone/
H A Dsmtp-sink.c362 static int max_msg_quit_count; variable
911 if (count || max_msg_quit_count > 0) {
915 if (max_msg_quit_count > 0 && mesg_count >= max_msg_quit_count)
1494 if ((max_msg_quit_count = atoi(optarg)) <= 0)

Completed in 113 milliseconds