Re: [Mailman-Users] List without moderation

2004-07-02 Thread Jim Tittsler
On Tue, Jun 29, 2004 at 09:50:58PM +0530, Yogesh Talekar wrote:
> the question is how do i do it from command line??
> 
> I cannot use Web interface du to some restrictions!

Mailman is tough to administer if you don't have access to the
web interface, and are not comfortable with falling back to
using Python to directly script what you want.  You could clear
every subscriber's moderate flag using the bin/withlist utility
which provides a framework for manipulating the Mailman list
object(s).  Search the list archives for 'withlist' for
examples.

Create a file called unmoderate_all.py containing:

from Mailman import mm_cfg

def unmoderate_all(m):
for member in m.members:
m.setMemberOption(member, mm_cfg.Moderate, mm_cfg.No)

and invoke using withlist, giving the name of your list:

$ bin/withlist -l -r umoderate_all mylist


-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] List without moderation

2004-06-29 Thread Kevin W. Gagel
- Original Message Follows -
Date: Tue, 29 Jun 2004 21:50:58 +0530 (IST)
> Thanks a lot but
> 
> the question is how do i do it from command line??
> 
> I cannot use Web interface du to some restrictions!
> 
> --yogesh
I see what you mean. There does not seem to be an easy way to do it from the
command line except if you use the programatic method using "withlist". But that
seems to be a steep learning curve...

I have no other suggestions and not enough knowledge of Mailman to be of further
help. Perhaps someone else can be more helpful.


Kevin W. Gagel
Network Administrator
(250) 561-5848 local 448
(250) 562-2131 local 448

--
The College of New Caledonia, Visit us at http://www.cnc.bc.ca
Virus scanning is done on all incoming and outgoing email.
--

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] List without moderation

2004-06-29 Thread Yogesh Talekar
Thanks a lot but

the question is how do i do it from command line??

I cannot use Web interface du to some restrictions!

--yogesh



> - Original Message Follows -
> Date: Tue, 29 Jun 2004 19:56:50 +0530 (IST)
> ---snip---
>> So I used the "config_list" command with the siteconfig.cfg file to have
>> default_member_moderation = 0
>>From this point on your new members will not have the moderation bit set.
> Meaning they will not be moderated.
>
>> But still its not working? Is there anyway to make sure that member
>> moderation is turned off??
> You still have not turned off the moderation bit for old members. Go to
> the
> members listing and set the mod bit off for all members.
>
>
> 
> Kevin W. Gagel
> Network Administrator
> (250) 561-5848 local 448
> (250) 562-2131 local 448
>
> --
> The College of New Caledonia, Visit us at http://www.cnc.bc.ca
> Virus scanning is done on all incoming and outgoing email.
> --
>


--yogi

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] List without moderation

2004-06-29 Thread Kevin W. Gagel
- Original Message Follows -
Date: Tue, 29 Jun 2004 19:56:50 +0530 (IST)
---snip---
> So I used the "config_list" command with the siteconfig.cfg file to have
> default_member_moderation = 0
>From this point on your new members will not have the moderation bit set.
Meaning they will not be moderated.

> But still its not working? Is there anyway to make sure that member
> moderation is turned off??
You still have not turned off the moderation bit for old members. Go to the
members listing and set the mod bit off for all members.



Kevin W. Gagel
Network Administrator
(250) 561-5848 local 448
(250) 562-2131 local 448

--
The College of New Caledonia, Visit us at http://www.cnc.bc.ca
Virus scanning is done on all incoming and outgoing email.
--

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] List without moderation

2004-06-29 Thread Yogesh Subhash Talekar
Thanks for the prompt reply. But unfortunately, I am not getting the
expected results.

On my Linux machine I logged in as user mailman and then added a new list
using "newlist" commmand. Then using "add_members" I added few members
which includes my email ID.

Now when I send a mail to the list from my email ID, I get a mail saying
that your post is awaiting approval. And since I am also the moderator, I
get a mail saying that "so and so message is pending for approval"

So I used the "config_list" command with the siteconfig.cfg file to have
default_member_moderation = 0

But still its not working? Is there anyway to make sure that member
moderation is turned off??

--yogesh

> On Tue, Jun 29, 2004 at 06:39:38PM +0530, Yogesh Subhash Talekar wrote the
> following:
>> >From command line how do i configure a list so that if its members can
>> send a post and it will be sent without any moderation. i.e. the admin
>> is
>> not required to approve it.
>>
>> TIA
>>
>> --yogesh
>
> That is the default behavior.
>
> --
> AIM: pres CTHULHU | ICQ: 18115568 | Yahoo: pagan_prince
> Jabber: DarkKnightRadick@(jabber.org|amessage.at) | Libertarian @ Large
> PGP: 0x642F7BDA | <
> http://groups.yahoo.com/group/tennesseans-for-badnarik/ >
> < http://mc-luug.homelinux.org/mailman/listinfo/mc-luug >
>


--yogesh


One RAID to backup them all, one RAID to find them, one RAID to bring them
all and in the darkness bind them.



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] List without moderation

2004-06-29 Thread Yogesh Subhash Talekar
>From command line how do i configure a list so that if its members can
send a post and it will be sent without any moderation. i.e. the admin is
not required to approve it.

TIA

--yogesh



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/