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
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
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