[Mailman-Users] Allow posting from addresses with modifiers?

Mark Sapiro mark at msapiro.net
Mon Jan 14 13:13:21 EST 2019


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 "john+lists at example.com",
> but their email comes from "john at example.com", allow that address to post?


To place the burden on john, he can subscribe both addresses and set
john at example.com 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 <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the Mailman-Users mailing list