[Mailman-Users] Non-member regexps

2020-09-29 Thread Daniel Krause via Mailman-Users
Good Day We are using mailman 3, and would like to whitelist a domain for acceptance of messages as non-members. It seems possible from my online searches, I have also tried with an online python regex tester(https://www.regextester.com/94044), but I have not managed to be successful. Below are

[Mailman-Users] Re: Non-member regexps

2020-09-29 Thread Mark Sapiro
On 9/29/20 5:38 AM, Daniel Krause via Mailman-Users wrote: > Good Day > > We are using mailman 3, and would like to whitelist a domain for acceptance > of messages as non-members. > It seems possible from my online searches, I have also tried with an online > python regex

[Mailman-Users] Re: Non-member regexps

2020-09-29 Thread Daniel Krause via Mailman-Users
If I only have one address listed then the regexps work Instructions are to have one address per line, yet this then fails I have tried terminating lines with commas and semicolons, neither have worked This is what I have currently, each of these work if they are the only entry ^.+@gmail\.com$

[Mailman-Users] Re: Non-member regexps

2020-09-29 Thread Daniel Krause via Mailman-Users
It would seem the issue was that the sending address was already listed as a non-member with a default action Tested after clearing out the non-member and its working now On Tue, Sep 29, 2020 at 7:29 PM Mark Sapiro wrote: > On 9/29/20 5:38 AM, Daniel Krause via Mailman-Users wrote: > > Good Day