Re: [Mailman-Users] Membership List

2002-07-07 Thread J C Lawrence

On Fri, 05 Jul 2002 11:52:43 -0600 
Chris O'Neill [EMAIL PROTECTED] wrote:

 Can someone please tell me the location of the file(s) containing the
 list of members to the mailing list(s), and whether this file is human
 readable?  

~/lists/listname/config.db.  Its not particularly human readable.

 I'd like to use this file to:
 1.  create a back-up in another location, in case the system crashes
 2.  e-mail the list of members to the list-owner(s) once in awhile
 (via cron) so that they can keep a back-up on their system as well, if
 they wish

Please see the FAQ:

   http://www.python.org/cgi-bin/faqw-mm.py

and:

  ~/bin/list_members

For some details on how this could be done.

-- 
J C Lawrence
-(*)Satan, oscillate my metallic sonatas. 
[EMAIL PROTECTED]   He lived as a devil, eh?  
http://www.kanga.nu/~claw/  Evil is a name of a foeman, as I live.


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



[Mailman-Users] no messages being delivered

2002-07-07 Thread Andy Firman


Install was fine and test list created just fine.  Owner of the list
was notified and that email showed up fine.
All messages going to the list seem to get queued
and they NEVER come out.  This is what I have going on:

Redhat 7.2   Kernel 2.4.18  Python 1.5.2  Mailman 2.0.12  Sendmail 8.11.6

This is from my $prefix/logs/error file:

qrunner(23801):Traceback (innermost last):
qrunner(23801):File /var/www/html/mailman/cron/qrunner, line 283, in ?
kids = main(lock)
qrunner(23801):File /var/www/html/mailman/cron/qrunner, line 253, in main
keepqueued = dispose_message(mlist, msg, msgdata)
qrunner(23801):File /var/www/html/mailman/cron/qrunner, line 157, in
dispose_message mlist.ParseMailCommands(msg)
qrunner(23801):File /var/www/html/mailman/Mailman/MailCommandHandler.py,
line 123, in ParseMailCommands precedence = msg.get('precedence',
'').lower()
qrunner(23801): AttributeError :  'string' object has no attribute 'lower'

What am I doing wrong?  I am lost.

