HomeSort by: relevance | last modified time | path
    Searched refs:postmaster_subject (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_template.c 345 if (tp->postmaster_subject == 0) {
351 tp->postmaster_subject = hval;
500 out_fn(fp, "Subject: %s", tp->postmaster_subject && postmaster_copy ?
501 tp->postmaster_subject : tp->subject);
544 if (tp->postmaster_subject)
546 tp->postmaster_subject);
bounce_template.h 35 const char *postmaster_subject; /* postmaster subject (configurable) */ member in struct:BOUNCE_TEMPLATE

Completed in 14 milliseconds