Juergen Boemmels <[EMAIL PROTECTED]> writes: > I have the strange > feeling that its because nobody read my mail, because sometimes the > p6i mailinglist does not like mail with attachments.
That's ezmlm-idx which doesn't like Gnus' minimalistic approach to Content-type in text-attachments. I've patched my Gnus to be slightly more verbose, which has fixed it for me (as seen in this message). Fixing ezmlm-idx is a bit more demanding...
--- mml.el~ Tue Apr 29 02:52:48 2003 +++ mml.el Sun Aug 3 01:12:00 2003 @@ -54,6 +54,10 @@ :type '(repeat (symbol :tag "Parameter")) :group 'message) +(defvar mml-insert-mime-headers-always nil + "If non-nil, always put at least Content-Type: text/plain at the top +of MIME parts. It's necessary to work against a bug in ezmlm.") + (defvar mml-tweak-type-alist nil "A list of (TYPE . FUNCTION) for tweaking MML parts. TYPE is a string containing a regexp to match the MIME type. FUNCTION @@ -608,7 +612,8 @@ (when (or charset parameters flowed - (not (equal type mml-generate-default-type))) + (not (equal type mml-generate-default-type)) + mml-insert-mime-headers-always) (when (consp charset) (error "Can't encode a part with several charsets."))
-- Lars Balker Rasmussen Consult::Perl