On Tue, Mar 19, 2002 at 01:45:40PM -0800, Bart Schaefer wrote:
> This looks like it fixes the base64 decoder, but it remains the case that
> a MIME structure of the form
> 
> mutipart/anything
>  multipart/anything
>   text/anything
>   anything/anything c-t-e:base64
> 
> will cause get_decoded_body_text_array() et al. to return garbage or
> empty, because all the non-base64'd lines in the nested multipart are
> discarded.

Ugh, I see your point.

I guess this would mean having to recurse through all the mime parts?

I don't think I'm up to making that extensive of a change to those
functions.

Dan.

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to