Your message dated Sun, 26 Oct 2014 18:48:55 +0000
with message-id <[email protected]>
and subject line Bug#753885: Removed package(s) from unstable
has caused the Debian Bug report #721436,
regarding cannot send attached email with accents
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
721436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=721436
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs23-common
Version: 23.4+1-4
Severity: normal
I tried to forward the following email to a mailing list using
message-mode.
https://paste.debian.net/32790/
When hitting "C-c C-c", i get the following backtrace:
Debugger entered--Lisp error: (cl-assertion-failed (save-excursion (goto-char
(point-min)) (not (re-search-forward "[^ -\377]" nil t))))
signal(cl-assertion-failed ((save-excursion (goto-char ...) (not ...))))
message-send-mail(nil)
message-send-via-mail(nil)
message-send(nil)
message-send-and-exit(nil)
call-interactively(message-send-and-exit nil nil)
The problem is within the message.el file:
;; Let's make sure we encoded all the body.
(assert (save-excursion
(goto-char (point-min))
(not (re-search-forward "[^\000-\377]" nil t))))
But it seems that message-mode doesn't actually encode accents in the
mail. In fact, it doesn't need to: the "content-transfer-encoding"
clearly specifies "8-bit" and the mail is already encoded properly in
utf-8. Furthermore, the "<part>" block clearly specifies "raw=t", so I don't
understand why this is checked.
I think message-mode should just blindly forward that message: garbage in,
garbage out. At least it shouldn't keep me from forwarding it...
-- System Information:
Debian Release: 7.1
APT prefers stable
APT policy: (500, 'stable'), (500, 'oldstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages emacs23-common depends on:
ii dpkg 1.16.10
ii emacsen-common 2.0.5
ii install-info 4.13a.dfsg.1-10
emacs23-common recommends no packages.
Versions of packages emacs23-common suggests:
ii emacs23-common-non-dfsg 23.4+1-1
ii emacs23-el 23.4+1-4
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 23.4+1-4.1+rm
Dear submitter,
as the package emacs23 has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/753885
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---