Re: Looking for advice on setting up a mailing list

2009-03-12 Thread mouss
Jeremy Nicoll a écrit : > I am a web programmer (dealing in Ruby/Merb). I've got most of it > worked out now, including VERP (which is redirected to my own email > until things get big). I'm manually putting the headers in each email, > but the Message-Id is getting set to something else even tho

Re: Looking for advice on setting up a mailing list

2009-03-12 Thread Jeremy Nicoll
I am a web programmer (dealing in Ruby/Merb). I've got most of it worked out now, including VERP (which is redirected to my own email until things get big). I'm manually putting the headers in each email, but the Message-Id is getting set to something else even though I included it already. I

Re: Looking for advice on setting up a mailing list

2009-03-12 Thread Brian Evans
Jeremy Nicoll wrote: > How do I go about setting up something where the "to" field shows the > address of the list but is still delivered to each individual user? > I'm also wondering how I preserve the original message id and > reply-to-id (or whatever that header was called). I highly recommend a

Looking for advice on setting up a mailing list

2009-03-12 Thread Jeremy Nicoll
How do I go about setting up something where the "to" field shows the address of the list but is still delivered to each individual user? I'm also wondering how I preserve the original message id and reply-to-id (or whatever that header was called).