diff options
author | Dave Whiteland <dave@mysociety.org> | 2015-01-27 13:05:18 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2015-02-06 17:30:37 +0000 |
commit | 989d883e2c737a355767e99c50fa1fa7bd91af3d (patch) | |
tree | da63426ca24d6746e6e5e1cdf6755eb4d8028857 /docs | |
parent | 135b09cab1aa7f53bd7604d965f3fa0e5c86227d (diff) |
remove reference to orange buttons, closes 2064
This now *only* describes copying and pasting incoming email addresses as the organge buttons previously described were from a mockup and not live :-)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/running/admin_manual.md | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/docs/running/admin_manual.md b/docs/running/admin_manual.md index 47055d0a7..39277ea21 100644 --- a/docs/running/admin_manual.md +++ b/docs/running/admin_manual.md @@ -431,16 +431,14 @@ address due to a cut-and-paste mistake) and the nature of the lifecycle of requests means they don't typically get used for spam until they are effectively dead. -The easiest way to add such an email address to the spam address list is to do -so from the incoming message itself. In the admin interface, go to the holding -pen (click on **Requests** and then **Holding pen**). Under *Incoming Messages* -click on the message that is spam. Under *Actions*, click on the **Mark as -spam** button that appears by the `To:` email address. - You can see the spam address list (that is, all known spam-target email -addresses) by going to the admin interface at `/admin/spam_addresses`. As an -alternative to using the **Mark as spam** button on the message itself, you can -manually add any email address there and click **Add spam address**. +addresses) by going to the admin interface at `/admin/spam_addresses`. + +To add an email address, copy it from the incoming message (you may need to +click the **View raw email** button to see the `To:` address). Go to +`/admin/spam_addresses` (there is a link under *Actions* on the Incoming +Message display), paste the email address into the text input field and click +**Add spam address**. You can remove any address from the list by clicking the **Remove** button next to it. Of course, this won't restore any messages that have been |