diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-07-11 15:52:34 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-26 09:32:19 +0100 |
commit | 009981d2cd9b576d0ff676716c49d88d89dd14e8 (patch) | |
tree | 763e2e2e4b206187b38d890b7599e19f20433c36 /lib | |
parent | 9e16a9600aa5297b5ea42abdd3c574f27143fe8c (diff) |
Add default INCOMING_EMAIL_PREFIX
All our examples use the 'foi+' prefix so lets make this the default. If
people _really_ want no prefix, they can change the setting to ''. This
will probably cover the more general cases.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configuration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/configuration.rb b/lib/configuration.rb index bd2d31ac2..d22b304ac 100644 --- a/lib/configuration.rb +++ b/lib/configuration.rb @@ -42,7 +42,7 @@ module AlaveteliConfiguration :HTML_TO_PDF_COMMAND => '', :INCLUDE_DEFAULT_LOCALE_IN_URLS => true, :INCOMING_EMAIL_DOMAIN => 'localhost', - :INCOMING_EMAIL_PREFIX => '', + :INCOMING_EMAIL_PREFIX => 'foi+', :INCOMING_EMAIL_SECRET => 'dummysecret', :ISO_COUNTRY_CODE => 'GB', :MINIMUM_REQUESTS_FOR_STATISTICS => 100, |