[Mailman-Users] bounce disabled warning interval settings

Mark Sapiro mark at msapiro.net
Thu Jun 2 01:45:48 EDT 2016


On 6/1/16 6:24 PM, Mark Sapiro wrote:
> 
> Then, this is not hard. You don't have to edit the source. You'd create
> an extend.py for the list something like
> 
> def extend(mlist):
>     def no_op(member):
>         return
>     mlist.endNextNotification = no_op
>     return
> 
> Then you save that as lists/LISTNAME/extend.py.
> 
> I don't have time to ensure that's correct right now, but I *think* it is.


I've now tested, an other than the typo (mlist.endNextNotification =
no_op should be mlist.sendNextNotification = no_op) The above extend.py
is correct to prevent sending the notices for any list for which it is
installed.

-- 
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