On 12/16/19 9:55 AM, Ethan Rudnitsky wrote:
> Can anyone tell me where the actual member bounce value is stored? I want
> to setup a cron job to reset the member bounce value to 0 for
> certain members whose mailboxes are only active when they have a satellite
> overhead to give them internet connectivity (about 8-10 hours each day).
> They keep getting disabled because their bounce value breaks the threshold
> value but this cannot be avoided due to their location and lack of
> internet. Thank you for your time and knowledge.


The score is in the member's _BounceInfo object defined in
Mailman/Bouncer.py. This object is retrieved and set by the list's
getBounceInfo() and setBounceInfo() methods defined in the MemberAdaptor
(Mailman/OldStyleMemberships.py by default).

However, See the script at
<https://www.msapiro.net/scripts/clear_bounce_info.py> (mirrored at
<https://fog.ccsf.edu/~msapiro/scripts/clear_bounce_info.py>) which will
do what you want.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan
------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to