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/
H A 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/
H A Dsmtpd_check.c1068 static int smtpd_check_reject(SMTPD_STATE *state, int error_class, in smtpd_check_reject() argument
1080 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() argument
1189 defer->class = error_class; in defer_if()