54
54
# Ensure that the email addresses of the message's senders are known
55
55
# to Mailman. This will be used in nonmember posting dispositions.
56
56
user_manager = getUtility(IUserManager)
63
63
# Process the message through the mailing list's start chain.
64
64
start_chain = (mlist.owner_chain
65
65
if msgdata.get('to_owner', False)