From owner-freebsd-questions@FreeBSD.ORG Tue Oct 24 18:36:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27C0516A416 for ; Tue, 24 Oct 2006 18:36:06 +0000 (UTC) (envelope-from bob@tania.servebbs.org) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC5B43D6B for ; Tue, 24 Oct 2006 18:35:48 +0000 (GMT) (envelope-from bob@tania.servebbs.org) Received: from mailspool3.panix.com (mailspool3.panix.com [166.84.1.78]) by mail1.panix.com (Postfix) with ESMTP id AC972595A3 for ; Tue, 24 Oct 2006 14:35:47 -0400 (EDT) Received: from tania.servebbs.org (pool-71-247-73-187.nycmny.east.verizon.net [71.247.73.187]) by mailspool3.panix.com (Postfix) with ESMTP id E94761178FE3 for ; Tue, 24 Oct 2006 14:35:43 -0400 (EDT) From: Bob Organization: TamaraB To: freebsd-questions@freebsd.org Date: Tue, 24 Oct 2006 14:34:57 -0400 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200610241434.58463.bob@tania.servebbs.org> Subject: Escaping From X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 18:36:06 -0000 Hi: I am running a new install of FreeBSD 6.1-RELEASE-p10 and went through the entire buildworld process. So I know this system is up to date as of a few days ago. This is a fairly new install replacing Linux. My MTA is Sendmail and I configured it with procmail as the delivery agent. Here is what I wish to do: I want to escape all ^From lines in the body of all inbound messages, with a ">" making them read >From. I wish to do this by editing the proper M4/MC file. I have read the faqs, and the install manual. I even have Oreilly's 1000+ page Sendmail book! I can not find a reference anywhere to what I want to do. Either I am not recognizing it or it's not there? Should I be looking at procmail piping to sed 's/^From/>From' ?? I shouldn't have to do that. I can swear I did this with sendmail on a Linux box some years ago. Can someone point me to right place, or give me a hint? TIA Bob