Ignore:
Timestamp:
Aug 11, 2011, 1:42:40 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
c47b2e4
Parents:
384677e
git-author:
Alex Dehnert <adehnert@…> (08/11/11 01:42:40)
git-committer:
Alex Dehnert <adehnert@…> (08/11/11 01:42:40)
Message:

Stop importing @mit.edu as an address

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/util/import_db.py

    r6f820e1 rcdc36fe  
    2121def canonicalize_email(email):
    2222    if '@' in email: return email
     23    elif email == '': return ''
    2324    else: return email + "@mit.edu"
    2425
Note: See TracChangeset for help on using the changeset viewer.