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