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