From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jim Erickson Newsgroups: gmane.emacs.help Subject: rmail invalid mbox file Date: Thu, 06 May 2021 11:31:44 -0500 Message-ID: <87pmy3rfgv.fsf@openbsd1.jimerickson.info> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36542"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu May 06 18:55:48 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lehHv-0009LB-Io for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 06 May 2021 18:55:47 +0200 Original-Received: from localhost ([::1]:54828 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lehHu-0007qS-LJ for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 06 May 2021 12:55:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40208) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1legum-0005CD-89 for help-gnu-emacs@gnu.org; Thu, 06 May 2021 12:31:53 -0400 Original-Received: from [208.38.228.20] (port=20635 helo=openbsd1.jimerickson.info) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1legui-0006ky-8u for help-gnu-emacs@gnu.org; Thu, 06 May 2021 12:31:51 -0400 Original-Received: from openbsd1.jimerickson.info (localhost [127.0.0.1]) by openbsd1.jimerickson.info (OpenSMTPD) with ESMTP id a99fa724 for ; Thu, 6 May 2021 11:31:44 -0500 (CDT) X-Host-Lookup-Failed: Reverse DNS lookup failed for 208.38.228.20 (failed) Received-SPF: softfail client-ip=208.38.228.20; envelope-from=jimerickso@gmail.com; helo=openbsd1.jimerickson.info X-Spam_score_int: 72 X-Spam_score: 7.2 X-Spam_bar: +++++++ X-Spam_report: (7.2 / 5.0 requ) BAYES_50=0.8, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.665, SPOOFED_FREEMAIL=1.497, SPOOFED_FREEMAIL_NO_RDNS=0.001, SPOOF_GMAIL_MID=1.498 autolearn=no autolearn_force=no X-Spam_action: reject X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:129529 Archived-At: well i figured out a solution and got rmail working. i removed procmail and setup opensmtpd to deliver everything to the spool then put a .forward file in my home directory telling it to forward to ~/RMAIL. worked like a charm. just thought i would let the list know for anyone else who has this problem in the future. thanks.