7 May
2024
7 May
'24
7:25 p.m.
looks like I need also to set DMARC Mitigate unconditionally to true for all lists, but having issues finding the syntax.
I thought it would be
for mlist in getUtility(IListManager): dmarc_mitigate_unconditionally=True
commit()
But that does not work