From owner-freebsd-hackers Wed Jul 8 12:47:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA18368 for freebsd-hackers-outgoing; Wed, 8 Jul 1998 12:47:22 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA18341 for ; Wed, 8 Jul 1998 12:47:06 -0700 (PDT) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id NAA19556; Wed, 8 Jul 1998 13:46:59 -0600 (MDT) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id NAA03036; Wed, 8 Jul 1998 13:46:52 -0600 Date: Wed, 8 Jul 1998 13:46:52 -0600 Message-Id: <199807081946.NAA03036@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: obrien@NUXI.com Cc: hackers@FreeBSD.ORG Subject: Re: manually using procmail In-Reply-To: <19980708113034.B8731@nuxi.com> References: <19980708113034.B8731@nuxi.com> X-Mailer: VM 6.29 under 19.15 XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Does anybody know if a way to take a Berkeley mailbox-formated file and > "pipe" it thru procmail so that it would be processed as if you received > the mail the usual way? Sure, I've got a script that does it. #!/bin/sh formail -s procmail < $1 Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message