On 10/27/25 19:13, [email protected] wrote:
Is there a way to disabled the automatic bouncing globally on all lists or do I have to do that on each individual list?
There is no global setting, but you could use mailman shell to turn it off for all lists. E.g.:
``` $ mailman shell 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. >>> for mlist in getUtility(IListManager): ... mlist.process_bounces = False ... >>> commit() ``` -- 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] To unsubscribe send an email to [email protected] https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/ Archived at: https://lists.mailman3.org/archives/list/[email protected]/message/KWJWVRWROWS6JL72DSQW2QELAEZB7IGN/ This message sent to [email protected]
