From owner-freebsd-questions@FreeBSD.ORG Fri May 25 20:21:53 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E51F7106568D for ; Fri, 25 May 2012 20:21:53 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 4B30E8FC08 for ; Fri, 25 May 2012 20:21:52 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id q4PKLpgk031197; Fri, 25 May 2012 22:21:51 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id q4PKLoYl031194; Fri, 25 May 2012 22:21:51 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 25 May 2012 22:21:50 +0200 (CEST) From: Wojciech Puchar To: Patrick In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Fri, 25 May 2012 22:21:51 +0200 (CEST) Cc: freebsd-questions@freebsd.org Subject: Re: question about milter software 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: Fri, 25 May 2012 20:21:54 -0000 > I think you'll find Postfix to be much more modern and easy to work > with for that kind of message rewriting. you are actually wrong in that statement. In spite of hype that postscript started with, i am still using sendmail because it is actually easiest if you learn it. > > But what you're looking for is pretty complicated when you start > having to deal with multipart messages; the messages have to be this is unfortunately true, because i could quickly do myself a filter that would trivially append footer, but it will not work. That's the reason of my question - IF such (quite complex) software is already written.