X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=589f8855305f4eb889d087a745e598d10cfba435;hp=861ee97636efe375be66af2fe15278f1a253832e;hb=573281fcad13fe840b7f0795ff36be5cfc5b420a;hpb=dadcada1134cba58c3b238feeee2a2c363ad83e0 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);