Searched refs:orig_msgid (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_service.h90 VSTRING *orig_msgid; /* original message-id */ member in struct:__anon5
H A Dbounce_notify_util.c277 bounce_info->orig_msgid = vstring_alloc(100);
411 vstring_strcpy(bounce_info->orig_msgid, cp);
439 if (VSTRING_LEN(bounce_info->orig_msgid) == 0)
452 || VSTRING_LEN(bounce_info->orig_msgid) > 0)) {
541 vstring_free(bounce_info->orig_msgid);
581 if (VSTRING_LEN(bounce_info->orig_msgid) > 0) {
582 post_mail_fprintf(bounce, "References: %s", STR(bounce_info->orig_msgid));
583 post_mail_fprintf(bounce, "In-Reply-To: %s", STR(bounce_info->orig_msgid));

Completed in 266 milliseconds