From: Art Cancro Date: Sun, 27 Dec 2020 05:37:30 +0000 (-0500) Subject: more sorting out of the headers X-Git-Tag: v939~178 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=1499a7f20c96592af7ac9317de2fe4cf667885cf;p=citadel.git more sorting out of the headers --- diff --git a/webcit/messages.c b/webcit/messages.c index a98d70257..3fd509139 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1568,7 +1568,7 @@ void display_enter(void) { StrBufAppendBuf(to_rcpt, replyto, 0); } - else if (StrLength(rfca) > 0) { + else if ( (StrLength(rfca) > 0) && (message_originated_locally == 0) ) { to_rcpt = NewStrBuf(); StrBufAppendBuf(to_rcpt, from, 0); StrBufAppendBufPlain(to_rcpt, HKEY(" <"), 0);