From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22000 Path: main.gmane.org!not-for-mail From: Florian Weimer Newsgroups: gmane.emacs.gnus.general Subject: Re: Really confused about using gnus-0.80 & procmail Date: 19 Mar 1999 21:13:41 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: <199903191831.NAA18065@nashua.ispworks.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160000 25829 80.91.224.250 (21 Oct 2002 00:26:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:26:40 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA19270 for ; Fri, 19 Mar 1999 15:05:09 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id OAB16131; Fri, 19 Mar 1999 14:04:02 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 19 Mar 1999 14:04:13 -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 OAA05186 for ; Fri, 19 Mar 1999 14:04:03 -0600 (CST) Original-Received: from delos.stuttgart.netsurf.de (delos.stuttgart.netsurf.de [194.163.56.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA19238 for ; Fri, 19 Mar 1999 15:03:52 -0500 (EST) Original-Received: by delos.stuttgart.netsurf.de (Smail3.2.0.103/delos.LF.net) via LF.net GmbH Internet Services via remoteip 194.163.56.20 via remotehost cygnus.stuttgart.netsurf.de with esmtp for mailhost.sclp.com id m10O5U9-000S54C; Fri, 19 Mar 1999 21:03:13 +0100 (MET) Original-Received: from deneb.cygnus.stuttgart.netsurf.de (deneb.cygnus.stuttgart.netsurf.de [192.168.0.1]) by cygnus.stuttgart.netsurf.de (8.8.7/8.8.7) with ESMTP id VAA00999; Fri, 19 Mar 1999 21:04:02 +0100 Original-Received: (from fw@localhost) by deneb.cygnus.stuttgart.netsurf.de (8.9.3/8.9.3) id VAA01498; Fri, 19 Mar 1999 21:13:41 +0100 Original-To: Marc Nozell In-Reply-To: Marc Nozell's message of "Fri, 19 Mar 1999 13:31:41 -0500" Original-Lines: 34 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/20.4 (Emerald) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22000 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22000 Marc Nozell writes: > I've just tried to upgrade from an oldish pgnus version to pgnus-0.80 > with the new fancy mail spool stuff. Perhaps this one will help you: | > Subject: Q4.8 Procmail and Gnus | > | > Randal Schwartz writes: | > With procmail, you cannot write directly into the nnml directories. | > You must create spool files that will be merged into the nnml | > directories at times of Gnus' choosing. Asynch delivery just isn't in | > the cards. | > | > I just posted my setup a week ago. Here it is one more time: | > (setq | > gnus-secondary-select-methods '((nnml "")) | > nnmail-use-procmail t | > nnmail-spool-file 'procmail ; same as nnmail-use-procmail :-) | > nnmail-procmail-directory "~/.incoming/" | > nnmail-delete-incoming t | > ) | | This doesn't work with Pterodactyl Gnus. You have to use something | like this instead: | | (setq | gnus-secondary-select-methods '((nnml "")) | nnmail-spool-file '((directory :path "~/.incoming/" | :suffix ".spool"))) (The FAQ won't get updated to reflect changes in alpha code, which is quite reasonable.)