From facultygroup-owner@ccs.neu.edu Tue Sep 26 16:07:02 2000 X-UIDL: cf4065128ffda2fda7e0648450db1e9b Return-Path: Received: (from daemon@localhost) by amber.ccs.neu.edu (8.10.0.Beta10/8.10.0.Beta10) id e8QK6Fs21076 for facultygroup; Tue, 26 Sep 2000 16:06:15 -0400 (EDT) Received: from alnilam.ccs.neu.edu (wand@alnilam.ccs.neu.edu [129.10.117.107]) by amber.ccs.neu.edu (8.10.0.Beta10/8.10.0.Beta10) with ESMTP id e8QK6DL21069; Tue, 26 Sep 2000 16:06:13 -0400 (EDT) Received: (from wand@localhost) by alnilam.ccs.neu.edu (8.10.0.Beta10/8.10.0.Beta10) id e8QK6CQ23305; Tue, 26 Sep 2000 16:06:12 -0400 (EDT) From: Mitchell Wand MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14801.436.768979.55615@alnilam.ccs.neu.edu> Date: Tue, 26 Sep 2000 16:06:12 -0400 (EDT) To: faculty@ccs.neu.edu Subject: Re: discussion group software? In-Reply-To: <000401c01c1e$51720f40$cc6e0a81@computer> References: <000401c01c1e$51720f40$cc6e0a81@computer> X-Mailer: VM 6.70 under Emacs 19.34.1 Reply-To: wand@ccs.neu.edu Status: RO Content-Length: 1619 Some time ago I wrote: > From: Mitchell Wand > To: faculty@ccs.neu.edu > Date: Sunday, September 10, 2000 10:28 PM > Subject: discussion group software? >Has anyone here used any web-based or other software for course >discussion groups? > >I've been using ccs.courses.* newsgroups, but that tends to be a >one-way medium: nobody but me ever posts. Also, there are >maintenance problems, so that this is not even very good as an archive >of my announcements. > >Has anyone had any success in fostering student-to-student electronic >discussion? > >--Mitch > David Blank-Edelman has pointed me at a program called hypermail, which can be used to organize mail archives. I've attached this to the com3352 mailing list; to see the results, look at http://www.ccs.neu.edu/course/com3352/archive . hypermail has a zillion options, but a very simple set-up file will do the trick. I did it by writing a configuration file /home/wand/courses/com3352/etc/hypermail.config (which I actually modified from one of dnb's that I found) I initialized the archive from an old mail archive using the script in /home/wand/courses/com3352/etc/initialize-mail-archive and then I feed mail to it by putting an appropriate line in /ccs/adm/aliases/com3352 , so that all mail to the com3352 address gets archived : |"/arch/unix/bin/hypermail -c /home/wand/courses/com3352/etc/hypermail.config" This should be enough to get anyone started on this. If you want to see more, say "man hypermail" or check out www.hypermail.org . Thanks to dnb for pointing me at this. --Mitch