 
            
            
            
            
                
                    Oct. 28, 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