From owner-freebsd-hackers Thu Jun 13 15:42:52 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA26288 for hackers-outgoing; Thu, 13 Jun 1996 15:42:52 -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 SMTP id PAA26246 for ; Thu, 13 Jun 1996 15:42:31 -0700 (PDT) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.6.12/8.6.12) with ESMTP id PAA03764 for ; Thu, 13 Jun 1996 15:41:11 -0700 Message-Id: <199606132241.PAA03764@rah.star-gate.com> X-Mailer: exmh version 1.6.5 12/11/95 To: hackers@freebsd.org Subject: slocal and duplicate messages 8) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 13 Jun 1996 15:41:11 -0700 From: "Amancio Hasty Jr." Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, mh's slocal has an option to delete duplicate messages . The option is MSGID . This a what part of my mh configuration file looks like: # FreeBSD specific options (for FreeBSD-1.x, remove BSD44) options BSD42 BSD43 BSD44 WAITINT UNISTD VSPRINTF MORE='"/usr/bin/more"' options NORUSERPASS DBMPWD POSIX NTOHLSWAP SYS5DIR OVERHEAD MSGID FCNTL options BIND MIME SENDMTS SMTP WHATNOW ZONEINFO options GCOS_HACK RENAME LOCALE MSGID Basically, is the same as the mh ports except that I added MSGID. Now on my home directory, I did: touch .maildelivery.db This enables the caching of duplicate mail messages For further info just take a look at mh's slocal.c Enjoy, Amancio