[Mailman-Developers] fix for approval forwards

Ricardo Kustner ricardo@rixhq.nu
Sun, 2 Jul 2000 21:59:15 +0200


Hi,

I mentioned earlier that the forward option on the approval page
is not working properly... since i've spent some more time in the mailman
code this weekend, i decided to see if i could fix this...

It turns out the i could fix this by changing line # 233 in ListAdmin.py from

msg.recips = addr

to

msg.recips = [addr]


someday i might actually understand python... :)


Ricardo.

--