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()
1068 static int smtpd_check_reject(SMTPD_STATE *state, int error_class, in smtpd_check_reject() argument1080 if (state->warn_if_reject && error_class != MAIL_ERROR_SOFTWARE in smtpd_check_reject()1081 && error_class != MAIL_ERROR_RESOURCE in smtpd_check_reject()1082 && error_class != MAIL_ERROR_DATA) { in smtpd_check_reject()1097 state->error_mask |= error_class; in smtpd_check_reject()1177 static int defer_if(SMTPD_DEFER *defer, int error_class, in defer_if() argument1189 defer->class = error_class; in defer_if()