[Mailman-Users] Re: Non-member regexps

2021-02-11 Thread Mark Sapiro
Please do not use this list for Mailman 3 questions. The list for Mailman 3 is mailman-us...@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-us...@mailman3.org/ On 2/11/21 1:59 PM, Johannes Rohr wrote: > Does the @[NAME] expression, that accepts posts to mailing list X by >

[Mailman-Users] Re: Non-member regexps

2021-02-11 Thread Johannes Rohr
Does the @[NAME] expression, that accepts posts to mailing list X by subscribers of mailing list Y still work in mailman3? Strictly speaking, it is not a regexp, but I rely on it heavily. I am testing out mailman3 and I have to say, migration works much better than I expected! Kudos!! However,

[Mailman-Users] Re: Non-member regexps

2020-09-30 Thread Brian Carpenter
On 9/30/20 10:17 AM, Mark Sapiro wrote: Is this Mailman 2.1 or Mailman 3? If Mailman 3, please join the mailman-us...@mailman3.org list at and post there. I will follow up once I know which Mailman this is. No need to

[Mailman-Users] Re: Non-member regexps

2020-09-30 Thread Mark Sapiro
On 9/29/20 10:22 PM, Daniel Krause via Mailman-Users wrote: > 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

[Mailman-Users] Re: Non-member regexps

2020-09-30 Thread Mark Sapiro
On 9/29/20 10:02 PM, Daniel Krause via Mailman-Users wrote: > 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 This list is for Mailman 2.1. It appears you are using

[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

[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