[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!
Please inform the webmaster for this site of this problem. Printing of
traceback and other system information has been explicitly inhibited, but
the webmaster can find this information in the Mailman error logs."

No errors in /mailman/logs/error, no locks in mailman/locks. What else
should I check?
-Cassandra





--
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] 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] Broken pipe
Jun 29 16:32:01 2002 (17194) Traceback (innermost last):
  File "/usr/local/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in
do_pipeline
func(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/Sendmail.py", line 86, in
process
fp.write(msgtext)
IOError: [Errno 32] Broken pipe

Mailman 2.0.11
Python 1.5.2
Any ideas?

-Cassandra



--
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] 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/HandlerAPI.py", line 82, in
do_pipeline
func(mlist, msg, msgdata)
  File "/usr/local/mailman/Mailman/Handlers/Sendmail.py", line 86, in
process
fp.write(msgtext)
IOError: [Errno 32] Broken pipe

Mailman 2.0.11
Python 1.5.2
Any ideas?

-Cassandra



--
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] how to generate list of administrators

2002-06-02 Thread Cassandra Fleetwood

I found the following script at
http://msgs.securepoint.com/cgi-bin/get/mailman-users-0101/294.html

#!/bin/sh
 # output 'listname : owner' for all lists
 for i in ../lists/*; do
 this=`basename $i`
 printf  "$this : "
 config_list -o - $this | egrep '^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 generate list of administrators


> Version 2.1b* does this for you, using the bin/list_admins command.
>
> - Original Message -
> From: "Cassandra Fleetwood" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, June 02, 2002 10:03 AM
> Subject: [Mailman-Users] how to generate list of administrators
>
>
> 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
>



--
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] 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 interpreted on the particular host as a name of a
   particular mailbox."
where : addr-spec  =  local-part "@" domain

-Cassandra.

- Original Message -
From: "Mike Noyes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 01, 2002 6:37 AM
Subject: Re: [Mailman-Users] How to handle single quote in subscriber
emailaddress


> On Fri, 2002-05-31 at 14:44, William Waggoner wrote:
> > I hate to disagree but ...
> >
> > RFC-0822 (http://www.faqs.org/rfcs/rfc822.html) allows the local-part to
> > contain single quotes.
>
> William,
> The current rfc is 2822. After reading it, does your assertion that
> Mailman is broken still stand?
>
> RFC 2822
> http://www.faqs.org/rfcs/rfc2822.html
>
> > It also specifically allows, as a specified syntax, quoted strings as
the
> > local part.
> >
> > The characters that are not allowed outside of quoted strings are:
> >
> > specials=  "(" / ")" / "<" / ">" / "@"  ; Must be in quoted-
> >  /  "," / ";" / ":" / "\" / <">  ;  string, to use
> >  /  "." / "[" / "]"  ;  within a word.
> >
> > SPACE, and CTL characters.
> >
> > Note that the period is used as a word separator, it IS allowed but is
> > considered a separator, not part of the word.
> >
> > It is Mailman that is broken.
>
> --
> Mike Noyes <[EMAIL PROTECTED]>
> http://sourceforge.net/users/mhnoyes/
> http://leaf-project.org/
>
>
>
> --
> 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



[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 end of file

How do I get Mailman to handle addresses that contain a single quote?

My configuration: RedHat 7.2, Apache 1.3.23, Python 1.5.2, Sendmail 8.11.6,
Mailman 2.0.11

-Cassandra



--
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] 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 support
third party programs (Mailman), I'm on my own.

My configuration:
RedHat 7.2
Apache-1.3.23
Python-1.5.2
Sendmail-8.11.6

When I send a message to a list that contains an address external to local
box the following error message is logged in /var/maillog

May 25 12:13:36 incose sendmail[15859]: g4PHDaK15859: ruleset=check_rcpt,
arg1=<[EMAIL PROTECTED]>,
relay=localhost [127.0.0.1], reject=550 5.7.1 <[EMAIL PROTECTED]>... relay
attempt failed

/etc/mail/access contains:
localhost.localdomainRELAY
localhost   RELAY
127.0.0.1  RELAY

Any help is appreciated.
-Cassandra

- Original Message -
From: "Norbert Bollow" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, May 25, 2002 2:38 PM
Subject: Re: [Mailman-Users] All addresses not on the local box bounce with
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 box bounce.
> > > Any ideas?
> [..]
> > > Sendmail-8.11.6
>
> This is a MTA configuration issue... Sendmail users may be able
> to help.
>
> > Changing  DELIVERY_MODULE  from SMTPDirect to Sendmail resolves this
> > problem.
>
> Nota bene, use of Sendmail.py should be avoided at all costs
> unless you use a version which has been patched to run
> /usr/lib/sendmail _without_invoking_a_shell_.  You risk all
> kinds of problems otherwise, including mail loops and very
> bad security problems (essentially remote shell access).
>
> Greetings, Norbert.
>
> --
> A founder of the http://DotGNU.org project and Steering Committee member
> Norbert Bollow, Weidlistr.18, CH-8624 Gruet   (near Zurich, Switzerland)
> Tel +41 1 972 20 59 Fax +41 1 972 20 69http://norbert.ch
> List hosting with GNU Mailman on your own domain name   http://cisto.com
>
>
> --
> 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



[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 on the local box bounce


> 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 box bounce.
> Any ideas?
>
> -Cassandra
>
>
>
>
> --
> 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



[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 box bounce.
Any ideas?

-Cassandra




--
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] 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.Mailman-2.0.7Apache-1.1.3Python-1.5.2Sendmail-8.8.5
Thanks
-Cassandra