<div dir="ltr"><div class="gmail_extra"><br></div><div class="gmail_extra">Hi</div><div class="gmail_extra"><br><div class="gmail_quote">On 18 May 2016 at 22:53, Samuel Cantero <span dir="ltr"><<a href="mailto:scanterog@gmail.com" target="_blank">scanterog@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Should we verify it against Dave sheet or should we just remove those accounts directly?</blockquote></div><div><br></div><div>I made a simple little python program to compare the list of 'never used' accounts to the total account list. </div><div><br></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div class="gmail_extra"><div><div>users = [ ... ]</div></div></div><div class="gmail_extra"><div><div>unused = [ ... ]</div></div></div><div class="gmail_extra"><div><div>for user in users:</div></div></div><div class="gmail_extra"><div><div> if user in unused:</div></div></div><div class="gmail_extra"><div><div>   print("No")</div></div></div><div class="gmail_extra"><div><div> else:</div></div></div><div class="gmail_extra"><div><div>   print("Yes")</div></div></div></blockquote><div class="gmail_extra"><div><br></div><div><br></div><div>Next I would like to check the mailman archives for email addresses posted to the lists, to ensure we don't remove any accounts that belong to people who otherwise interacted with the community. </div><div><br></div><div>Are you able to grep for a list of all emails that have ever posted to any list on <a href="http://lists.sugarlabs.org">lists.sugarlabs.org</a>? <br></div><div><br></div><div>If so, please send them to me or add them to a new sheet in the google docs spreadsheet :) </div><div><br></div><div>Cheers<br>Dave</div>
</div></div>