X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=589f8855305f4eb889d087a745e598d10cfba435;hb=573281fcad13fe840b7f0795ff36be5cfc5b420a;hp=861ee97636efe375be66af2fe15278f1a253832e;hpb=d3a29d82d6492191ae8208617e8ac1f088bcf14a;p=citadel.git diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index 861ee9763..589f88553 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -271,7 +271,8 @@ void smtp_do_bounce(char *instr, StrBuf *OMsgTxt) CtdlOutputMsg(omsgid, MT_RFC822, HEADERS_ALL, - 0, 1, NULL, 0); + 0, 1, NULL, 0, + NULL, NULL); StrBufAppendBuf(BounceMB, CC->redirect_buffer, 0); FreeStrBuf(&CC->redirect_buffer);