From d88562e72b963e998c7de2de6099e68ff972d941 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Tue, 14 Feb 2017 14:58:08 +0100 Subject: [PATCH] Revert "use RFC-complient signature separator dash-dash-space" --- lib/email/message_builder.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/email/message_builder.rb b/lib/email/message_builder.rb index f1d247239ff..3a2a6b17568 100644 --- a/lib/email/message_builder.rb +++ b/lib/email/message_builder.rb @@ -40,7 +40,7 @@ module Email string = allow_reply_by_email? ? "user_notifications.reply_by_email" : "user_notifications.visit_link_to_respond" string << "_pm" if @opts[:private_reply] end - @template_args[:respond_instructions] = "-- \n" + I18n.t(string, @template_args) + @template_args[:respond_instructions] = "---\n" + I18n.t(string, @template_args) end if @opts[:add_unsubscribe_link]