Hi
I've some problems with the <pre>-tag which Mhonarc are surrounding the
converted message body with, so I would like to get rid of it.
I found quite some help on this problem in this list and on the
help-pages, but now I'm stuck in some new problems.
I found a place telling that I could get rid of the pre-tag by appending
a bit to the MIMEFilter-ressource (the nonfixed argument to the
plain/text filter), so I inserted the following in my ressource-file:
<MIMEFilters>
application/*;             m2h_external::filter;        mhexternal.pl
application/x-patch;       m2h_text_plain::filter;      mhtxtplain.pl
audio/*;                   m2h_external::filter;        mhexternal.pl
chemical/*;                m2h_external::filter;        mhexternal.pl
model/*;                   m2h_external::filter;        mhexternal.pl
image/*;                   m2h_external::filter;        mhexternal.pl
message/delivery-status;   m2h_text_plain::filter;      mhtxtplain.pl
message/partial;           m2h_text_plain::filter;      mhtxtplain.pl
text/*;                    m2h_text_plain::filter;      mhtxtplain.pl
text/enriched;             m2h_text_enriched::filter;   mhtxtenrich.pl
text/html;                 m2h_text_html::filter;       mhtxthtml.pl
text/plain;                m2h_text_plain::filter nonfixed;     
mhtxtplain.pl
text/richtext;             m2h_text_enriched::filter;   mhtxtenrich.pl
text/setext;               m2h_text_setext::filter;     mhtxtsetext.pl
text/tab-separated-values; m2h_text_tsv::filter;        mhtxttsv.pl
text/x-html;               m2h_text_html::filter;       mhtxthtml.pl
text/x-setext;             m2h_text_setext::filter;     mhtxtsetext.pl
video/*;                   m2h_external::filter;        mhexternal.pl
x-sun-attachment;          m2h_text_plain::filter;      mhtxtplain.pl
</MIMEFilters>

(I included all the defaults so that I didn't overwrite them)
But now the converted messages has the following instead of the message
body:
Could not process message with given Content-Type: text/plain;
charset=iso-8859-1 

What does this mean? Why can this be? The doc-pages says that the
iso-8859-1 is supported...

Hope someone knows how to get rid of the pre-tag without getting this
error.
Best regards
Peter Vestergaard

Reply via email to