Importing Mailing List Archives
Lyris List Manager comes with a program, named "imp-arc.pl" to import mailing list archives from other list manager programs.
The program will import "standard mail archives". This is the mail archive format that Unix mail creates, and many other platforms create this format as well.
Each message is stored one after another in a file, with a "From " line separating each message. You can import as many mail files as you have.
The messages will be full text indexed and appear in Lyris List Manager as old messages, as if they had been created in Lyris List Manager. They can be searched from the web interface as well as by
email.
You run this program from the command line. To run it you need to specify the mailing list name, and the names of the text files you want to import. For example, to import archives into a list
named "jazztalk" :
perl imp-arc.pl jazztalk 02-1997.msg perl imp-arc.pl jazztalk 02-1997.msg 03-1997.msg 04-1997.msg perl imp-arc.pl jazztalk *.msg
You can specify as many text files to import as you like.
This program is included with Lyris List Manager and the newest version is always available in the "extra" section of our FTP site, at:
ftp://ftp.lyris.com/extra/
You should copy imp-arc.pl to your CGI directory, which is the same directory where "lyris.pl" is located on your web server.
|