29 Sep
2020
29 Sep
'20
9:12 p.m.
On 9/29/20 1:18 PM, Mark Sapiro wrote:
I see the issue. when mailmanclient processes the delete request from Postorius it calls the REST API DELETE method with the URL lists/<listname>/<role>/<address> and the address is
quoted
with urllib.parse.quote_plus, co in this case, the URL becomes lists/<listname>/nonmember/z_email%2Fdomain.org.za@domain.org.zaThis is all fine except the REST API doesn't call urllib.parse.unquote_plus to change the %2F back to slash. This is now reported at<https://gitlab.com/mailman/mailman/-/issues/774>.
Thanks Mark!
-- Brian Carpenter Harmonylists.com Emwd.com