On 11.06.2013 22:14, Νικόλαος Κούρας wrote:
Τη Τρίτη, 11 Ιουνίου 2013 2:21:50 μ.μ. UTC+3, ο χρήστης Andreas Perstinger 
έγραψε:
> sending the mail to python-list@python.org will just open anew
> subject intead of replyign to an opened thread.

You would need to find out the Message-Id of the post you want to reply
to and then add manually the In-Reply-To and References headers to your
e-mail using that Id.

You mean by viewing for example your post as 'view original source', finding
In-Reply-To: <71d585e6-bb98-47b7-9a45-7cde1ba0c...@googlegroups.com>

No, the In-Reply-To header in *my* post is the post *I* have replied to, i.e. that's the Message-ID of *your* earlier post.


and then compose a new mail as:

to: Andreas Perstinger <andip...@gmail.com>
cc: In-Reply-To: <71d585e6-bb98-47b7-9a45-7cde1ba0c...@googlegroups.com>

is this the way Andrea?

No, the headers would be:
To: python-list@python.org
In-Reply-To: <51b7084e.9040...@gmail.com>
References: <mailman.2964.1370862786.3114.python-l...@python.org> <51b5bb53$0$29997$c3e8da3$54964...@news.astraweb.com> <71d585e6-bb98-47b7-9a45-7cde1ba0c...@googlegroups.com> <51b7084e.9040...@gmail.com>

Basically, you should follow RFC 2822 and RFC 1036 if you don't mess up with message threading.

You also need to know that you can't add these headers manually in Thunderbird out of the box. You would need to edit the configuration.

Bye, Andreas
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to