bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17488: 24.3; mail-sendmail-undelimit-header doesn't respect mail-hea


From: Katsumi Yamaoka
Subject: bug#17488: 24.3; mail-sendmail-undelimit-header doesn't respect mail-header-separator
Date: Wed, 14 May 2014 10:28:41 +0900
User-agent: Gnus/5.130012 (真 Gnus v0.12) Emacs/24.3 (i686-pc-cygwin)

Hi,

This is probably a rare case, so I'm not sure if it's worth
fixing, though.  If one sets `mail-header-separator' to

"                                       ."

it causes a mail corruption.  It is because `rfc822-goto-eoh'
doesn't respect `mail-header-separator' and the first line of
a message body, rather than the separator, is deleted.

`smtpmail-send-it' and `mailclient-send-it' use it by way of
`mail-sendmail-undelimit-header'.  And `sendmail-send-it' uses
it by way of `mail-header-end'.

Thanks.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]