[Mailman-Users] Reply-To and announcement lists

2007-10-15 Thread Rick Pasotto
I have had several mailing lists setup for quite some time. I've just tried to setup an announcement only list by setting all members to moderated. I also set the Reply-To to be the person who would be the person to answer any questions resulting from the announcement. Evidently this means that mes

Re: [Mailman-Users] (no subject)

2007-10-15 Thread Mark Sapiro
Allan Hansen wrote: >You may also want to change add_members as follows: > >from > > >mlist.setDeliveryStatus(member, ... > >to > >mlist.setDeliveryStatus(userdesc.address, ... > >in case you want to use that, too. (I had to make that change) What Mailman version is this? No Mailman 2.1.x as dis

Re: [Mailman-Users] (no subject)

2007-10-15 Thread Allan Hansen
You may also want to change add_members as follows: from mlist.setDeliveryStatus(member, ... to mlist.setDeliveryStatus(userdesc.address, ... in case you want to use that, too. (I had to make that change) Allan >On vendredi 12 octobre 2007, Mark Sapiro wrote: > >> Frédéric Mantegazza wrote