(message-unsent-separator): Add the Exim bounce
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 10 Feb 2008 14:45:21 +0000 (14:45 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 10 Feb 2008 14:45:21 +0000 (14:45 +0000)
separator.

lisp/ChangeLog
lisp/message.el

index 8da4bc3..035ad87 100644 (file)
@@ -1,3 +1,8 @@
+2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-unsent-separator): Add the Exim bounce
+       separator. 
+
 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
 
        * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
index 273d1c4..a25841d 100644 (file)
@@ -1722,6 +1722,7 @@ You must have the \"hashcash\" binary installed, see `hashcash-path'."
          "^ *--+ +begin message +--+ *$\\|"
          "^ *---+ +Original message follows +---+ *$\\|"
          "^ *---+ +Undelivered message follows +---+ *$\\|"
+         "^------ This is a copy of the message, including all the headers. ------ *$\\|"
          "^|? *---+ +Message text follows: +---+ *|?$")
   "A regexp that matches the separator before the text of a failed message.")