[Mailman-Users] Uncaught recipients.remove not in list in Post (1.0b11)

Ian Jackson ijackson at chiark.greenend.org.uk
Mon May 17 13:02:14 CEST 1999


I got the error page below when trying to approve a message for
posting.  The message was submitted with From: address which doesn't
match a subscriber address, which was why it was sent to me for
approval (the list has no posting from nonmembers).

Ian.


Bug in Mailman version 1.0b11

We're sorry, we hit a bug!

If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of
what happened. Thanks! 

Traceback:


Traceback (innermost last):
  File "/var/lib/mailman/scripts/driver", line 112, in run_main
    main()
  File "/usr/lib/mailman/Mailman/Cgi/admindb.py", line 124, in main
    HandleRequests(doc)
  File "/usr/lib/mailman/Mailman/Cgi/admindb.py", line 214, in HandleRequests
    list.HandleRequest(request, v)
  File "/usr/lib/mailman/Mailman/ListAdmin.py", line 122, in HandleRequest
    self.HandlePostRequest(request_data[2:], value, comment)
  File "/usr/lib/mailman/Mailman/ListAdmin.py", line 131, in HandlePostRequest
    self.Post(msg, 1)
  File "/usr/lib/mailman/Mailman/MailList.py", line 1236, in Post
    recipients.remove(self.GetUserSubscribedAddress(sender))
ValueError: list.remove(x): x not in list




More information about the Mailman-Users mailing list