diff --git a/app/models/mail_handler.rb b/app/models/mail_handler.rb index 30bbe1cba..6add6af7c 100644 --- a/app/models/mail_handler.rb +++ b/app/models/mail_handler.rb @@ -372,8 +372,6 @@ class MailHandler < ActionMailer::Base end end - private - # Removes the email body of text after the truncation configurations. def cleanup_body(body) delimiters = Setting.mail_handler_body_delimiters.to_s.split(/[\r\n]+/).reject(&:blank?).map {|s| Regexp.escape(s)}