Converting a listserv mailing list [message #18406] |
Fri, 21 May 2004 01:08 |
jimindt
Messages: 9 Registered: February 2004
Karma: 0
|
Junior Member |
|
|
I noticed that someone was converting a Yahoo group to FUD, and it raises the question of whether or not there is a script to convert a standard listserv to the Forum? I'm hoping to be able to move a listserv's archieve to FUD.
Jim K
|
|
|
Re: Converting a listserv mailing list [message #18407 is a reply to message #18406] |
Fri, 21 May 2004 12:17 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I don't know about listserv, but FUDforum does have the ability to import messages from a e-mails as long as the complete body & header of the e-mail is available. If that is the case, then the only thing you'd need to do is write a short script to split the archive into individual messages and pipe them to maillist.php that can then import those messages into the forum.
FUDforum Core Developer
|
|
|
Re: Converting a listserv mailing list [message #18410 is a reply to message #18407] |
Fri, 21 May 2004 18:10 |
jimindt
Messages: 9 Registered: February 2004
Karma: 0
|
Junior Member |
|
|
Here's the question I was asked about the 'pipe' reference.
"if they mean a unix pipe, then I need to
know whether the script should, for each message, do this:
cat mesg#05 | maillist.php"
Is this what was meant?
Jim K
|
|
|
|
|
|