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=dae60b6daf14a8d46f2c457d9fbcfd69ddca4302;hb=154ecc9117291889ed20b392e65725f883a2d962;hp=d6633fb564799bc3051fa614a021b95c9b663c54;hpb=a77f3c4e1c594c492d3e7b4aea870f0f03426d3a;p=citadel.git diff --git a/citadel/modules/smtp/smtp_util.c b/citadel/modules/smtp/smtp_util.c index d6633fb56..dae60b6da 100644 --- a/citadel/modules/smtp/smtp_util.c +++ b/citadel/modules/smtp/smtp_util.c @@ -287,6 +287,7 @@ void smtp_do_bounce(char *instr, StrBuf *OMsgTxt) StrBufAppendBuf(BounceMB, boundary, 0); StrBufAppendBufPlain(BounceMB, HKEY("--\r\n"), 0); CM_SetAsFieldSB(bmsg, eMesageText, &BounceMB); + /* Deliver the bounce if there's anything worth mentioning */ syslog(LOG_DEBUG, "num_bounces = %d\n", num_bounces); if (num_bounces > 0) {