|
Bugzilla – Full Text Bug Listing |
| Summary: | Mailman TypeError | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Forgotten User Ow-XVyOGYm <forgotten_Ow-XVyOGYm> |
| Component: | Network | Assignee: | Heiko Rommel <heiko.rommel> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | ag, erik, suse-beta |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User Ow-XVyOGYm
2009-02-17 18:36:35 UTC
I have the same problem (also on openSuSE 11.1 with the same version of mailman). In my case the problem occurs on a mailing list for the main (i.e. non-virtual) domain. i have the same problem. the offending line is: /usr/lib/mailman/Mailman/MailList.py:916 raise Errors.MMSubscribeNeedsConfirmation i'm no python expert, but it seems that python now requires exceptions to be proper classes, not just strings. in mailman 2.1.11, the exection is declared as /usr/lib/mailman/Mailman/Errors.py:56 MMSubscribeNeedsConfirmation = "MMSubscribeNeedsConfirmation" and marked as "# BAW: these still need to be converted to classes." in mailman 2.1.12, the definition is class MMSubscribeNeedsConfirmation: pass i didnt try 2.1.12 but it should work and an update should be the easiest way to fix it. This is essentially a duplicate of Bug 551306. We are going to address this by releasing an update for all affected products by shipping the maintenance version 2.1.12. *** This bug has been marked as a duplicate of bug 551306 *** |