![](https://secure.gravatar.com/avatar/07d0331d64715d0952055e3135aa8308.jpg?s=120&d=mm&r=g)
Feb. 21, 2000
5:12 p.m.
We were having problems with email addresses containing a '%'. Specifically, if the address were held for some reason the admindb interface would choke when it tried to process it.
There's a (very) small patch below against the current CVS tree.
Chris
*** Mailman/ListAdmin.py Mon Feb 21 11:11:55 2000 --- Mailman/ListAdmin.py Mon Feb 21 11:11:55 2000
*** 192,198 **** \tSubject: %(subject)s''' % { 'listname' : self.internal_name(), 'rejection': rejection, ! 'sender' : sender, 'subject' : strquote(subject), } if comment: --- 192,198 ---- \tSubject: %(subject)s''' % { 'listname' : self.internal_name(), 'rejection': rejection, ! 'sender' : strquote(sender), 'subject' : strquote(subject), } if comment:
9122
Age (days ago)
9122
Last active (days ago)
0 comments
1 participants
participants (1)
-
Christopher Lindsey