Is it possible to add non-members in regex format in Mailman 3 ?
Hi Team,
In mailman 2, I was able to add the non-members in the
respective privileged box even using the regex also which will be used to add the domains instead of a single mail id.
But in mailman 3, I am not allowed to add the non members in
the regex format. Of course it is allowing me to add individual mail ids and give permissions. But I want to add a non-member which may be something like the entire cisco.com domain on which I want to set the rule.
Please help me out by suggesting over this or if mailman 3 is
not providing then please hint me out with a work around at least.
-- Thanks & Regards, Shashi Kanth.K 9052671936
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Tue, Jun 16, 2020, at 7:09 AM, Shashikanth Komandoor wrote:
Hi Team,
In mailman 2, I was able to add the non-members in the
respective privileged box even using the regex also which will be used to add the domains instead of a single mail id.
But in mailman 3, I am not allowed to add the non members in
the regex format. Of course it is allowing me to add individual mail ids and give permissions. But I want to add a non-member which may be something like the entire cisco.com domain on which I want to set the rule.
You can do that with Postorius 1.3.3 (which was released recently) and Mailman Core 3.3.1.
Please help me out by suggesting over this or if mailman 3 is
not providing then please hint me out with a work around at least.
-- Thanks & Regards, Shashi Kanth.K 9052671936
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
Thank you Abhilash for your response.
I am currently running Postorius 1.0.2 and mailman core 3.3.1. I have deployed in a production environment and have done some customizations by adding the SMS notifications and removed some options which are not required to my organization like social logins and so.
Now, if I upgrade only the Postorius from 1.0.2 release to 1.3.3 can I get all the customizations I had done or will I have to reconfigure the same customized code in the newer version?
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> Virus-free. www.avast.com <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Tue, Jun 16, 2020 at 11:09 PM Abhilash Raj <maxking@asynchronous.in> wrote:
On Tue, Jun 16, 2020, at 7:09 AM, Shashikanth Komandoor wrote:
Hi Team,
In mailman 2, I was able to add the non-members in the
respective privileged box even using the regex also which will be used to add the domains instead of a single mail id.
But in mailman 3, I am not allowed to add the non members in
the regex format. Of course it is allowing me to add individual mail ids and give permissions. But I want to add a non-member which may be something like the entire cisco.com domain on which I want to set the rule.
You can do that with Postorius 1.3.3 (which was released recently) and Mailman Core 3.3.1.
Please help me out by suggesting over this or if mailman 3 is
not providing then please hint me out with a work around at least.
-- Thanks & Regards, Shashi Kanth.K 9052671936
<
Virus-free. www.avast.com <
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- Thanks & Regards, Shashi Kanth.K 9052671936
On 6/16/20 7:09 AM, Shashikanth Komandoor wrote:
But in mailman 3, I am not allowed to add the non members in
the regex format. Of course it is allowing me to add individual mail ids and give permissions. But I want to add a non-member which may be something like the entire cisco.com domain on which I want to set the rule.
You cannot add a non-member with a regexp email, but the legacy
*_these_nonmembers list attributes still exist in Mailman core and
accept regexps. These settings are exposed in Postorius 1.3.3+ under
Settings -> Message Acceptance. With older Postorius, you ned to set
these directly in core, e.g. with mailman shell
as in
$ bin/mailman shell -l list.example.com Welcome to the GNU Mailman shell Use commit() to commit changes. Use abort() to discard changes since the last commit. Exit with ctrl+D does an implicit commit() but exit() does not. The variable 'm' is the list.example.com mailing list
m.accept_these_nonmembers [] m.accept_these_nonmembers = ['^.*[.@]good\.domain$'] m.accept_these_nonmembers ['^.*[.@]good\\.domain$']
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Abhilash Raj
-
Mark Sapiro
-
Shashikanth Komandoor