[Mailman-Developers] Multiple admins in 'newlist?'
Christopher Lindsey
lindsey@ncsa.uiuc.edu
Sat, 13 Mar 1999 16:37:14 -0600 (CST)
Ack! This should be
> text=text)
> --- 136,143 ----
> 'requestaddr' : "%s-request@%s" % (list_name, newlist.host_name),
> 'hostname' : newlist.host_name,
> })
> ! for admin in splitfields(owner_mail, '\n'):
> ! newlist.SendTextToUser(subject="Your new mailing list",
> ! recipient=admin,
> sender='mailman-owner@%s' % newlist.host_name,
> text=text)
Note the line that says 'recipient=admin'... <SIGH>
Chris