Re: [Mailman-Users] filtering members for sending

2006-05-30 Thread Mark Sapiro
Serbulent UNSAL wrote: > >I a newbie on mailman. I would like to know can i make a filter for >members to send messages. For example i have members named as A B C D >E F then i would like that only member A and C can post messages >directly to other members messages fromB D E F is moderated by me.

Re: [Mailman-Users] welcome messsage and help message formatting

2006-05-30 Thread Mark Sapiro
Paul Navarre wrote >I am running 2.1.8. > >I have a client with Outlook 2002. They do not receive the welcome message >and help message in plain text, and this makes the messages look funny. By help message, do you mean the response to a 'help' command sent to [EMAIL PROTECTED] If so, this messa

Re: [Mailman-Users] strange warning on mm2.1.5

2006-05-30 Thread Mark Sapiro
Sythos wrote: > >/var/lib/mailman/Mailman/Handlers/Scrubber.py:175: DeprecationWarning: >get_type() deprecated; use get_content_type() ctype = part.get_type >(part.get_default_type()) > > >Uhm... it is only a warning... all work, anyone else have this message from >list cron? > >mailman2.1.5 >pytho

Re: [Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Dragon
Mark Sapiro sent the message below at 15:50 5/30/2006: >The bin/* scripts are NOT setgid and 'bin/check_perms -f' will not make >them setgid. This is generally a good thing because in general you >don't want anyone who happens to have access to the box to be able to >run the bin/* scripts. They sh

Re: [Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Mark Sapiro
Dragon wrote: >Jana Nguyen sent the message below at 13:16 5/30/2006: > >>I added user tomcat to mailman group in /etc/group > >OK. That's a good thing and once the permissions are set right, >things will work. See below... > >>How can I configure the scripts as set_gid? This does not seem to be

Re: [Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Dragon
Jana Nguyen sent the message below at 13:16 5/30/2006: >I added user tomcat to mailman group in /etc/group OK. That's a good thing and once the permissions are set right, things will work. See below... >How can I configure the scripts as set_gid? This does not seem to be on >the list of config

Re: [Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Jana Nguyen
Dragon wrote: > Jana Nguyen sent the message below at 10:39 5/30/2006: > >> I am running other applications that needs to invoke mailman to create a >> new list and add a member to the list >> by calling "newlist" and "add_memebers" as user "tomcat". >> >> I have mailman setup with ownership "root

Re: [Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Dragon
Jana Nguyen sent the message below at 10:39 5/30/2006: >I am running other applications that needs to invoke mailman to create a >new list and add a member to the list >by calling "newlist" and "add_memebers" as user "tomcat". > >I have mailman setup with ownership "root" and group "mailman". So h

[Mailman-Users] how to run mailman scripts beside being root?

2006-05-30 Thread Jana Nguyen
I am running other applications that needs to invoke mailman to create a new list and add a member to the list by calling "newlist" and "add_memebers" as user "tomcat". I have mailman setup with ownership "root" and group "mailman". So how do I make mailman scripts "newlist" and "add_members" s

Re: [Mailman-Users] [ANN] Job Posting in Boston MA - Web Application Engineer (Python)

2006-05-30 Thread Brad Knowles
At 11:44 AM -0400 2006-05-30, Stylus Studio wrote: > Required Skills: Python, Windows Server 2003, SQL Server, IIS, C#, > ASP.NET, HTML, CSS, XSLT, JavaScript, T-SQL/Stored Procedures. This is the mailman-users mailing list. Unless your job has something to do specifically with Mailma

[Mailman-Users] [ANN] Job Posting in Boston MA - Web Application Engineer (Python)

2006-05-30 Thread Stylus Studio
Dear Python Users - We're looking to hire a Sr. Web Application Engineer with Python experience. A detailed Job Description follows. To apply, send an email with resume and cover letter to [EMAIL PROTECTED] Thank you! Job Description -- Sr. Web Developer / Application Engine

Re: [Mailman-Users] list stop sending - no changes to server or mailman in months

2006-05-30 Thread John Adamski
I believe I found the cause of the problem; SMTPHOST = 'localhost' in mm_cfg.py was commented out and a line with the fully qualified server name as added. Switching which was commented out fix the problem. I must have done that when trying to resolve the Exchange sending issue. Or one of my co-w

[Mailman-Users] strange warning on mm2.1.5

2006-05-30 Thread Sythos
/var/lib/mailman/Mailman/Handlers/Scrubber.py:175: DeprecationWarning: get_type() deprecated; use get_content_type() ctype = part.get_type (part.get_default_type()) Uhm... it is only a warning... all work, anyone else have this message from list cron? mailman2.1.5 python2.4 -- Sythos - http:/

[Mailman-Users] filtering members for sending

2006-05-30 Thread Serbulent UNSAL
Hi, I a newbie on mailman. I would like to know can i make a filter for members to send messages. For example i have members named as A B C D E F then i would like that only member A and C can post messages directly to other members messages fromB D E F is moderated by me. How can i do this. Tahn