diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2012-07-17 21:40:57 -0400 |
| commit | da15cfb1e452a0af4902272ba351d5a6d0d0b56a (patch) | |
| tree | 8525e56790625ab7b67e4c534fdf1739d0f592b6 /src/email.clj | |
| parent | 38091d8e194aa48f6bd64e2cf8ccba6fd27c36a2 (diff) | |
update src, scripts, etc from 2012
Diffstat (limited to 'src/email.clj')
| -rw-r--r-- | src/email.clj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/email.clj b/src/email.clj index 3231b60..8a29418 100644 --- a/src/email.clj +++ b/src/email.clj @@ -67,7 +67,8 @@ :mime (classify-mimetype text))) (def *admin-lists* {"dumpfmprod" ["info@dump.fm"] - "sostler" ["sbostler@gmail.com"]}) + "sostler" ["sbostler@gmail.com"] + "jules" ["julescarbon@gmail.com"]}) (defn get-admins [] (or (*admin-lists* (System/getProperty "user.name")) |
