Home
last modified time | relevance | path

Searched refs:orig_msgid (Results 1 – 5 of 5) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-lda/
H A Dmail-send.c62 const char *hdr, *value, *msgid, *orig_msgid, *boundary, *error; in mail_send_rejection() local
67 if (mail_get_first_header(mail, "Message-ID", &orig_msgid) < 0) in mail_send_rejection()
68 orig_msgid = NULL; in mail_send_rejection()
73 orig_msgid == NULL ? "" : str_sanitize(orig_msgid, 80), in mail_send_rejection()
81 orig_msgid == NULL ? "" : str_sanitize(orig_msgid, 80), in mail_send_rejection()
88 orig_msgid == NULL ? "" : str_sanitize(orig_msgid, 80), error); in mail_send_rejection()
172 if (orig_msgid != NULL) in mail_send_rejection()
173 str_printfa(str, "Original-Message-ID: %s\r\n", orig_msgid); in mail_send_rejection()
207 orig_msgid == NULL ? "" : str_sanitize(orig_msgid, 80), in mail_send_rejection()
211 orig_msgid == NULL ? "" : str_sanitize(orig_msgid, 80), in mail_send_rejection()
/dports/mail/postfix-current/postfix-3.7-20211107/src/bounce/
H A Dbounce_notify_util.c275 bounce_info->orig_msgid = vstring_alloc(100); in bounce_mail_alloc()
409 vstring_strcpy(bounce_info->orig_msgid, cp); in bounce_mail_alloc()
437 if (VSTRING_LEN(bounce_info->orig_msgid) == 0) in bounce_mail_alloc()
450 || VSTRING_LEN(bounce_info->orig_msgid) > 0)) { in bounce_mail_alloc()
539 vstring_free(bounce_info->orig_msgid); in bounce_mail_free()
579 if (VSTRING_LEN(bounce_info->orig_msgid) > 0) { in bounce_header()
580 post_mail_fprintf(bounce, "References: %s", STR(bounce_info->orig_msgid)); in bounce_header()
581 post_mail_fprintf(bounce, "In-Reply-To: %s", STR(bounce_info->orig_msgid)); in bounce_header()
H A Dbounce_service.h88 VSTRING *orig_msgid; /* original message-id */ member
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_mdn.c128 char *orig_msgid; member
138 free(mdn->orig_msgid); in free_mdn()
400 mdn->orig_msgid = xstrdup(buf_cstring(&buf)); in generate_mdn()
401 buf_printf(msgbuf, "Original-Message-ID: %s\r\n", mdn->orig_msgid); in generate_mdn()
555 if (mdn.orig_msgid) { in jmap_mdn_send()
557 json_string(mdn.orig_msgid)); in jmap_mdn_send()
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/
H A Dassp.pl16193 my ($line, $gen, $day, $hash, $orig_msgid) = ($1,$2,$3,$4,$5);
16203 my $hash_source = $gen . $day . $orig_msgid;
16214 $old = $MSGIDpreTag.'.'.$gen.$day.$hash.'.'.$orig_msgid;
16292 …while (my ($cline,$line, $gen, $day, $hash, $orig_msgid) = ($tocheck =~ /(($HeaderNameRe\:)[\r\n\s…
16303 my $hash_source = $gen . $day . $orig_msgid;