[Zope] dtml-sendmail error with pine
Dieter Maurer
dieter@handshake.de
Sat, 17 Nov 2001 22:03:08 +0100
jmunoz@softhome.net writes:
> Hello, this email is sent from a dtml document, with the dtml-sendmail tag.
> I have followed the instructions in the zope book and some examples in this mail list,
> but the viewing of attached file doesn't work with my pine email client !!
>
> It works well with kmail, but no with pine, so I suppose that the format of the message is not 100% correct.
> Attached is a pdf document.
>
The message lacks a "Mime-Version: 1.0" header.
Such a header is required by MIME in order to recognize the
message as MIME message and not an old RFC822 message.
Apparently, many mail readers are not as strict and
recognize a MIME message even if the "Mime-Version" header
is missing. "pine" seems to be strict....
"dtml-mime" should generate the "MIME-Version" header.
Put this bug into the collector.
Dieter