From owner-freebsd-questions Thu Jul 4 00:33:24 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA08048 for questions-outgoing; Thu, 4 Jul 1996 00:33:24 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA08034 for ; Thu, 4 Jul 1996 00:33:20 -0700 (PDT) Received: from localhost (root@localhost) by andrsn.stanford.edu (8.7.5/8.6.12) with SMTP id AAA05495; Thu, 4 Jul 1996 00:33:15 -0700 (PDT) Date: Thu, 4 Jul 1996 00:33:14 -0700 (PDT) From: Charlie ROOT To: Zach Heilig cc: Annelise Anderson , freebsd-questions@freebsd.org Subject: Re: Sorting Incoming Mail In-Reply-To: <87ohlwttpm.fsf@freebsd.gaffaneys.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 4 Jul 1996, Zach Heilig wrote: > I happen to sort my incoming mail through emacs gnus 5.2.32 (I think > that's the version).. Of course the whole thing adds about 4Meg to > emacs core image, but that's another story. It sorts mail into > virtual newsgroups, and reading mail becomes just like reading usenet > news. It is very mailing-list friendly, if I do a (r)eply, it would > only go to the sender, or if I (f)ollowup, it Cc:'s it to the list > automagically. Here is a sample entry: > > (setq nnmail-split-methods > '(("freebsd.questions" "^Sender:.*questions@FreeBSD.*"))) > > The first is a virtual newsgroup name, the second a regexp applied to > the headers to figure out if it goes in that group. There are a few > other variables to set as well, but the info files explain it pretty > good. > > The wierd thing is when I set it up, it wouldn't work no matter how > much I fiddled with it, then for some reason I rebooted, and all of a > sudden, it worked. Odd, isn't it? (I think it has to do with having > the sticky-bit set on the emacs executable, and having just upgraded > from gnus 5.0.4 or something.. it might be modifing the already loaded > core image). > > Zach Heilig (zach@blizzard.gaffaneys.com) Now that's cool Zach, then you get threads too. Another reason for emacs. What I don't quite get is subscribing to different groups under different names--e.g., instead of subscribing to doc as andrsn@ andrsn.stanford.edu, I'd subscribe as fdocs@andrsn.stanford.edu, create a user (without a valid shell or some such, so even if the user had a password it would never need to be used) named fdocs, and then use procmail to sort all mail to fdocs into the appropriate folder/file in /usr/home/andrsn. Is that how people do it? Annelise