diff options
author | Matthew Landauer <matthew@openaustralia.org> | 2013-03-26 09:47:06 +1100 |
---|---|---|
committer | Matthew Landauer <matthew@openaustralia.org> | 2013-03-26 09:47:06 +1100 |
commit | 44ec166b8691743e0ffbcc108eaf41ab0d2ef3cd (patch) | |
tree | a19da1122725b617ad094d29c21842e7e5940106 /app/models/raw_email.rb | |
parent | d09758c79fff462906b48dda6601ced25a8865da (diff) |
Change email address in header of source code to hello@mysociety.org
Diffstat (limited to 'app/models/raw_email.rb')
-rw-r--r-- | app/models/raw_email.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/raw_email.rb b/app/models/raw_email.rb index 032839b2f..6bf01bc74 100644 --- a/app/models/raw_email.rb +++ b/app/models/raw_email.rb @@ -10,7 +10,7 @@ # The fat part of models/incoming_message.rb # # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. -# Email: francis@mysociety.org; WWW: http://www.mysociety.org/ +# Email: hello@mysociety.org; WWW: http://www.mysociety.org/ class RawEmail < ActiveRecord::Base # deliberately don't strip_attributes, so keeps raw email properly |