<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body><section><h1>歴史</h1><figure><section><h1>RFC 724</h1><pre>         &lt;extension-field&gt; ::=   &quot;In-Reply-To&quot; &quot;:&quot; &lt;reference-list&gt;
                               |...
         &lt;reference-list&gt;  ::=   &lt;null&gt;
                               | &lt;reference-item&gt;
                               | &lt;reference-item&gt; &quot;,&quot; &lt;reference-list&gt;
         &lt;reference-item&gt;  ::=   &lt;phrase&gt;
                               | &lt;mach-host-phrase&gt;
         &lt;mach-host-phrase&gt;::=   &quot;&lt;&quot; &lt;host-phrase&gt; &quot;&gt;&quot;</pre><section><h1>b. In-Reply-To:</h1><p>The contents of this field  identify  previous  correspondence
which  this  message answers.  If message identifiers are used
in this field, they should be enclosed in angle brackets (&lt;&gt;).</p></section><section><h1>例</h1><ul><li>In-Reply-to: &lt;some string at SHOST&gt;</li></ul></section></section></figure><figure><section><h1>RFC 733</h1><p>optional-field  =<pre>               ...
            /  &quot;In-Reply-To&quot;&quot;:&quot; #(phrase / mach-id)
            /...</pre></p><section><h1>2.  In-Reply-To</h1><p>The contents of this field identify previous correspondence which
this  message answers.  Note that if message identifiers are used
in this field, they must use the mach-id specification format.</p></section><section><h1>例</h1><ul><li>In-Reply-To: &lt;some string at SHOST&gt;</li></ul></section></section><section><h1>RFC 822</h1><pre>     optional-field =
                 ...
                 /  &quot;In-Reply-To&quot;       &quot;:&quot;  *(phrase / msg-id)
                 /...</pre><section><h1>4.6.2.  IN-REPLY-TO</h1><p>The contents of this field identify  previous  correspondence  
which this message answers.  Note that if message identifiers 
are used in this  field,  they  must  use  the  msg-id
specification format.</p></section><section><h1>例</h1><ul><li>In-Reply-To: &lt;some.string@DBM.Group&gt;, George's message</li></ul></section><section><h1>C.3.5.  IN-REPLY-TO</h1><p>The field-body is no longer a comma-separated list, although a
sequence is still permitted.</p></section></section></figure><section><h1>RFC 2822</h1><p><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">RFC2822の3.6.4</anchor>参照。</p><pre>  obs-in-reply-to =       &quot;In-Reply-To&quot; *WSP &quot;:&quot; *(phrase / msg-id) CRLF</pre></section></section><section><h1>関連</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="2" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[2]</anchor-end> <code class="822" xml:lang="en"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">References:</anchor></code> 欄も参照。</p></section><section><h1>メモ</h1><p><anchor-end xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:" a0:anchor="1" xmlns:a0="urn:x-suika-fam-cx:markup:suikawiki:0:9:">[1]</anchor-end> なんとなく <code class="822"><anchor xmlns="urn:x-suika-fam-cx:markup:suikawiki:0:9:">Reply-To</anchor></code> 欄との関係を期待したくなるところですが、あんまり関係ないです。 <code class="822">In-Reply-To</code> は<em>そのメッセージが返信する、元メッセージ</em>を示し、 <code class="822">Reply-To</code> は<em>そのメッセージを受け取った人が返信する時に使って欲しい宛先</em>が示されます。</p></section></body></html>