X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6740cab85b28e808e12ec47785547eebce5f40fa..79276fb43abc429cd5515f81005281e303a16dd8:/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