Eric Wong
2009-Oct-13 06:41 UTC
[PATCH] README: alter reply conventions for the mailing list
Mailman is now configured to munge Reply-To: to point back to the mailing list. This might make things easier for folks on low traffic mailing lists like ours. --- Eric Wong <normalperson at yhbt.net> wrote: > Jeremy Evans <jeremyevans0 at gmail.com> wrote: > > Eric, > > > > This and earlier replies were meant for the list. Is it possible for > > the list''s reply-to address to be the list address itself? > > Otoh, this list is much less traffic than the other mailing lists I > follow. I''ll consider changing it in 24 hours unless there are > objections... README | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 674d581..09848bb 100644 --- a/README +++ b/README @@ -143,8 +143,8 @@ regarding this. All feedback (bug reports, user/development dicussion, patches, pull requests) go to the mailing list/newsgroup. Patches must be sent inline (git format-patch -M + git send-email). No subscription is necessary -to post on the mailing list. No top posting. Address replies +To:+ (or -+Cc:+) the original sender and +Cc:+ the mailing list. +to post on the mailing list. No top posting. Address replies +To:+ +the mailing list. * email: mailto:mongrel-unicorn at rubyforge.org * nntp: nntp://news.gmane.org/gmane.comp.lang.ruby.unicorn.general -- Eric Wong