From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19021 Path: main.gmane.org!not-for-mail From: Stephen Zander Newsgroups: gmane.emacs.gnus.general Subject: Re: Splitting, crossposts, duplicates, the universe, and everything. Date: 20 Nov 1998 09:02:02 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: <87k90qwb5h.fsf@wsfs05.mckesson.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035157447 9413 80.91.224.250 (20 Oct 2002 23:44:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:44:07 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id RAA20776 for ; Fri, 20 Nov 1998 17:50:13 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.1/8.9.1) with ESMTP id QAB05243; Fri, 20 Nov 1998 16:49:50 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 20 Nov 1998 16:49:34 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id QAA03385 for ; Fri, 20 Nov 1998 16:49:10 -0600 (CST) Original-Received: from fwprv01.mckesson.com (info.mckesson.com [208.147.67.129]) by sclp3.sclp.com (8.8.5/8.8.5) with SMTP id RAA20739 for ; Fri, 20 Nov 1998 17:49:00 -0500 (EST) Original-Received: from fwprv by fwprv01.mckesson.com (SMI-8.6/SMI-SVR4) id OAA21956; Fri, 20 Nov 1998 14:48:58 -0800 Original-Received: from srz by wsfs05.mckesson.com with local (Exim 2.04 #1 (Debian)) id 0zgtwb-0000Dj-00; Fri, 20 Nov 1998 09:02:06 -0800 Original-To: Lloyd Zusman Organisation: speaking through, but not for, McKesson Corp In-Reply-To: Lloyd Zusman's message of "17 Nov 1998 21:27:14 -0500" Original-Lines: 35 User-Agent: Gnus/5.070048 (Pterodactyl Gnus v0.48) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:19021 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:19021 >>>>> "Lloyd" == Lloyd Zusman writes: Lloyd> (1) Do not cause all of the email that goes to the various Lloyd> addresses to end up in the same mail spool file; rather, Lloyd> allow each piece of email to reside in the mail spool file Lloyd> corresponding to the user to which it is sent. For Lloyd> example, in the case of my sample `To:' line ... procmail, mailagent or (I think) deliver will do this for you. Lloyd> (2) Cause Gnus to somehow (???) get its `nnml' email from Lloyd> each of these four spool files, each one feeding a Lloyd> different `nnml' mailbox. I would also want to perform a Lloyd> separate splitting procedure on each of these four spool Lloyd> files, to do the higher-granularity splitting that will be Lloyd> necessary. Gnus will easily do this for you. The following in my ~/.gnus.el (setq nnml-directory "~/nnml/" nnmail-use-procmail t nnmail-spool-file 'procmail nnmail-procmail-directory "~/.incoming/") makes things Just Work. For the record, I don't do *any* splitting within Gnus. It all happens beforehand. -- Stephen --- Perl is really designed more for the guys that will hack Perl at least 20 minutes a day for the rest of their career. TCL/Python is more a "20 minutes a week", and VB is probably in that "20 minutes a month" group. :) -- Randal Schwartz