X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/03fb042591bf60cd74aa277ee3de98f02d8486d3..183a3e9d0710fc3984490a10977892e26a07e467:/app/models/notifier.rb diff --git a/app/models/notifier.rb b/app/models/notifier.rb index 364463336..a1fde49b3 100644 --- a/app/models/notifier.rb +++ b/app/models/notifier.rb @@ -105,7 +105,7 @@ private end def from_header(name, type, id, digest) - if domain = APP_CONFIG['messages_domain'] + if domain = MESSAGES_DOMAIN from quote_address_if_necessary("#{name} <#{type}-#{id}-#{digest[0,6]}@#{domain}>", "utf-8") end end