diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-14 12:40:50 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-14 14:53:46 +0100 |
commit | 4b5d063d647a32b7c1185bef7df81a5575fa36f0 (patch) | |
tree | 8390fe60ab52c290df8f9f732380c55f7705ac47 | |
parent | 687ce1408c6b7600d8415851c308cebc71c62f5e (diff) |
Add link to clarify bounce handling note
-rw-r--r-- | docs/installing/email.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 0252782fe..d2b842e86 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -70,7 +70,7 @@ To make use of automatic bounce-message handling, set [`TRACK_SENDER_EMAIL`]({{ See the MTA-specific instructions for how to do this for [exim]({{ site.baseurl }}docs/installing/email#filter-incoming-messages-to-admin-addresses) and [postfix]({{ site.baseurl }}docs/installing/email#filter-incoming-messages-to-site-admin-addresses). -_Note:_ Bounce handling is not applied to request emails. Bounce messages from authorities get added to the request page so that the user can see what has happened. Users can ask site admins for help redelivering the request if necessary. +_Note:_ Bounce handling is not applied to [request emails]({{ site.baseurl }}docs/installing/email#request-mail). Bounce messages from authorities get added to the request page so that the user can see what has happened. Users can ask site admins for help redelivering the request if necessary. --- |