WWW list archive (was Re: FAQ)

Jennifer Myers (jmyers@marigold.eecs.nwu.edu)
Wed, 24 Aug 94 16:28:47 CDT

I've set up an automatically-updating hypermail archive at: 

http://www.eecs.nwu.edu/~jmyers/ids/index.html

For anyone interested in mirroring this, the process is fairly
painless.


My .procmailrc file contains the lines:

    # Intrusion Detection Systems mailing list
    # Send to ids mail folder, and hypermail and inbox
    :0 c:                           
    * ^Sender.*owner-ids@uow.edu.au
    ids
        :0 Ac
        |/homes/jmyers/bin/hypermail -i -u -c \
        /homes/jmyers/public_html/ids/.hypermailrc


~/public_html/ids/.hypermail contains the lines:

    set hm_mbox = "/homes/jmyers/Mail/ids"
    set hm_archives = "NONE"
    set hm_about = "about.html"
    set hm_showhtml = 0
    set hm_label = "Intrusion Detection Systems (IDS) Archives"
    set hm_dir = "/homes/jmyers/public_html/ids"
    set hm_filemode = 0644

And hypermail can be retrieved from 
http://www.eit.com/software/hypermail/hypermail.html

I'm also mirroring the Bugtraq mailing list with hypermail:
http://www.eecs.nwu.edu/~jmyers/bugtraq/index.html

-Jennifer