Oct. 28, 2025
2:13 a.m.
Is there a way to disabled the automatic bouncing globally on all lists or do I have to do that on each individual list?
October 2025
3:42 p.m.
On 10/27/25 19:13, jkoral@luc.edu 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 <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
0
Age (days ago)
0
Last active (days ago)
1 comments
2 participants
participants (2)
-
jkoral@luc.edu -
Mark Sapiro