From owner-freebsd-questions Fri May 12 10:36:25 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id EC29B37B7CB for ; Fri, 12 May 2000 10:36:22 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id MAA06916; Fri, 12 May 2000 12:36:20 -0500 (CDT) (envelope-from dan) Date: Fri, 12 May 2000 12:36:19 -0500 From: Dan Nelson To: Peter Losher Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Text-based message archiving system... Message-ID: <20000512123619.A27511@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.14i In-Reply-To: ; from "Peter Losher" on Fri May 12 00:15:16 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (May 12), Peter Losher said: > > Does anyone know if there is a script or a program out there that > will just archive incoming messages (sent to an alias) in plain-text > format (like Majordomo's archive wrapper)? All the ones I have seen > have been tied to mailing list managers, which is fine for mailing > lists, but I would like to archive incoming messages to addresses > that are not mailing lists. Just have procmail archive them: :0: c Mail/archivefile That'll copy all incoming mails to Mail/archive, and leave the message in your inbox as well. If you want the messages archived but don't want to modify any of the recipients' procmailrc files, just add another recipient to the alias and have it deliver directly to a file: myalias: user1, user2, /usr/mail/archives/myalias.mbox -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message