On 1/14/19 8:40 AM, David Gibbs via Mailman-Users wrote: > > Anyone know if it's possible to configure MM 2.1 to allow posting with > an email address that has a modifier?
You can't configure Mailman to just do it without making code changes, but there are possibilities: > For example ... if someone is subscribed as "[email protected]", > but their email comes from "[email protected]", allow that address to post? To place the burden on john, he can subscribe both addresses and set [email protected] to nomail. To place the burden on you, assuming you have access to Mailman's command line tools, you could periodically (via cron) run a script to list the members, find those with '+' in the local part and add the address without the +... in the local part to the list's accept_these_nonmembers. There is a script at <https://www.msapiro.net/scripts/non_members> (mirrored at <https://fog.ccsf.edu/~msapiro/scripts/non_members>) that can do the adding to accept_these_nonmembers. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
