From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5284 invoked from network); 30 Aug 2021 02:07:15 -0000 Received: from mx1.math.uh.edu (129.7.128.32) by inbox.vuxu.org with ESMTPUTF8; 30 Aug 2021 02:07:15 -0000 Received: from lists1.math.uh.edu ([129.7.128.208]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mKWhb-00AuON-LJ for ml@inbox.vuxu.org; Sun, 29 Aug 2021 21:07:11 -0500 Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.94) (envelope-from ) id 1mKWhb-000kbp-2r for ml@inbox.vuxu.org; Sun, 29 Aug 2021 21:07:11 -0500 Received: from mx1.math.uh.edu ([129.7.128.32]) by lists1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1mKWhZ-000kbh-14 for ding@lists.math.uh.edu; Sun, 29 Aug 2021 21:07:09 -0500 Received: from quimby.gnus.org ([95.216.78.240]) by mx1.math.uh.edu with esmtps (TLS1.3) tls TLS_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1mKWhU-00AuO7-By for ding@lists.math.uh.edu; Sun, 29 Aug 2021 21:07:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:Mime-Version:References:Message-ID:Date:Subject: From:To:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=IysNyNZ98Ctd4lxZ6Yf4vXWdFT30mVQyhxtMrxsgfbM=; b=m4r9nSDB1UJ2hevtvt47nbyPxY exX72XDmJI77PfYYiJcRX/W2VqbYoxWVvMIdzGmMcRUA4GAm5HVTpxW5llmBTDPvf1xzsDytZ2WNs rdA0onro6VatSy4QSmU1YMflX9/j+ROT89xw0dNhbjNhZvlsUhGgyUz2+ZAE3YBy/5Vo=; Received: from ciao.gmane.io ([116.202.254.214]) by quimby.gnus.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mKWhL-0007J1-CO for ding@gnus.org; Mon, 30 Aug 2021 04:06:59 +0200 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mKWhE-0000La-Jb for ding@gnus.org; Mon, 30 Aug 2021 04:06:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ding@gnus.org From: Pankaj Jangid Subject: Re: nnml for local /var/mail/pankaj stopped working Date: Mon, 30 Aug 2021 07:36:39 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) Cancel-Lock: sha1:Lo2pkpRUmr70kkptw52rAIdQ/pk= List-ID: Precedence: bulk After the new build today. This is working fine. Pankaj Jangid writes: > I am not sure if I did something magical to stop nnml from doing its > work but it is not working since last one week. I was trying to figure > out but I have not made any progress. > > Could you please help me figure out? I simply have this setting in the > secondary select method: > > '(gnus-secondary-select-methods > '((nnml "") ; /var/mail/pankaj (on macos) > .... ;; other candidates > > > I use this only for the cron emails. I have no other emails on local > system. I have a splitter which puts the cron emails in "nnml:cron" > group; which was working perfectly fine. > > '(nnmail-split-methods > '(("cron" "^from:.*Cron Daemon") > .... ;; other filters > > What could be wrong. The group "nnml:cron" is still there but has only > old mails. Neither the mails are going into "nnml:bogus" > > New mails are there in /var/mail/pankaj but they are not being pulled > into Gnus.