Use a real signature separated with --
authorTim Düsterhus <timwolla@arcor.de>
Thu, 1 Dec 2011 21:50:34 +0000 (22:50 +0100)
committerTim Düsterhus <timwolla@arcor.de>
Thu, 1 Dec 2011 21:50:34 +0000 (22:50 +0100)
wcfsetup/install/files/lib/system/mail/Mail.class.php

index 27eeb18a74eb63104a645b011e958bf4e0a55d14..7d202dc1097344d821ae10e21b5a01aa44268e63 100644 (file)
@@ -257,7 +257,7 @@ class Mail {
         * @return      string
         */
        public function getMessage() {
-               return preg_replace('%(\r\n|\r|\n)%', self::$crlf, $this->message . (MAIL_SIGNATURE ? self::$crlf . self::$crlf . MAIL_SIGNATURE : ''));
+               return preg_replace('%(\r\n|\r|\n)%', self::$crlf, $this->message . (MAIL_SIGNATURE ? self::$crlf . '-- ' . self::$crlf  MAIL_SIGNATURE : ''));
        }
        
        /**