LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   Convert mailing list to forum (https://www.linuxquestions.org/questions/linux-from-scratch-13/convert-mailing-list-to-forum-21697/)

fend88 05-24-2002 03:07 AM

Convert mailing list to forum
 
Is there any software to convert data from mailing list to forum?
I had subscribed lfs mailing list and found that it is quite difficult to read data from mailing list. So I want to try to convert them into forum and if possible post to internet.

Maybe a lot of people prefer / use to mailing list style but if possible to create more choice for lfs user, I think it is better :).

Regards,


Fend88

dorward 05-24-2002 06:17 AM

I don't know about a forum as such, but I archive mail to a website using procmail and hypermail

Code:

:0c
* ^(To|CC).*akaka@lists.us-lot.org
| /home/david/inst/bin/hypermail -i -u -p -c /home/david/hypermail/config

and any server side script language would let you set up some form of formmailer to take data input in to an HTML form and email it to the list.


All times are GMT -5. The time now is 07:25 PM.