diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-12-01 13:48:16 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-12-01 13:48:16 +0000 |
commit | 8d1987e956993c2f862eacc6676d78f709a88e2f (patch) | |
tree | 559c2b81fc0b45ff67e5771369949906c6be3dba | |
parent | 8342501a3b0d3d13cef9fedf7f191be54e54916f (diff) |
Move up the config changes - they're important.
They'll result in changed behaviour if people don't act. Also, make
clearer what the previous default for INCOMING_EMAIL_PREFIX.
-rw-r--r-- | doc/CHANGES.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index c441735b2..8ee29a9f6 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -50,11 +50,11 @@ Example: end See https://github.com/mysociety/alaveteli/pull/1889 for the full changes and feel free to ask on the [developer mailing list](https://groups.google.com/forum/#!forum/alaveteli-dev) if this change causes a problem. - -* An `admin` prefix has been added to the `:spam_addresses` resources. If you have used one of these paths in your theme, prefix the named route helper with `admin_`. * `MTA_LOG_PATH` now has a default value of `'/var/log/exim4/exim-mainlog-*'`. Check that your `MTA_LOG_PATH` setting is configured to the path where your mail logs are stored. * `MAX_REQUESTS_PER_USER_PER_DAY` now has a default value of `6`. If you do not have a value set in `config/general.yml` you will need to set it to match your existing configuration. If you do not a `MAX_REQUESTS_PER_USER_PER_DAY` limit, set the value to an empty string (`''`). -* `INCOMING_EMAIL_PREFIX` now has a default of `'foi+'`. If you do not have a value set in `config/general.yml` you will need to set it to match your existing configuration. If you do not want an `INCOMING_EMAIL_PREFIX`, set the value to an empty string (`''`). +* `INCOMING_EMAIL_PREFIX` now has a default of `'foi+'`. If you do not have a value set in `config/general.yml` you will need to set it to match your existing configuration. If you do not want an `INCOMING_EMAIL_PREFIX`, set the value to an empty string (`''`, the previous default). + +* An `admin` prefix has been added to the `:spam_addresses` resources. If you have used one of these paths in your theme, prefix the named route helper with `admin_`. * `CensorRule` now validates the presence of all attributes at the model layer, rather than only as a database constraint. If you have added a `CensorRule` in your theme, you will now have to satisfy the additional validations on the |