[Mailman-Developers] [Mailman-Users] any info onthisreportedexploit?

Tokio Kikuchi tkikuchi at is.kochi-u.ac.jp
Thu Feb 2 08:44:49 CET 2006


Mark Sapiro wrote:
>>Mark Sapiro wrote:
>>
>>
>>>++   if not t[7]:
>>>++       t = t[:7] + (1,) +t[8:]
>>
>>On second thought, that should be
>>
>>   if t and not t[7]
>>       t = t[:7] + (1,) +t[8:]
> 
> 
> I seem to be having a lot of trouble with this. Make that
> 
>     if t and not t[7]:
>         t = t[:7] + (1,) +t[8:]
> 
> 
I changed the patch including this one.  Please check it again.
https://sourceforge.net/tracker/index.php?func=detail&aid=1419490&group_id=103&atid=300103


-- 
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


More information about the Mailman-Developers mailing list