[Mailman-Users] Bug

Ricardo Kustner ricardo at rixhq.nu
Wed Apr 12 08:20:39 CEST 2000


On Tue, Apr 11, 2000 at 06:08:59PM -0700, Michael Ghens wrote:
>     pending.append('    %s %s' % addr, time.ctime(when))

I'm no python expert but I know this should be:
pending.append(' %s %s' % (addr, time.ctime(when)))

which version of mailman are you using?

Ricardo.

--





More information about the Mailman-Users mailing list