
July 2, 2000
7:59 p.m.
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.
--