Changeset 994 for trunk/doc/INSTALL.txt

Show
Ignore:
Timestamp:
04/16/02 15:33:45 (11 years ago)
Author:
bradfitz
Message:

<lj user=avva>:
This patch does two things:

1. Correctly encodes Subject: fields in emails as per RFC2047.
Note it uses MIME::Words , which should be on all our servers (I think
it's part of the standard distribution, but it's better to check).
2. Inserts a meta tag with encoding information in the beginning of
the HTML part of the email (some mail readers aren't smart enough to
apply the Content-type: information already there in the MIME header
to HTML attachments, so this gives them a clue).

Tested.

<lj user=bradfitz>:
the lj-bml-init/INSTALL changes

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/doc/INSTALL.txt

    r857 r994  
    9191        Image::Size 
    9292        FCGI 
     93        MIME::Tools 
    9394        MIME::Lite 
    9495        Compress::Zlib 
     
    111112If you're using Debian this should get everything: 
    112113 
    113 # apt-get install libwww-perl libfcgi-perl libmime-lite-perl \ 
     114# apt-get install libwww-perl libfcgi-perl libmime-perl libmime-lite-perl \ 
    114115                  libsoap-lite-perl libgd-perl liburi-perl \ 
    115116                  libimage-size-perl libdbd-mysql-perl libdbi-perl \