[Mailman-Users] NameError : recipients

Brad Crittenden bac at ivc.com
Fri Feb 12 15:30:39 CET 1999


> Thanks to Harald, I figured out my WANTED vs GOT and ended up letting
> mailman run with the GID it GOT and that seems to be much closer to
> being happy.  However, now, whenever I post, I get the
> following in the
> error log:
>
>
> Feb 10 14:48:56 1999 post: Traceback (innermost last):
> post:   File "/usr/people/mailman/scripts/post", line 65, in ?
> post:      current_list.Post(msg)
> post:   File "/usr/people/mailman/Mailman/MailList.py", line 1143, in
> Post
> post:      recipients.remove(members)
> post: NameError :  recipients
>

as greg pointed out, this is a bug related to the "don't receive own
posts".  it is easily fixed by changing MailList.py line 1143 to

	members.remove(sender)

or, inform all of your recipients to not use that option.

--bac





More information about the Mailman-Users mailing list