From 009981d2cd9b576d0ff676716c49d88d89dd14e8 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Fri, 11 Jul 2014 15:52:34 +0100 Subject: 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. --- lib/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/configuration.rb') 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, -- cgit v1.2.3