Package: enemies-of-carlotta
Version: 1.0.3-1
CVS trunk has this in the TODO file:
--8<--
if body is base64 encoded, then appending a footer is bad or complicated
--8<--
and I just hit that bug. The relevant message headers are
--8<--
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: base64
--8<--
and body is just a big chunk of base64-encoded text, one empty line,
dash-dash-space-newline and the signature line from eoc.
Notes refuses to accept a message corrupted thus by eoc, and gives a
bounce with the message:
--8<--
Diagnostic-Code: X-Notes; Error delivering to foo.bar; Cannot
convert MIME message to Notes Rich Text message.
--8<--
which is not really nice, I just had a user complain he gets warnings
from eoc because such email sent to him bounces.
I'd be happy to try and write a patch, but what's the plan on how to fix
this? Decode+append+reencode?
PS. Creating a bug on bugs.debian.org mostly to have something to link
to, sorry for the double bookkeeping vs. the TODO file.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]