Searched refs:error_class (Results 1 – 2 of 2) sorted by relevance
172 const char *error_class; in dict_sockmap_lookup() local266 error_class = "temporary"; in dict_sockmap_lookup()269 error_class = "timeout"; in dict_sockmap_lookup()272 error_class = "permanent"; in dict_sockmap_lookup()275 error_class = "unknown"; in dict_sockmap_lookup()281 dict->type, dict->name, error_class, in dict_sockmap_lookup()
1087 static int smtpd_check_reject(SMTPD_STATE *state, int error_class, in smtpd_check_reject() argument1099 if (state->warn_if_reject && error_class != MAIL_ERROR_SOFTWARE in smtpd_check_reject()1100 && error_class != MAIL_ERROR_RESOURCE in smtpd_check_reject()1101 && error_class != MAIL_ERROR_DATA) { in smtpd_check_reject()1116 state->error_mask |= error_class; in smtpd_check_reject()1196 static int defer_if(SMTPD_DEFER *defer, int error_class, in defer_if() argument1208 defer->class = error_class; in defer_if()