X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserver%2Fmodules%2Fsmtp%2Fsmtp_util.c;h=e025db9ddb5514f7d8f6f0000b7a7f09176c4c1b;hb=531c6449f1d765f5c871ba9d20a13e104d1f5529;hp=6e4352da90240432c2f9c8750d3f7257b40d2fab;hpb=6ce0d284993145869a896e5790e9b8250203f1c7;p=citadel.git diff --git a/citadel/server/modules/smtp/smtp_util.c b/citadel/server/modules/smtp/smtp_util.c index 6e4352da9..e025db9dd 100644 --- a/citadel/server/modules/smtp/smtp_util.c +++ b/citadel/server/modules/smtp/smtp_util.c @@ -212,7 +212,7 @@ void smtp_do_bounce(const char *instr, int is_final) { StrBufAppendBufPlain(BounceMB, HKEY("--"), 0); StrBufAppendBuf(BounceMB, boundary, 0); StrBufAppendBufPlain(BounceMB, HKEY("--\r\n"), 0); - CM_SetAsFieldSB(bmsg, eMesageText, &BounceMB); + CM_SetAsFieldSB(bmsg, eMessageText, &BounceMB); /* Deliver the bounce if there's anything worth mentioning */ syslog(LOG_DEBUG, "num_bounces = %d", num_bounces);