From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33213 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Re: procmail/gnus problem? Date: 05 Nov 2000 15:00:45 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200011051859.NAA25338@sturgeon.coelacanth.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169360 23877 80.91.224.250 (21 Oct 2002 03:02:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:02:40 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id 7828BD049A for ; Sun, 5 Nov 2000 15:03:36 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB07715; Sun, 5 Nov 2000 14:03:23 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 05 Nov 2000 14:02:35 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id OAA07581 for ; Sun, 5 Nov 2000 14:02:25 -0600 (CST) Original-Received: from fermat.mts.jhu.edu (fermat.mts.jhu.edu [128.220.17.18]) by mailhost.sclp.com (Postfix) with ESMTP id 3FC95D049A for ; Sun, 5 Nov 2000 15:02:51 -0500 (EST) Original-Received: (from kapur@localhost) by fermat.mts.jhu.edu (8.11.0/8.11.0) id eA5K0jk09458; Sun, 5 Nov 2000 15:00:45 -0500 X-Authentication-Warning: fermat.mts.jhu.edu: kapur set sender to nkapur@bellatlantic.net using -f Original-To: ding@gnus.org X-Face: 5qz+Fg"Lb1Z3i<6h&9Ax$jfq]k{-f:z_Uk_fQ_DOy|7;xWm4@bDK52s/-A\!8g'3a}peKv> u;mMlqf!3"K"X5B;2E|Nz}< Original-Lines: 32 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33213 >>>>> "NP" == Nick Papadonis writes: NP> Recently I set up procmail, and attempted to change the gnus startup file to import my procmail directory. I added the following: NP> (setq NP> gnus-secondary-select-methods '((nnml "")) NP> nnmail-spool-file 'procmail NP> nnmail-procmail-directory "~/incoming/" NP> nnmail-delete-incoming t NP> ) Here is the relevant portion of my procmail setup. I think you might be using some obsolete variables. (setq gnus-secondary-select-methods '((nnml "")) ; Incoming Mail nnml-get-new-mail t mail-sources '((directory :path "~/.spool/" :suffix ""))) NP> My mailing lists are spooled into ~/incoming/ and have extensions NP> like 'list.gnus.spool'. You should change the path and suffix parameter accordingly. NP> I thought they would be imported to -> list.gnus, etc... Yes. This is what will happen. -- Nevin