diff options
author | francis <francis> | 2008-03-21 14:04:29 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-21 14:04:29 +0000 |
commit | 426be7f2c0eb5cf09bb35bb9d40c67b7af59d7ec (patch) | |
tree | b56287fef663664cfdabbe9d17a6acc41eeb3396 /app/models/user.rb | |
parent | 6c7353d8b494c2b5c83d725be68fba6b5b5c517d (diff) |
Get rid of special envelope from -bounce addresses, as they are no good since
enough public authorities mail them with non-automatic messages.
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index 31d33a3ce..4c5e13f06 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 43 +# Schema version: 44 # # Table name: users # @@ -20,7 +20,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: user.rb,v 1.38 2008-03-18 19:18:51 francis Exp $ +# $Id: user.rb,v 1.39 2008-03-21 14:04:29 francis Exp $ require 'digest/sha1' |