[Mailman-Users] Internal Server Error for Administrative Page

2004-03-14 Thread Andy Malato
Hi,


I have a working mailman installation and everything has pretty much
worked as it should.  The other day I noticed that when trying to login
to the administration page of one particular list I get an Internal
Server Error.  This is not the case with my other lists, all other lists
work without a problem.  I tried running check_db and list_members -i on
this list, but those tests came up clean.  Does anyone have any
suggestions or ideas as to what could be causing the admin page of this
list not to work?


Thanks,



---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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] creating private lists by default

2004-01-29 Thread Andy Malato
What is the way to tell mailman to create a private list by default?
Currently, when a list is created, it gets created as a public or
"advertised" list, this is not desirable.  Is it possible to change this
behavior, and if so, what needs to be set?


Thanks,


 ---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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Removing illegal list member addresses

2004-01-27 Thread Andy Malato
On Tue, 27 Jan 2004, Brad Knowles wrote:

! At 9:01 AM -0500 2004/01/27, Andy Malato wrote:
!
! >  I have a situation where one of my list adminstrators managed to get
! >  illegal characters into the address field, so there are about a dozen
! >  addresses that appear invalid.
!
!   See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.013.htp>.
!

Thanks, but attempting to use that solution causes this error message:

Traceback (most recent call last):
  File "bin/withlist", line 126, in ?
from Mailman import Utils
  File "/export/mailman/Mailman/Utils.py", line 26, in ?
from __future__ import nested_scopes
ImportError: No module named __future__
>>>


Any suggestions as to what is causing those errors?


Thanks,


 ---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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Removing illegal list member addresses

2004-01-27 Thread Andy Malato

On Tue, 27 Jan 2004, Brad Knowles wrote:

! At 9:01 AM -0500 2004/01/27, Andy Malato wrote:
!
! >  I have a situation where one of my list adminstrators managed to get
! >  illegal characters into the address field, so there are about a dozen
! >  addresses that appear invalid.
!
!   See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.013.htp>.
!

Ok, that solution works, I had an alias pointing to an earlier version
of Python, which caused the odd messages.  Thanks for your help.


 ---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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Removing illegal list member addresses

2004-01-27 Thread Andy Malato
Hello All:

I have a situation where one of my list adminstrators managed to get
illegal characters into the address field, so there are about a dozen
addresses that appear invalid.

list_members -i offending_list  shows address such as this:


[EMAIL PROTECTED]
[EMAIL PROTECTED] - sometext
[EMAIL PROTECTED] - sometext
u s e r @ h o s t . d o m a i n
[EMAIL PROTECTED]
[EMAIL PROTECTED]


And the list just goes on for about another 10 lines or so.  I tried
putting the list of addresses in a file and using the -f option to
remove_members, but that caused the remove_members script to bomb with
errors such as the following:

Traceback (most recent call last):
  File "/export/mailman/bin/remove_members", line 186, in ?
main()
  File "/export/mailman/bin/remove_members", line 176, in main
admin_notif, userack)
  File "/export/mailman/Mailman/MailList.py", line 946, in
ApprovedDeleteMember
self.removeMember(emailaddr)
  File "/export/mailman/Mailman/OldStyleMemberships.py", line 220, in
removeMember
self.__assertIsMember(member)
  File "/export/mailman/Mailman/OldStyleMemberships.py", line 113, in
__assertIsMember
raise Errors.NotAMemberError, member
Mailman.Errors.NotAMemberError: [EMAIL PROTECTED]


Does anyone know how I can remove these illegal addresses from this
list?

We are running mailman version 2.13


Thanks,


 ---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
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org