
I have a mailing list that, due to specific circumstances, has a requirement to allow messages from a user that sends messages with no subject. I've added the address to the "Accept these non-members" collection, but messages from that address still get held for moderation, due to the no-subect rule.
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rules/docs/...
https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/rules/docs/...
I went through the list's interface, and I wasn't able to find a mechanism to disable the rule, aside from editing the code itself. I also added header filters to immediately accept the message, but they still get held. Specifically, the rules I defined are:
Header, Pattern, Action
subject, ^Subject:\s*([[{(]?no[_ ]subject[]})]?)?\s*$, Accept Immediately subject, ^Subject:, Accept Immediately subject, ^, Accept Immediately
Did I configure this correctly and/or is this the right course of action? Is there a better way to bypass this rule?
Thanks