X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;fp=citadel%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=8609f91133bcd86e71d7c0f73ebeec569fe7fc8e;hb=80172bd70dde62001e0779f39efd4ad9835788d9;hp=e4a4c2da5eadb0e83c6d1e3597354f37d9a914ea;hpb=60f03c2407f834ba677dfac9fe545db255ac8263;p=citadel.git diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index e4a4c2da5..8609f9113 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -272,7 +272,7 @@ void smtp_do_bounce(char *instr, StrBuf *OMsgTxt) MT_RFC822, HEADERS_ALL, 0, 1, NULL, 0, - NULL, NULL); + NULL, NULL, NULL); StrBufAppendBuf(BounceMB, CC->redirect_buffer, 0); FreeStrBuf(&CC->redirect_buffer);