Re: [Mailman-Users] bounce disabled warning interval settings

2016-06-01 Thread Mark Sapiro
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 tha

Re: [Mailman-Users] bounce disabled warning interval settings

2016-06-01 Thread Mark Sapiro
On 6/1/16 6:11 PM, Mark Sapiro wrote: > > If you don't want a message at all, you have to edit the > endNextNotification method in Mailman/Bouncer.py to not send it. First, that should be sendNextNotification, the missing 's' was a copy/paste issue :( Then, this is not hard. You don't have to

Re: [Mailman-Users] bounce disabled warning interval settings

2016-06-01 Thread Mark Sapiro
On 6/1/16 10:44 AM, daryl.w...@lis.state.oh.us wrote: > > We have a one-way announcement list. A single message is posted once > a week every week. We never want to unsubscribe anyone - just disable > their subscription. We never want Mailman sending a subscriber the > automated message that start

[Mailman-Users] bounce disabled warning interval settings

2016-06-01 Thread daryl.w...@lis.state.oh.us
Hello: I wondered if I could get recommendations on ideal settings needed for bounce_you_are_disabled_warnings and bounce_you_are_disabled_warnings_interval to achieve the following: We have a one-way announcement list. A single message is posted once a week every week. We never want to unsubs