za...@mta.ca writes: > Ive had a look at historical posts and I think this might be > related to this issue: > https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/thread/IFX2YQDRKZJXI4J4DE54UGK7PV3KTDU4/#YXEDKCIZRCPE75L7S2ILSQOMJCC5NM2W
Pretty sure that is NOT the issue. This is quite different: > configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', > found: '%#$%sfdgs' Somewhere in your Mailman configurations, probably in /etc/mailman3/mailman.cfg, you will find the string '%# $%sfdgs' (possibly with different or no quotes), likely in a line something like API_KEY = '%#$%sfdgs' or API_KEY: '%#$%sfdgs' Change that to '%%#$%%sfdgs' (ie, double both of the '%' characters) and restart mailman (or mailmanweb if you found it in settings.py). _______________________________________________ Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-le...@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/mailman-users@mailman3.org/message/WVHMO6ZY2AMJ5BAWWHY4C6HYI6YAAH5H/ This message sent to arch...@mail-archive.com