From owner-freebsd-hackers Fri Jun 14 19:58:23 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA15984 for hackers-outgoing; Fri, 14 Jun 1996 19:58:23 -0700 (PDT) Received: from rah.star-gate.com (rah.star-gate.com [204.188.121.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA15977 for ; Fri, 14 Jun 1996 19:58:20 -0700 (PDT) Received: from rah.star-gate.com (localhost.v-site.net [127.0.0.1]) by rah.star-gate.com (8.7.5/8.7.3) with ESMTP id TAA00744; Fri, 14 Jun 1996 19:58:02 -0700 (PDT) Message-Id: <199606150258.TAA00744@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: "Jordan K. Hubbard" cc: hackers@FreeBSD.org Subject: Re: slocal and duplicate messages 8) In-reply-to: Your message of "Fri, 14 Jun 1996 01:07:42 PDT." <8527.834739662@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 14 Jun 1996 19:58:01 -0700 From: Amancio Hasty Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >From The Desk Of "Jordan K. Hubbard" : > > Okay, I just probably didn't spot right away... At any rate, it is working > > fine over . So crossposters, beware I will only get one message from > > you !! 8) > > Unfortunately, it doesn't seem to work for me. I reinstalled MH, just > to make sure, and touched a $HOME/.maildelivery.db file, which has not > changed size from 0 since. Was there some other step involved? :-) > I think I found the missing mh link !!! Try this: Create a .forward in your home directory and add this line to it: "| /usr/local/lib/mh/slocal -user your_login" In my case I have: cat .forward "| /usr/local/lib/mh/slocal -user hasty" Amancio