Bugs item #1904737, was opened at 2008-02-29 16:14
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1904737&group_id=103

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: command line scripts
Group: 2.1 (stable)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Lars Köller (wlanguy2)
Assigned to: Nobody/Anonymous (nobody)
Summary: ban_list entry breaks bulk member import

Initial Comment:

Mailman 2.1.9 (python 2.4.4) on Solaris 8 SPARC:

When an email address, e.g. [EMAIL PROTECTED] is inserted into the ban_list and 
the same member is tried to become a regular member, an error is triggered. 

The is really critical, cause automatically generated bulk imports fail.


 echo "[EMAIL PROTECTED]" | /usr/local/mailman/current/fhbi/bin/add_members -a 
n -w n -r - verteiler-zv
Traceback (most recent call last):
  File "/usr/local/mailman/current/fhbi/bin/add_members", line 255, in ?
    main()
  File "/usr/local/mailman/current/fhbi/bin/add_members", line 235, in main
    addall(mlist, nmembers, 0, send_welcome_msg, s)
  File "/usr/local/mailman/current/fhbi/bin/add_members", line 135, in addall
    mlist.ApprovedAddMember(userdesc, ack, 0)
  File "/usr/localhost/mailman/current/fhbi/Mailman/MailList.py", line 958, in 
ApprovedAddMember
    raise Errors.MembershipIsBanned, pattern
Mailman.Errors.MembershipIsBanned: [EMAIL PROTECTED]


Please fix as fast as possible.

many thanks and best regards

Lars


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1904737&group_id=103
_______________________________________________
Mailman-coders mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to