Marked outstanding email interface bugs as fixed.
severity: minor
-status: open
+status: fixed
summary: 'subscribe/unsubscribe (bug #..., "new bugs", "all", etc.)'
severity: wishlist
-status: assigned
+status: fixed
summary: Interactive email interface
line = line.strip()
if len(line) == 0:
break
+ if ":" not in line:
+ raise InvalidPseudoheader(self, line)
key,value = line.split(":", 1)
value = value.strip()
if key not in all: