
Mark Sapiro wrote:
The comment says # We can't assert anything about member. It will be None when # the workflow we're confirming is an unsubscription request, # and non-None when we're confirming a subscription request. # This class doesn't know which is happening. That's backwards. I.e, it should say # We can't assert anything about member. It will be None when # the workflow we're confirming is a subscription request, # and non-None when we're confirming an unsubscription request. # This class doesn't know which is happening.
So the comments which are already present in the file are wrong?
You can use mailman inject in lieu of sending email, but you can't test the REST interface that Postorius uses that way.
Can you point me to the docs where i can find the command/instructions for approval from the moderator?
Also, If I, set the unsubscription_policy
to confirm_then_moderate
in mailman-shell, is it applied to the Postorius as well?