We have four cases, all from the same user, where the user replies by email and Discourse strips his response and instead re-posts the content he was replying to. So he looks silly and the mods have to delete his post.
Following are the details using two methods.
Method 1
Since he’s replying by email, there is this icon on his post. The Text and HTML tabs look fine- that is they look like other reply-by-email posts that do work as expected.
The Text and HTML tabs look like this:
Yada yada yada. This is the response.
blah blah blah. This is the original post.
But what appears on the forum is “blah blah blah”, not “yada yada yada” as expected.
Method 2
In Data Explorer, the raw_email contains both blah and yada. But raw and cooked contain only blah- that is, the original post. Here is the redacted raw_email. If you can help but need the unredacted version, please PM me.
Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by ip-172-26-14-30-mail-receiver.localdomain (Postfix) with ESMTP id C781113D61A for <replies+5307620e7f86ed9f79698d9c469de678@forum.example.com>; Fri, 31 Jan 2020 18:17:21 +0000 (UTC) Received: by mail-oi1-f175.google.com with SMTP id q81so8214729oig.0 for <replies+5307620e7f86ed9f79698d9c469de678@forum.example.com>; Fri, 31 Jan 2020 10:17:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to;
[BORING STUFF REMOVED]
X-Received: by 2002:aca:dc45:: with SMTP id t66mr7455696oig.39.1580494636891; Fri, 31 Jan 2020 10:17:16 -0800 (PST) MIME-Version: 1.0 References: <topic/1515@forum.example.com> <topic/1515/63121@forum.example.com> <0101016ffbfae673-0805e141-bbb4-4036-9da6-80e4bfaeda9b-000000@us-west-2.amazonses.com> In-Reply-To: <0101016ffbfae673-0805e141-bbb4-4036-9da6-80e4bfaeda9b-000000@us-west-2.amazonses.com> From: Steve <steveexample@gmail.com> Date: Fri, 31 Jan 2020 10:16:42 -0800 Message-ID: <CADy7SJEYJ5B8c-WgkG93PCTwnLCk1icC_H+Q9Q=zkeek5RSUAA@mail.gmail.com> Subject: Re: [506] [Investments/Equity] Total Return Fund To: Investor Group <replies+5307620e7f86ed9f79698d9c469de678@forum.example.com> Content-Type: multipart/alternative; boundary="00000000000066c15d059d7395ee" --00000000000066c15d059d7395ee Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
YADA YADA YADA. This is the response.
On Fri, Jan 31, 2020 at 6:22 AM Robert via Investor Group < reply@example.com> wrote: >
BLAH BLAH BLAH. This is the original post.
[FOOTER REMOVED]