Add get-emails and mail-merge scripts
authorAlex Dehnert <adehnert@mit.edu>
Wed, 21 Apr 2010 16:16:23 +0000 (12:16 -0400)
committerAlex Dehnert <adehnert@mit.edu>
Wed, 21 Apr 2010 16:18:26 +0000 (12:18 -0400)
commit2536a49b4e7af4331b5424b92d7e54fc118a2474
treec1181bb7c8ee8d47f1440e387ae1796b59f13586
parentb6f140968224564638354f8ddba2ee261f61b375
Add get-emails and mail-merge scripts

* get-emails: search LDAP by last name, and write out all possible results
  with name and username to a CSV file for further fiddling
* mail-merge: given a CSV file and an email, merge the two
get-emails [new file with mode: 0755]
mail-merge [new file with mode: 0755]