FC5test1 tracking bug, note that this issue is not fixed upstream in 2.1.6 +++ This bug was initially created as a clone of Bug #173140 +++ Mailman Denial of Service A message with a malformed Content-Disposition: headers can crash mailman and prevent a list from working. The bad file will not affect all lists hosted on the machine, only the list which receives the malicious message. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=327732 This issue also affects FC3
ping! if fixed in rawhide please close this bug, otherwise please try to fix this before FC5Test3 (Feb 6)
ping! if fixed in rawhide please close this bug, otherwise please try to fix this before FC5Test3 (Feb 13 freeze)
I believe this is fixed in mailman-2.1.7
agreed: 2.1.7 contains this code which looks like another way of fixing the issue # i18n file name is encoded lcset = Utils.GetCharSet(mlist.preferred_language) filename = Utils.oneline(msg.get_filename(''), lcset) fnext = os.path.splitext(filename)[1]