From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/19783 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Backend-specific nnmail-spool-file? Date: 09 Dec 1998 23:25:10 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 X-Trace: main.gmane.org 1035158069 13354 80.91.224.250 (20 Oct 2002 23:54:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:54:29 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA02696 for ; Wed, 9 Dec 1998 23:25:45 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.9.1/8.9.1) with ESMTP id WAA21884; Wed, 9 Dec 1998 22:25:25 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 09 Dec 1998 22:25: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 WAA17609 for ; Wed, 9 Dec 1998 22:25:26 -0600 (CST) Original-Received: from ljz.asfast.net (gnus@ljz.asfast.net [205.230.75.82]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA02679 for ; Wed, 9 Dec 1998 23:25:17 -0500 (EST) Original-Received: (from gnus@localhost) by ljz.asfast.net (8.8.7/8.8.7) id XAA08171; Wed, 9 Dec 1998 23:25:11 -0500 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM Lloyd Zusman writes: > > > Well, this could work for me, but my preferred way of doing this > > would be to have one spool file called `/var/spool/mail/oneuser', > > another called `/var/spool/mail/anotheruser', etc. ... i.e., no > > special suffixes. > > (setq nnmail-procmail-suffix "") > > I think in the Olde Days the above didn't work, but now it does. Am I > wrong? Thanks! I will test it shortly. But what I would *really* like would be something like this: (setq nnmail-procmail-regexp "/var/spool/mail/\\(userone\\|seconduser\\|lastperson\\)$") This way, I could process only the mail spool files for "userone", "seconduser", and "lastperson" and ignore all the rest of the spool files in `/var/spool/mail'. I'll hack around with the procmail stuff and see if this might turn out to be an easy-to-add feature. -- Lloyd Zusman ljz@asfast.com