# Outlookのメール返信で番号付きリスト以降の情報がすべて消える

**URL:** <https://meta.discourse.org/t/reply-by-email-from-outlook-drops-everything-after-a-numbered-list/408194>\
**Category:** Bug\
**Tags:** email, email-in, fixed\
**Created:** [2026 年 7 月 21 日午後 8:55 UTC](https://meta.discourse.org/t/reply-by-email-from-outlook-drops-everything-after-a-numbered-list/408194 "2026-07-21T20:55:01Z")\
**Posts on this page:** 1\
**Showing post:** 10

<div class="post-metadata">

**Author:** ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)\
**Post date:** [2026 年 7 月 28 日午後 5:09 UTC](https://meta.discourse.org/t/reply-by-email-from-outlook-drops-everything-after-a-numbered-list/408194/10 "2026-07-28T17:09:04Z")

</div>

詳細なレポートとテスト用メールをありがとうございます @ryanturner 👍

このバグは

> <https://github.com/discourse/discourse/pull/42103>
>
> Previously, a reply sent from Outlook was truncated at its first numbered list —… \`extract\_from\_word\` treats any child of \`.WordSection1\` that is neither a \`\<p\>\` nor a \`\<ul\>\` as the start of a signature or forwarded message, and Outlook renders numbered lists as \`\<ol\>\`, so the list and everything after it was elided and (outside of private messages, or with \`always\_show\_trimmed\_content\` disabled) dropped from the post with no error.
> 
> This change excludes \`\<ol\>\` as well, so numbered lists are kept along with the content that follows them, while the \`\<div\>\`/\`\<table\>\` signature and forwarded-message blocks the method exists to strip are still elided.

によって修正されます。

---

_[View the full topic](https://meta.discourse.org/t/reply-by-email-from-outlook-drops-everything-after-a-numbered-list/408194)._
