On 11/4/2012 6:22 PM, Josh Berkus wrote:
> 
>> However, if it was non-zero at
>> the time of the first recorded bounce, that is the value that was
>> saved for that user at that time and subsequent changes to
>> bounce_you_are_disabled_warnings have no effect for that user.
> 
> Ok, that's probably what happened.  So if I wait a couple weeks, these
> users should all gradually go away.


Assuming cron/disabled is being run, yes, that is the case.


> I will keep your withlist script around in case I want to delete users
> who are voluntarily nomail.  We have quite a few users who go nomail,
> and then forget they ever subscribed ...


You'd need to change MemberAdaptor.BYBOUNCE in that script to
MemberAdaptor.BYUSER to delete members who set themselves to nomail.

However, it occurs to me that there is a better way than my possibly
error prone withlist method. Consider

cd to Mailman's bin directory
./list_members -n bybounce LISTNAME | ./remove_members -f - LISTNAME

or

./list_members -n byuser LISTNAME | ./remove_members -f - LISTNAME

-- 
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
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to