[Mailman-Users] Bug in Mailman version 2.0.11

2002-07-18 Thread Cassandra Fleetwood
Mailman 2.0.11, Apache-1.3.23, Python-1.5.2 My Mailman installation has been running fine for a couple of months. Today Mailman began displaying the following error when attempting to access the admin page or list info page for any list: "Bug in Mailman version 2.0.11 We're sorry, we hit a bug!

[Mailman-Users] Repost: Digest error and multiple copies of the digest

2002-07-04 Thread Cassandra Fleetwood
I did not get any responses, so I'm reposting this issue. Getting the following error when digest is sent, followed by multiple copies of the digest sent to digest subscribers. Jun 29 16:32:01 2002 (17194) Delivery exception: [Errno 32] Br

[Mailman-Users] Digest error and multiple copies of the digest

2002-06-29 Thread Cassandra Fleetwood
Getting the following error when digest is sent, followed by multiple copies of the digest sent to digest subscribers. Jun 29 16:32:01 2002 (17194) Delivery exception: [Errno 32] Broken pipe Jun 29 16:32:01 2002 (17194) Traceback (innermost last): File "/usr/local/mailman/Mailman/Handlers/Handl

Re: [Mailman-Users] how to generate list of administrators

2002-06-02 Thread Cassandra Fleetwood
'^owner =' | cut -f2 -d"'" done -Cassandra - Original Message - From: "Sarah K. Miller" <[EMAIL PROTECTED]> To: "Cassandra Fleetwood" <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 11:21 AM Subject: Re: [Mailman-Users] how to gener

[Mailman-Users] how to generate list of administrators

2002-06-02 Thread Cassandra Fleetwood
I want to create a mailing list of the list administrators. How do I generate this. I'd rather not access each list for this info. -Cassandra

Re: [Mailman-Users] How to handle single quote in subscriber emailaddress

2002-06-01 Thread Cassandra Fleetwood
Looking at rfc 2822, it appears a single quote (ASCII value 39) is allowed in the local part of the address. Section 3.4.1. "Addr-spec specification" indicates the local-part of the address is domain dependent. "The local-part portion is a domain dependent string. In addresses, it is simply

[Mailman-Users] How to handle single quote in subscriber email address

2002-05-30 Thread Cassandra Fleetwood
cron logs the following error message from qrunner when attempting to send the subscription confirmation message to a user that has a single in their address (i.e. "john.o'[EMAIL PROTECTED]"). sh: -c: line 1: unexpected EOF while looking for matching `'' sh: -c: line 2: syntax error: unexpected e

Re: [Mailman-Users] All addresses not on the local box bounce with SMTPDirect

2002-05-25 Thread Cassandra Fleetwood
I want to use SMTPDirect, but I need help determining what is misconfigured in Sendmail. The box is a dedicated and co-located at an ISP. I have root access. Technical support at the ISP claims Sendmail is configured correctly, because they can send/receive mail from the box. Since they do not sup

[Mailman-Users] All addresses not on the local box bounce with SMTPDirect

2002-05-25 Thread Cassandra Fleetwood
Changing DELIVERY_MODULE from SMTPDirect to Sendmail resolves this problem. -Cassandra - Original Message - From: "Cassandra Fleetwood" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 25, 2002 11:06 AM Subject: [Mailman-Users] All addresses not o

[Mailman-Users] All addresses not on the local box bounce

2002-05-25 Thread Cassandra Fleetwood
Just installed Mailman 2.0.11 Configuration info: Apache-1.3.23 Python-1.5.2 Sendmail-8.11.6 DELIVERY_MODULE = 'SMTPDirect' I can create a list, subscribe to the list from an address on the local box, and receive mail from the list to an address on the local box. All addresses not on the local bo

[Mailman-Users] How to determine which addresses on a list a message was sent to

2002-05-15 Thread Cassandra Fleetwood
Is there a log that shows which addresses a message was sent to? We had a problem were duplicate messages were sent to some users while others did not receive it. I want to re-send the message, but not to all 1500 subscribers of the list. I have the .msg and .db for the original message.Mai