* Stefan Foerster <cite+postfix-us...@incertum.net>: > It would still be nice to know whether smtpd_client_event_limit_exceptions > will prevent the additional delays.
NVM. This code in smtpd_chat.c, within smtpd_chat_reply, is executed without making any reference to smtpd_client_event_limit_exceptions: ,----[ smtpd_chat.c, smtpd_chat_reply ] | if (state->error_count >= var_smtpd_soft_erlim) | sleep(delay = var_smtpd_err_sleep); `---- Stefan