X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=ctdlsh%2Fmailq.c;h=772c242302e7a060fc8acbf6d65032267db5a0b7;hb=3cfd3d25e0b77093cc49277929e795efe9593f7f;hp=f8978418049a3d86af55e4164528e784bee70517;hpb=2c3fce1fb19243c31309f75aaf64132a1278f4fe;p=citadel.git diff --git a/ctdlsh/mailq.c b/ctdlsh/mailq.c index f89784180..772c24230 100644 --- a/ctdlsh/mailq.c +++ b/ctdlsh/mailq.c @@ -28,7 +28,7 @@ void mailq_show_this_queue_entry(StrBuf *MsgText) { printf("Last delivery attempt: %s", asctime(localtime(&attempted))); } else if (!strncasecmp(ChrPtr(Line), HKEY("bounceto|"))) { - printf("Sender: %s\n", ChrPtr(Line)+10); + printf("Sender: %s\n", ChrPtr(Line)+9); } else if (!strncasecmp(ChrPtr(Line), HKEY("remote|"))) { printf("Recipient: %s\n", ChrPtr(Line)+7);