Comment 10 for bug 1184102

Revision history for this message
Zoltán Halassy (cf0hay) wrote : Re: 1.1.2 is broken on python 3.2

I think replacing line 407 from this:

foo = string.split(sender,'@',1)

to this:

foo = sender.split('@',1)

would fix the problem