On 1/21/20 6:22 AM, Paul Honig wrote:
It seems like the start_chain has value 'None' and that prevents the mail from processed, but I can't find where to correctly set the start_chain.
You are correct. Every list has a 'posting_chain' attribute and it seems for your imported lists, that attribute's value is None. I don't know how that can happen. How did you create the lists before importing them?
Please let me know how I can remedy this issue.
You can use mailman shell
mailman shell -l mltest@test.domain Welcome to the GNU Mailman shell
The variable 'm' is the mltest@test.domain mailing list
print(m.posting_chain) None m.posting_chain = 'default-posting-chain' commit()
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan