My apology if this has been addressed before.

Anybody has a working configuration of .procmailrc or emil.cf to
uudecode .html email to mime type text/html?

Here is my snippet of .procmailrc:

# 
# Try to convert UUENCODE to MIME
# 
:0
* Content-Type: text
{
        :0 fBw
        * ^begin [0-7][0-7[0-7]
        * ^end
        | formail -i Mime-Version | emil -G mime8_user
} 
:0
* !Content-Type:
{
        :0 fBw
        * ^begin [0-7][0-7][0-7]
        * ^end
        | emil -G mime8_user
}

This recipe will convert html to application/octetstream instead of text/html.

I would appreciate for any insights that can be offered.

-Aris
-- 
Running Windows on a Pentium is like having a brand new Porsche but only
be able to drive backwards with the handbrake on.
(Unknown source)

Reply via email to