
Kanji
User
/ Moderator
Sep 12, 2000, 12:51 PM
Post #2 of 2
(392 views)
|
|
Re: Mailing list that posts every email to a webpage??
[In reply to]
|
Can't Post
|
|
You don't say what your setup is, but you can use majordomo for the mailing list and have one of the "subscribers" be an alias that just writes out to disk (ie, 'someone: /saves/to/some.file'). That's assuming you're using sendmail, postfix, qmail or the like, although any mail server worth anything will be able to save email to an arbritrary file. Alternately (and assuming the same above mail servers), you can pipe the message out to a script for processing with 'someone: "|/path/to/program optional args"'.
|