Home
last modified time | relevance | path

Searched refs:error_class (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Ddict_sockmap.c172 const char *error_class; in dict_sockmap_lookup() local
266 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()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_check.c1087 static int smtpd_check_reject(SMTPD_STATE *state, int error_class, in smtpd_check_reject() argument
1099 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() argument
1208 defer->class = error_class; in defer_if()