Re: [Mailman-Users] Two problems with 2.1.3

2004-01-26 Thread Erick Mechler
:: 2. Critical. Since rebooting a couple days ago, mailman can no longer write :: in the subdirectories of qfiles/ despite both owner and group being mailman. Is the qrunner process running with the right UID/GID? I'd check your startup script. :: Another oddity is that the lock files in locks

Re: [Mailman-Users] Question about Mailman. Hope you can help?

2004-01-21 Thread Erick Mechler
:: I use the mailman list quite extensively but need to extract the email :: addresses to invite to another list. How do you download a text format of :: all the members. I have over 8000 of them to much to copy and paste. See the ~mailman/bin/list_members script. Cheers - Erick --

Re: [Mailman-Users] Bug in Mailman version 2.1.4

2004-01-20 Thread Erick Mechler
:: I've upgraded our installation of Mailman to 2.1.4. Sometimes it :: works, sometimes it doesn't. Nothing obviously wrong in the error :: log, or the web server log. When going to a list's admin pages, I :: enter the list password, then get this error. Have you run the check_perms script in ~

Re: [Mailman-Users] How do I limit posts?

2004-01-20 Thread Erick Mechler
:: How do I configure a list so that members can't post. I want only the :: moderators to be able to post. Please read the FAQ before posting: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.011.htp --Erick -- Mailman-Users mail

Re: [Mailman-Users] Where are list member addresses stored?

2004-01-20 Thread Erick Mechler
:: I'm getting error messages from Yahoo saying that :: [EMAIL PROTECTED] can't be found! :: :: I would like to look at the file that contains the list :: member email addresses to try todope this out. ~mailman/bin/list_members [listname] This information is stored in the config.pck file in ~mai

Re: [Mailman-Users] Mass Subscription feature in Mailman

2004-01-14 Thread Erick Mechler
(got the message the first time, no need to re-send) :: Is there an easy way to add an email address AND the name of the person :: when adding them via Mass Subscription in Membership Management? Sure, add the new users like this: Joseph Lerner <[EMAIL PROTECTED]> Cheers - Erick

Re: [Mailman-Users] hey

2004-01-13 Thread Erick Mechler
:: Hey I have that mailing list software, but I am not sure how to make it :: so only the administrators or managers can send e-mails to the list, and :: not just anyone on the list. How can one do that? This question is asked about once every two days or so on this list. Feel free to check out

Re: [Mailman-Users] I recieve error "550 unknown user" while tring to send any letter

2004-01-09 Thread Erick Mechler
:: I've just installed and made all necessary configurations of my Mailman. :: After creating new list I receive letter with error 550 unknown user. Can :: you advise something/ You give surprisingly little information in this bug report...so I'm going to assume that you're running sendmail just '

Re: [Mailman-Users] Mailman problem on Debian

2004-01-05 Thread Erick Mechler
:: TypeError: _ascii_lower() takes exactly 1 argument (0 given) :: Site list for mailman (usually named mailman) missing :: Please create it; until then, mailman will refuse to start :: :: --end errors :: :: This occurred after an update on Debian unstable. There *IS* a sitewide :: list named ma

Re: [Mailman-Users] EOF/Bad marshal data

2004-01-05 Thread Erick Mechler
:: I'm experiencing similar errors to those described by Stephen Gran early :: in December as well as these: [...snip error messages...] :: I'm fumbling a bit, really, making my question simple - how can I debug :: this problem further? What seems to be the problem? Lars, not sure if you found

Re: [Mailman-Users] Rejecting mail from a domain

2004-01-04 Thread Erick Mechler
:: On Thu, Jan 01, 2004 at 03:26:19PM -0500, Jon Carnes wrote: :: > You can do it using regular expressions, but it's easier to do this at :: > the MTA level. As an example, in Sendmail you would edit the file :: > /etc/mail/access and put in something like: :: > cyberpromo.com REJECT :: :

Re: [Mailman-Users] Hello

2003-12-29 Thread Erick Mechler
:: When I go start mailmanctl show de message: :: Site list is missing: mailman :: What I make? Read up on the INSTALL file that comes with the distribution. It explains what the site list is and how to generate one. Cheers - Erick -- Mailman

Re: [Mailman-Users] NOOB !

2003-12-28 Thread Erick Mechler
:: Just installed Mailman, and being such a noob, I can't seem to work out how :: to utilise the add_members script correctly. :: :: ./add_members [EMAIL PROTECTED] listname :: :: It complains that I haven't used one of the -r or -d options, and that's :: where I am not clear as to what filenam

Re: [Mailman-Users] Web interface problem, possibly permissions...

2003-12-28 Thread Erick Mechler
:: I finally got the mailman daemon to run (I checked ps and it IS actually :: running), but whenever I try to use the web interface, anything :: under http://www.espersunited.com/mailman/ gives a Server Error 500. Have you run the ~mailman/bin/check_perms script? What does it say? Also, w

Re: [Mailman-Users] MailMan Web Not Taking Changes

2003-12-26 Thread Erick Mechler
:: Actually, now that I have looked at it more. My Servers URL is: :: :: http://www.prostream.net/mailman/admin/fma/general :: :: However the form port goes to: :: :: http://prostream.net/mailman/admin/fma/general"; method="POST"> :: :: http://prostream.net does redirect correctly, but maybe i

Re: [Mailman-Users] admindb cgi functions don't work.

2003-12-23 Thread Erick Mechler
:: Not SSL but something similar with lists moved to a different :: system. Thanks. First you have to make sure that your settings for the following 3 variables are configured properly in your mm_cfg.py file: DEFAULT_EMAIL_HOST = 'host.foo.net' DEFAULT_URL_HOST = 'host.foo.net' DEFAU

Re: [Mailman-Users] admindb cgi functions don't work.

2003-12-23 Thread Erick Mechler
:: I've updated to mailman 2.1.3 on my rh7.3 system. The lists :: work. Most of the admin functions work. Check_perms says everything :: is ok. However, the functions available from the admindb CGI don't :: work. Chris, if you do a dumpdb on a list that doesn't work, does the value of th

Re: [Mailman-Users] Mailing List Problem

2003-12-23 Thread Erick Mechler
:: There is an email address on our mailing list that is receiving our :: messages. They do not wish to be on the list. The address do not appear :: anywhere within the list. Is the user receiving the unwanted email in the same domain as the where the list is hosted? Have you used the ~mailman

Re: [Mailman-Users] Rejecting non-member mail to a list

2003-12-14 Thread Erick Mechler
:: How do I set up mailman so it drops all mail to the list sent by :: non-members instead of holding it for moderator approval? It's under Privacy options --> Sender filters ... near the bottom. Cheers - Erick -- Mailman-Users mailing list [EM

Re: [Mailman-Users] problem installing tk8.3.2

2003-12-13 Thread Erick Mechler
:: please suggest me a solution Find a better list to post this to. -- 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:

Re: [Mailman-Users] incoming qrunner does not run

2003-12-11 Thread Erick Mechler
:: But I hit a problem that the email is not delivered to the list :: members and archives either. :: :: I found that at /var/log/mailman/qrunner, the incoming qrunner :: fails to run as follows (please see the log message below): :: :: Any ideas on this? Clear out any files you have in ~mailman

Re: [Mailman-Users] Admin functions don't.

2003-12-10 Thread Erick Mechler
:: I was ask if I was allowing cookies. And yes I am. That's all. Yeah, I cleared my cookies as well with no luck. Seems like you should be able to enable some debugging or something (hopefully someone will respond to your 2nd post). ---

Re: [Mailman-Users] Admin functions don't.

2003-12-10 Thread Erick Mechler
:: Posts are held for various reasons, in my case size issues, too :: big. I go to the Web interface at :: :: http://host/mailman/admindb/listname :: :: for any list. None of the actions, i.e. Defer, Accept, Reject or :: Discard, seem to work. There are no errors given. When I Subm

Re: [Mailman-Users] Seriosu problems

2003-12-04 Thread Erick Mechler
:: > :: In short, I can send messages to the list, whose address exists, but the :: > :: messages never reach the subscribers. :: > :: > Is your queue runner still running? :: :: What do you mean by that? Is there anything I have to check? The queue runner is started out of the mailman init scri

[Mailman-Users] Problem updating config through admin pages

2003-12-04 Thread Erick Mechler
I recently upgraded a bunch of lists from 2.0.13 to 2.1.3. Everything is working fine so far except that I can't make changes to *new* list configs through the web interface (modifying configs for old lists work just fine). If I try to change something on a new list as the list admin, I hit Subm

Re: [Mailman-Users] List creator's (authentication) password

2003-12-04 Thread Erick Mechler
:: I would like to create a new mailing list for Mailman but I could not :: since I do not know what the List creator's (authentication) password is. You can re-create the admin password using the ~mailman/mmsitepass script. Cheers - Erick -

Re: [Mailman-Users] Seriosu problems

2003-12-04 Thread Erick Mechler
:: In short, I can send messages to the list, whose address exists, but the :: messages never reach the subscribers. Is your queue runner still running? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mail

Re: [Mailman-Users] qrunner fails to start

2003-12-04 Thread Erick Mechler
(Following up with a self-post just for archival purposes) :: I'm getting this error when I try to start the mailman qrunner daemon after :: upgrading to 2.1.3 from 2.0.13. Actually, I get this 10x, each one causing :: the qrunner process to die and spawn anew: :: File "/usr/local/mailman/Mail

[Mailman-Users] qrunner fails to start

2003-12-03 Thread Erick Mechler
I'm getting this error when I try to start the mailman qrunner daemon after upgrading to 2.1.3 from 2.0.13. Actually, I get this 10x, each one causing the qrunner process to die and spawn anew: Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 270, in ? main()