summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-06-10 02:09:31 +0000
committerGo MAEDA <maeda@farend.jp>2019-06-10 02:09:31 +0000
commit92a74472f3a8e84c13fd3f070b435605731e5755 (patch)
tree5d7606a4f6a530ec45dc8ae4335657d9446c45c0 /app
parentad816523ed74796dce4cdf9846970cbeb25881be (diff)
downloadredmine-92a74472f3a8e84c13fd3f070b435605731e5755.tar.gz
redmine-92a74472f3a8e84c13fd3f070b435605731e5755.zip
Backport the fix r18239 to 3.4-stable (#31503).
git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@18241 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rwxr-xr-xapp/models/mail_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb
index 5590534d9..239033953 100755
--- a/app/models/mail_handler.rb
+++ b/app/models/mail_handler.rb
@@ -286,7 +286,7 @@ class MailHandler < ActionMailer::Base
reply
else
if logger
- logger.info "MailHandler: ignoring reply from [#{sender_email}] to a locked topic"
+ logger.info "MailHandler: ignoring reply from [#{email.from.first}] to a locked topic"
end
end
end