(please be gentle if its python or sendmailI know nothing about
python and well...you know it's sendmail :-(

-Andy




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



[Mailman-Users] Re: Line wrapping in archives.

2002-07-07 Thread Will Yardley

[EMAIL PROTECTED] wrote:
 
 After I posted this, I found the thread on long lines. However, I
 don't want to change the way mail is sent, I just want to change how
 messages appear in the archives.
 
 I understand that MHonArc can handle this, but I use pipermail for my
 archives.
 
 So, these are two separate issues. 
 
 The reason given in the other thread - line wrapped URLs won't work -
 is not valid on an HTML page. So, for the archives, it seems like a
 good thing to wrap the message body to avoid horizontal scrolling.
 
 If anyone has managed to make this happen, your help would be much
 appreciated!

you could pipe the archives through fmt or par, perhaps.

-- 
Will Yardley
input: william  @ hq . newdream . net . 



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



[Mailman-Users] Need an installer -- will pay.

2002-07-07 Thread Marc Ash

Mailman Team,
We have an Linux Apache server and are trying to get Mailman up and running.  I am not 
proficent with command line server interaction.

Is there someone who could jump in and get the process on-line -- **Including the 
Sendmail configuration!**

We would be willing to pay.

Thank you,

Marc Ash,  Editor | t r u t h o u t
mailto:[EMAIL PROTECTED] 
-- 



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



Re: [Mailman-Users] Need an installer -- will pay.

2002-07-07 Thread Danny Terweij

From: Marc Ash [EMAIL PROTECTED]


 I am not proficent with command line server interaction.

First learn some basic linux knowledge before installing mailman. Many
things would be ended up in console interaction, even after a complete
installed mailman setup.

Go to www.webmin.com for a GUI installation of many linux services within an
webinterface.
I did see there also a 3rd party module for Mailman.

Danny Terweij



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 2-7-02



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



[Mailman-Users] Mailman Commands Not Being Processed

2002-07-07 Thread Chris O'Neill

It appears that my test list is working, as messages to it are getting posted.  
Archiving also seems to be working.  However, messages to test-request aren't 
getting processed.  That includes messages containing the help and unsubscribe 
commands.  Don't know 'bout other commands as I haven't tried them (yet).

Here's what's appearing in the error file:

02 qrunner(25495): AttributeError :  'string' object has no attribute 'lower'
02 qrunner(25498): Traceback (innermost last):
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 283, in ?
02 qrunner(25498):  kids = main(lock)
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 253, in main
02 qrunner(25498):  keepqueued = dispose_message(mlist, msg, msgdata)
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 157, in dispose_me
02 qrunner(25498):  mlist.ParseMailCommands(msg)
02 qrunner(25498):   File /home/mailman/Mailman/MailCommandHandler.py, line 
1
02 qrunner(25498):  precedence = msg.get('precedence', '').lower()
02 qrunner(25498): AttributeError :  'string' object has no attribute 'lower'

Can anyone translate this and suggest a fix, please?  Thanks, in advance, for any 
help offered.

Chris
-
Chris O'Neill ([EMAIL PROTECTED])
Joinco Enterprises Inc., Edmonton, AB Canada
Web:  http://www.joinco.ca




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



[Mailman-Users] Too Many Recipients ?

2002-07-07 Thread Michael H Moran

Running  MM 2.0.10 on RH 7.2 with RH's sendmail.
Got a couple of messages stuck in the mail queue
which get the following error

553 sorry, too many recipients (#5.7.1)

from sendmail.  This has just started happening nothing
on the machine has changed.  However, there have been 
a couple of gyrations with DNS (almost to the point
I'm going to take over running the name server).

Anyone have any thoughts ?

Thanks
Mike


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



Re: [Mailman-Users] Need an installer -- will pay.

2002-07-07 Thread bronto

I concur; webmin is extraordinarily helpful in learning linux.  In the 
linux learning curve, you inevitably get something wrong but for a newbie 
it's difficult to know whether the problem at hand is one of not 
understanding the concept correctly or if you've simply gotten the syntax 
wrong with the last thing you've done.  Webmin with it's GUI interface 
helps eliminate the problem of syntax errors and typos.

However the Mailman plugin for Webmin is for version 1.x; at least I never 
got it to work with Mailman 2.0x.  I suspect that whoever wrote it won't 
undate it, since it was only for creating and deleting mailing lists, and 
Mailman 2.1 has it's own interface for that.


At 02:51 AM 7/8/02 +0200, Danny Terweij wrote:
From: Marc Ash [EMAIL PROTECTED]


  I am not proficent with command line server interaction.

First learn some basic linux knowledge before installing mailman. Many
things would be ended up in console interaction, even after a complete
installed mailman setup.

Go to www.webmin.com for a GUI installation of many linux services within an
webinterface.
I did see there also a 3rd party module for Mailman.

Danny Terweij



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 2-7-02



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



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



RE: [Mailman-Users] Mailman Commands Not Being Processed

2002-07-07 Thread Andy Firman


That is almost the same problem I have.
This is the post about my problem:
http://mail.python.org/pipermail/mailman-users/2002-July/020939.html

Are you running Mailman 2.0.12?
I see that was just released July 2.
Possible bug?  I have a feeling it may be a Sendmail issue.

Can anybody help us here?

Thanks,
Andy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Chris O'Neill
Sent: Sunday, July 07, 2002 5:00 PM
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] Mailman Commands Not Being Processed


It appears that my test list is working, as messages to it are getting
posted.
Archiving also seems to be working.  However, messages to test-request
aren't
getting processed.  That includes messages containing the help and
unsubscribe
commands.  Don't know 'bout other commands as I haven't tried them (yet).

Here's what's appearing in the error file:

02 qrunner(25495): AttributeError :  'string' object has no attribute
'lower'
02 qrunner(25498): Traceback (innermost last):
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 283, in ?
02 qrunner(25498):  kids = main(lock)
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 253, in main
02 qrunner(25498):  keepqueued = dispose_message(mlist, msg, msgdata)
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 157, in
dispose_me
02 qrunner(25498):  mlist.ParseMailCommands(msg)
02 qrunner(25498):   File /home/mailman/Mailman/MailCommandHandler.py,
line
1
02 qrunner(25498):  precedence = msg.get('precedence', '').lower()
02 qrunner(25498): AttributeError :  'string' object has no attribute
'lower'

Can anyone translate this and suggest a fix, please?  Thanks, in advance,
for any
help offered.

Chris



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



RE: [Mailman-Users] Mailman Commands Not Being Processed

2002-07-07 Thread Joe Tomasone


I had to go back to 2.0.11 - 2.0.12 simply did not work properly for me.

 - Joe


At 12:23 AM 7/8/2002, Andy Firman wrote:

That is almost the same problem I have.
This is the post about my problem:
http://mail.python.org/pipermail/mailman-users/2002-July/020939.html

Are you running Mailman 2.0.12?
I see that was just released July 2.
Possible bug?  I have a feeling it may be a Sendmail issue.

Can anybody help us here?

Thanks,
Andy

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Chris O'Neill
Sent: Sunday, July 07, 2002 5:00 PM
To: [EMAIL PROTECTED]
Subject: [Mailman-Users] Mailman Commands Not Being Processed


It appears that my test list is working, as messages to it are getting
posted.
Archiving also seems to be working.  However, messages to test-request
aren't
getting processed.  That includes messages containing the help and
unsubscribe
commands.  Don't know 'bout other commands as I haven't tried them (yet).

Here's what's appearing in the error file:

02 qrunner(25495): AttributeError :  'string' object has no attribute
'lower'
02 qrunner(25498): Traceback (innermost last):
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 283, in ?
02 qrunner(25498):  kids = main(lock)
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 253, in main
02 qrunner(25498):  keepqueued = dispose_message(mlist, msg, msgdata)
02 qrunner(25498):   File /home/mailman/cron/qrunner, line 157, in
dispose_me
02 qrunner(25498):  mlist.ParseMailCommands(msg)
02 qrunner(25498):   File /home/mailman/Mailman/MailCommandHandler.py,
line
1
02 qrunner(25498):  precedence = msg.get('precedence', '').lower()
02 qrunner(25498): AttributeError :  'string' object has no attribute
'lower'

Can anyone translate this and suggest a fix, please?  Thanks, in advance,
for any
help offered.

Chris



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



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