9 May
2020
9 May
'20
11:10 a.m.
On 5/9/20 4:39 AM, Mark Sapiro wrote:
The fix is to patch your Mailman installation with the changes at <https://gitlab.com/mailman/mailman/-/merge_requests/552/diffs?commit_id=ea05bdd0f74ba06d85adad1f7d190a62e1bd4439>.
As Ubuntu's version is 3.2.2, not 3.3, the full patch did no apply cleanly, but
x = random.random() + right_now % 1.0 + time.clock() % 1.0
to x = random.random() + right_now % 1.0 + time.process_time() % 1.0
in mailman/utilities/uid.py.
this was the solution :))))))))))
Great support, Mark - Thank you very much!
Best regards, Peter