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:
parent
33dc83a470
commit
23b8672bc9
5 changed files with 62 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue