Add support for processing incoming mail messages in reply to message

notifications and diary comment notifications, turning the maill messages
into reply messages through the site messaging system.
This commit is contained in:
Tom Hughes 2009-11-05 23:16:20 +00:00
parent 33dc83a470
commit 23b8672bc9
5 changed files with 62 additions and 1 deletions

View file

@ -19,6 +19,8 @@ standard_settings: &standard_settings
user_block_periods: [0, 1, 3, 6, 12, 24, 48, 96]
# Rate limit for message sending
max_messages_per_hour: 60
# Domain for handling message replies
#messages_domain: "messages.openstreetmap.org"
development:
<<: *standard_settings