diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-03-28 10:07:14 +0000 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-03-28 10:11:00 +0000 |
commit | 4f84ec8a12479ec8ca96e4a143696b737dba37ca (patch) | |
tree | a42c8397c3a77169ef7af1aeadb0e5d51dafbfdb | |
parent | aa63d4df0209fb482236e5f6dd5516c0fc6ddf35 (diff) |
Add explanation text to /admin/spam_addresses
-rw-r--r-- | app/views/admin_spam_addresses/index.html.erb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/views/admin_spam_addresses/index.html.erb b/app/views/admin_spam_addresses/index.html.erb index ec557b142..9846bc017 100644 --- a/app/views/admin_spam_addresses/index.html.erb +++ b/app/views/admin_spam_addresses/index.html.erb @@ -4,6 +4,18 @@ <div class="row"> <div class="span12"> + <p> + Incoming mail that gets redirected to the holding pen will be + rejected if it is sent <code>To:</code> an address on this + list. + </p> + </div> +</div> + +<hr /> + +<div class="row"> + <div class="span12"> <%= form_for(@spam_address, :html => { :class => 'form-inline' }) do |f| -%> <%= error_messages_for @spam_address %> <%= f.text_field :email, :class => 'input-xxlarge', :placeholder => 'Enter email' %> |