* [Buildroot] mailinglist settings
@ 2010-12-05 14:57 Heiko Zuerker
2010-12-05 19:23 ` Thomas Petazzoni
0 siblings, 1 reply; 5+ messages in thread
From: Heiko Zuerker @ 2010-12-05 14:57 UTC (permalink / raw)
To: buildroot
Hey,
Would it be possible to set the "Reply-To" for the mailinglist to
buildroot at busybox.net ?
This way you don't always have to be manually changing the "To" when
replying to the list.
--
Regards
Heiko Zuerker
<http://www.devil-linux.org> http://www.devil-linux.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20101205/1af0c1ff/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] mailinglist settings
2010-12-05 14:57 [Buildroot] mailinglist settings Heiko Zuerker
@ 2010-12-05 19:23 ` Thomas Petazzoni
2010-12-05 19:41 ` Yann E. MORIN
0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2010-12-05 19:23 UTC (permalink / raw)
To: buildroot
On Sun, 5 Dec 2010 08:57:27 -0600
"Heiko Zuerker" <heiko@zuerker.org> wrote:
> Would it be possible to set the "Reply-To" for the mailinglist to
> buildroot at busybox.net ?
>
> This way you don't always have to be manually changing the "To" when
> replying to the list.
This is a normal setting for a mailing-list. If your mailer is correct,
it should have a "reply to list" option.
Regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] mailinglist settings
2010-12-05 19:23 ` Thomas Petazzoni
@ 2010-12-05 19:41 ` Yann E. MORIN
2010-12-07 12:36 ` Peter Korsgaard
0 siblings, 1 reply; 5+ messages in thread
From: Yann E. MORIN @ 2010-12-05 19:41 UTC (permalink / raw)
To: buildroot
On Sunday 05 December 2010 20:23:52 Thomas Petazzoni wrote:
> On Sun, 5 Dec 2010 08:57:27 -0600
> "Heiko Zuerker" <heiko@zuerker.org> wrote:
> > Would it be possible to set the "Reply-To" for the mailinglist to
> > buildroot at busybox.net ?
> > This way you don't always have to be manually changing the "To" when
> > replying to the list.
> This is a normal setting for a mailing-list.
Well, I would not call that 'normal setting'. I too got annoyed in the
first place, that replying would send only to the OP, not the list.
After all, one could assume that replying to a post in a ML would by
default answer to the list.
But the policy differs on different MLs, because of different expectations
of the subscribed community and list managers.
Either way, I don't care, because I have a one-catches-all policy when
answering a post on a list, see below.
> If your mailer is correct,
> it should have a "reply to list" option.
When replying to a post on a ML, I use "Reply All". This ensures that my
message:
- goes to the list
- goes to the OP, even if he/she is not subscribed
- gets noticed by a subscribed OP, even if his/her client automatically
moves ML posts into folders.
Of course, from time to time, I may add new TO:s, or remove some, if I
need to make the message more prominent or not.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] mailinglist settings
2010-12-05 19:41 ` Yann E. MORIN
@ 2010-12-07 12:36 ` Peter Korsgaard
2010-12-08 11:27 ` Felipe Contreras
0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2010-12-07 12:36 UTC (permalink / raw)
To: buildroot
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@anciens.enib.fr> writes:
Hi,
Yann> On Sunday 05 December 2010 20:23:52 Thomas Petazzoni wrote:
>> This is a normal setting for a mailing-list.
Yann> Well, I would not call that 'normal setting'. I too got annoyed in the
Yann> first place, that replying would send only to the OP, not the list.
Yann> After all, one could assume that replying to a post in a ML would by
Yann> default answer to the list.
Well, it's the mailman default, and a pretty common configuration. It
has served us well ever since the seperate buildroot list was created
(in 2006), so I prefer to keep it this way.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] mailinglist settings
2010-12-07 12:36 ` Peter Korsgaard
@ 2010-12-08 11:27 ` Felipe Contreras
0 siblings, 0 replies; 5+ messages in thread
From: Felipe Contreras @ 2010-12-08 11:27 UTC (permalink / raw)
To: buildroot
On Tue, Dec 7, 2010 at 2:36 PM, Peter Korsgaard <jacmet@uclibc.org> wrote:
> Well, it's the mailman default, and a pretty common configuration. It
> has served us well ever since the seperate buildroot list was created
> (in 2006), so I prefer to keep it this way.
Besides, there are good reasons for it:
http://felipec.wordpress.com/2010/08/03/avoid-reply-to-munging-mail-as-mail-was-meant-to-be/
--
Felipe Contreras
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-08 11:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-05 14:57 [Buildroot] mailinglist settings Heiko Zuerker
2010-12-05 19:23 ` Thomas Petazzoni
2010-12-05 19:41 ` Yann E. MORIN
2010-12-07 12:36 ` Peter Korsgaard
2010-12-08 11:27 ` Felipe Contreras
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox