From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31598 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: nov and procmail compatability? Date: 02 Jul 2000 20:24:58 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035167991 15050 80.91.224.250 (21 Oct 2002 02:39:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:39:51 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id D0F59D0521 for ; Sun, 2 Jul 2000 23:20:59 -0400 (EDT) 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 WAC03629; Sun, 2 Jul 2000 22:20:28 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 02 Jul 2000 22:19:28 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA27005 for ; Sun, 2 Jul 2000 22:19:18 -0500 (CDT) Original-Received: from mail.networkone.net (mail.networkone.net [209.144.112.75]) by mailhost.sclp.com (Postfix) with SMTP id B44B7D0521 for ; Sun, 2 Jul 2000 23:19:50 -0400 (EDT) Original-Received: (qmail 11922 invoked from network); 3 Jul 2000 03:19:49 -0000 Original-Received: from adsl-117-113.ln.networkone.net (HELO reader.ptw.com) (209.144.117.113) by mail.networkone.net with SMTP; 3 Jul 2000 03:19:49 -0000 Original-Received: (from reader@localhost) by reader.ptw.com (8.9.3/8.9.3) id UAA04147; Sun, 2 Jul 2000 20:25:07 -0700 Original-To: ding@gnus.org In-Reply-To: Stan Norton's message of "02 Jul 2000 00:17:48 -0400" User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5 Original-Lines: 24 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31598 Stan Norton writes: > The code that I use to configure splitting by procmail (scarfed from > some post years ago) suggests that " nnml-nov-is-evil t" should be > set. I don't understand why. > > Lack of nov breaks the transport functions of nnir. Us there a > compelling reason to not use nov after splitting with procmail? I found that same example mnths ago when setting up procmail. In the course of getting it setup and posting here about how to do so, I found out I didn't need it and have been running for months with out it. Current code for procmail is: ;; ********** begin procmail ********* (setq nnmail-use-procmail t) (setq mail-sources '((file :path "/var/spool/mail/reader") (directory :path "/home/reader/spool/" :suffix ".in"))) ;;********** end procmail ******