HomeSort by: relevance | last modified time | path
    Searched defs:soft_error (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_trouble.c 231 int soft_error = (STR(why->status)[0] == '4'); local
241 if (soft_error) {
245 soft_error = (state->misc_flags & SMTP_MISC_FLAG_FINAL_SERVER) == 0;
254 if ((soft_error || soft_bounce_error)
294 status = (soft_error ? defer_append : bounce_append)
402 int soft_error; local
418 soft_error = STR(why->status)[0] == '4';
429 if ((soft_error || soft_bounce_error)
445 status = (soft_error ? defer_append : bounce_append)

Completed in 21 milliseconds