Hendrik Klompmaker said:
Hi,
I'm new to this list so I might be asking a faq. Anyway I have a problem
with MHonArc 1.2.2 running on Linux 2.0.18, majordomo 1.35.4.3 and sendmail
8.7.5/8.7.3
Whenever I send a message to a list (majordomo) containing a rtf attachement
and convert that message with MHonArc, the rtf file is in the body of the
message and not, like other attachements, converted to a linked file.
The resource file contains
[...]
Well, in your example mail the RTF part is declared as Content-Type
text/plain. Therefore mhonarc does exactly what it should. :-) To
fix this make sure that the user that attaches the RTF part uses
application/rtf
as content-type then mhonarc knows that the contents is RTF. By
default it will then write the file to an external file:
/local/mail/mhonarc > grep -i rtf *
mhonarc: "application/rtf", "m2h_external'filter",
Hope this helps,
Achim
|
|---527888117-712712760-842862366=:5953
|Content-Type: TEXT/PLAIN; charset=US-ASCII; name="hk.rtf"
^^^^^^^^^^^^^^^^^^^^^^^^^
|Content-Transfer-Encoding: BASE64
|Content-ID:
<Pine(_dot_)LNX(_dot_)3(_dot_)95(_dot_)960916102605(_dot_)5953C(_at_)lx4(_dot_)iend(_dot_)wau(_dot_)nl>
|Content-Description:
|
|e1xydGYxXGFuc2kgXGRlZmY0XGRlZmxhbmcxMDMze1xmb250dGJse1xmMFxm
|cm9tYW5cZmNoYXJzZXQwXGZwcnEyIFRtcyBSbW47fXtcZjFcZnJvbWFuXGZj
|
--rest deleted--
[...]