Cheers. I found the problem with your attachments. Form the Email headers:

Content-Type: multipart/mixed;
boundary="------------030206070302030005070501"

and then:

Content-Type: text/html;
name="SSLProtocolSocketFactory.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="SSLProtocolSocketFactory.patch"

It seems that "the list" does not like HTML posts and tries to get rid of HTML parts. So there are two things we can do:

1. Mike: tell your Mail application to encode the attachments as text/plain or application/octet-stream or even base64.

2. Apache Lists: do not strip HTML from "multipart/mixed" content but only from "mutlipart/alternative"

Odi

Michael Becke wrote:
It seems that attachments are still being stripped. I have cc'ed you Ortwin just is case.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to