X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/8b9cacd3c2fa236463819ffeb41980ec57d87faa..f07819d81a7437e58c6e64c2e76ba7e54fad9034:/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