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

  /src/external/ibm-public/postfix/dist/src/global/
header_opts.c 83 "Resent-Bcc", HDR_RESENT_BCC, HDR_OPT_XRECIP | HDR_OPT_RR,
84 "Resent-Cc", HDR_RESENT_CC, HDR_OPT_XRECIP | HDR_OPT_RR,
85 "Resent-Date", HDR_RESENT_DATE, HDR_OPT_RR,
86 "Resent-From", HDR_RESENT_FROM, HDR_OPT_SENDER | HDR_OPT_RR,
87 "Resent-Message-Id", HDR_RESENT_MESSAGE_ID, HDR_OPT_RR,
88 "Resent-Reply-To", HDR_RESENT_REPLY_TO, HDR_OPT_RECIP | HDR_OPT_RR,
89 "Resent-Sender", HDR_RESENT_SENDER, HDR_OPT_SENDER | HDR_OPT_RR,
90 "Resent-To", HDR_RESENT_TO, HDR_OPT_XRECIP | HDR_OPT_RR,
header_opts.h 68 #define HDR_OPT_RR (1<<3) /* Resent- header */
  /src/external/ibm-public/postfix/dist/src/sendmail/
sendmail.c 664 && (state->resent == 0 || (header_info->flags & HDR_OPT_RR))) {
665 if (header_info->flags & HDR_OPT_RR) {
  /src/external/ibm-public/postfix/dist/src/cleanup/
cleanup_message.c 673 if (hdr_opts->flags & HDR_OPT_RR)

Completed in 85 milliseconds