discourse/lib/email
Robert Riemann bcd4513963 use RFC-complient signature separator dash-dash-space
currently, Discourse uses '---' in its notifications to
separate the signature with unsubscribe links etc. from
the body of the message.

The RFC standard defines '-- '.
https://www.ietf.org/rfc/rfc3676.txt (4.3)

The problem has been discussed in:

https://meta.discourse.org/t/previous-replies-separator-is-not-rfc-compliant/39410

And an incomplete fix has been added a year ago:
86819f08c3

The separator is important, because some mail clients strip off the
signature automatically in replies if the signature is recognised as such.
2017-02-10 11:46:02 +01:00
..
html_cleaner.rb FIX: remove links in poll email notification 2015-04-26 00:37:27 +02:00
message_builder.rb use RFC-complient signature separator dash-dash-space 2017-02-10 11:46:02 +01:00
processor.rb FEATURE: retry processing incoming emails on rate limit 2016-08-08 22:28:27 +02:00
receiver.rb post ids are always an integer 2017-02-08 23:46:11 +01:00
renderer.rb FIX: replace polls with a link in emails 2015-10-22 19:10:07 +02:00
sender.rb FIX: mail threading wasn't working properly in Mac Mail 2017-02-01 23:02:41 +01:00
styles.rb FIX: prevent huge custom emojis in emails 2017-01-30 18:06:48 +01:00