You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I used to do to maintain listlist.py was every nine months or so, I'd manually go through the database and prune lists that hadn't been posted to in the past three months. This sounds like an activity that could be automated if we have a lot of spare development cycles!
One way that it could work is, every time a list hasn't been posted to in ${INACTIVITY_TIME}, send an automated email to all its recipients (with the reply-to being the list itself) that says the list will be removed due to inactivity in a week unless someone replies, thus resetting the inactivity timer.
The text was updated successfully, but these errors were encountered:
Issue by jessechen from Friday Oct 26, 2012 at 21:39 GMT
Originally opened as https://github.com/cyrusinnovation/ListList/issues/32
One thing I used to do to maintain listlist.py was every nine months or so, I'd manually go through the database and prune lists that hadn't been posted to in the past three months. This sounds like an activity that could be automated if we have a lot of spare development cycles!
One way that it could work is, every time a list hasn't been posted to in ${INACTIVITY_TIME}, send an automated email to all its recipients (with the reply-to being the list itself) that says the list will be removed due to inactivity in a week unless someone replies, thus resetting the inactivity timer.
The text was updated successfully, but these errors were encountered: