[Mailman-Users] add members from command prompt
Kyle O'Donnell
kyleo at onicrom.com
Thu Feb 27 19:30:30 CET 2003
mailman at yin bin $ ./add_members -r list mailman
Traceback (most recent call last):
File "./add_members", line 297, in ?
main()
File "./add_members", line 274, in main
addall(mlist, nmembers, 0, send_welcome_msg, s)
File "./add_members", line 165, in addall
mlist.ApprovedAddMember(userdesc, ack, 0)
File "/var/mailman/Mailman/MailList.py", line 865, in ApprovedAddMember
password = getattr(userdesc, 'password', Utils.MakeRandomPassword())
File "/var/mailman/Mailman/Utils.py", line 297, in MakeRandomPassword
syls.append(random.choice(_syllables))
File "/usr/lib/python2.2/random.py", line 355, in choice
return seq[int(self.random() * len(seq))]
OverflowError: float too large to convert
should i be mailing this to devs? has anyone ever seen this before?
--kyleo
More information about the Mailman-Users
mailing list