From edb7351e797fcabde3bb0dc2e7aa1bb584e19c87 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 10 Feb 2008 14:45:21 +0000 Subject: [PATCH] (message-unsent-separator): Add the Exim bounce separator. --- lisp/ChangeLog | 5 +++++ lisp/message.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8da4bc3e4..035ad8744 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-02-10 Lars Magne Ingebrigtsen + + * message.el (message-unsent-separator): Add the Exim bounce + separator. + 2008-02-10 Daiki Ueno * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer diff --git a/lisp/message.el b/lisp/message.el index 273d1c4ec..a25841df3 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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.") -- 2.34.1