diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-20 09:46:24 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-20 09:46:24 +0100 |
commit | 2b8321f0013111b85df229a6e9ade208e188bfef (patch) | |
tree | 511ba6785770ab3afb1af03edc06c4b3db8c2f63 | |
parent | 76839f2090b7f1ca943439ddd794728518eda46a (diff) |
Fix line wrapping for easier reading in text editors
-rw-r--r-- | doc/INSTALL-exim4.md | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/INSTALL-exim4.md b/doc/INSTALL-exim4.md index 84f105c57..91c3506d3 100644 --- a/doc/INSTALL-exim4.md +++ b/doc/INSTALL-exim4.md @@ -40,17 +40,20 @@ content: ^foi\\+.*: |/path/to/alaveteli/software/script/mailin -You should also configure exim to discard any messages sent to the `BLACKHOLE_PREFIX` -address, whose default value is 'do-not-reply-to-this-address'. For example, add the -following to config/aliases: +You should also configure exim to discard any messages sent to the +`BLACKHOLE_PREFIX` address, whose default value is +'do-not-reply-to-this-address'. For example, add the following to +config/aliases: # We use this for envelope from for some messages where we don't care about delivery do-not-reply-to-this-address: :blackhole: -If you want to make use of the automatic bounce-message handling, then set the `TRACK_SENDER_EMAIL` -address to be filtered through `script/handle-mail-replies`. Messages that are not bounces or -out-of-office autoreplies will be forwarded to `FORWARD_NONBOUNCE_RESPONSES_TO`. For example, -in WhatDoTheyKnow the configuration looks like this: +If you want to make use of the automatic bounce-message handling, then +set the `TRACK_SENDER_EMAIL` address to be filtered through +`script/handle-mail-replies`. Messages that are not bounces or +out-of-office autoreplies will be forwarded to +`FORWARD_NONBOUNCE_RESPONSES_TO`. For example, in WhatDoTheyKnow the +configuration looks like this: raw_team: [a list of people on the team] team: |/path/to/alaveteli/software/script/handle-mail-replies |