<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, May 21, 2016 at 7:55 PM, Dave Crossland <span dir="ltr"><<a href="mailto:dave@lab6.com" target="_blank">dave@lab6.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"><div dir="ltr"><div class="gmail_extra"><br></div><div class="gmail_extra">Hi</div><div class="gmail_extra"><br><div class="gmail_quote"><span class="">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></span><span class=""><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></span></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" target="_blank">lists.sugarlabs.org</a>? <br></div></div></div></blockquote><div><br></div><div>I have filtered the "From header" from all the archive lists (active and inactive) since they were created until today.<br></div><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"><div dir="ltr"><div class="gmail_extra"><div></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></div></blockquote><div> <br></div><div>Done. I've added it to the last spreadsheet you've shared with me named "Sugar Labs Wiki Usernames" in a new sheet named "Mailman Users".</div><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"><div dir="ltr"><div class="gmail_extra"><div><br></div><div>Cheers<span class=""><font color="#888888"><br>Dave</font></span></div>
</div></div>
</blockquote></div><br></div></div>