From 1499a7f20c96592af7ac9317de2fe4cf667885cf Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sun, 27 Dec 2020 00:37:30 -0500 Subject: [PATCH] more sorting out of the headers --- webcit/messages.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2