From owner-freebsd-questions@FreeBSD.ORG Tue Dec 27 19:29:16 2005 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 1BF2F16A41F for ; Tue, 27 Dec 2005 19:29:16 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from smtp2.suscom.net (smtp2.suscom.net [64.78.83.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 488E243D45 for ; Tue, 27 Dec 2005 19:28:57 +0000 (GMT) (envelope-from gerard@seibercom.net) Received: from localhost (smtp2.suscom.net [127.0.0.1]) by smtp2.suscom.net (Postfix) with ESMTP id 7F5FA1CD569 for ; Tue, 27 Dec 2005 14:26:49 -0500 (EST) Received: from smtp2.suscom.net ([127.0.0.1]) by localhost (smtp2 [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 07001-10 for ; Tue, 27 Dec 2005 14:26:42 -0500 (EST) Received: from seibercom.net (ip148.217.susc.suscom.net [216.45.217.148]) by smtp2.suscom.net (Postfix) with SMTP id A74C81CD4C6 for ; Tue, 27 Dec 2005 14:26:41 -0500 (EST) X-Habeas-SWE-1: winter into spring X-Habeas-SWE-2: brightly anticipated X-Habeas-SWE-3: like Habeas SWE (tm) X-Habeas-SWE-4: Copyright 2002 Habeas (tm) X-Habeas-SWE-5: Sender Warranted Email (SWE) (tm). The sender of this X-Habeas-SWE-6: email in exchange for a license for this Habeas X-Habeas-SWE-7: warrant mark warrants that this is a Habeas Compliant X-Habeas-SWE-8: Message (HCM) and not spam. Please report use of this X-Habeas-SWE-9: mark in spam to . Received: from [192.168.0.2] (//gerard [192.168.0.2]) by seibercom.net (8.13.4/8.13.4) with ESMTP id jBRJSlUZ085228 for ; Tue, 27 Dec 2005 14:28:47 -0500 (EST) (envelope-from gerard@seibercom.net) Date: Tue, 27 Dec 2005 14:28:50 -0500 From: Gerard Seibert To: freebsd-questions@freebsd.org Sender: gerard@seibercom.net Organization: Seibercom.net In-Reply-To: <20051224141049.Q64809@seibercom.net> References: <20051224141049.Q64809@seibercom.net> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20051227142436.A6DC.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.24.01 [en] X-Virus-Scanned: by amavisd-new at suscom.net Subject: Re: Using Sendmail to add headers to mail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Dec 2005 19:29:16 -0000 On Saturday, December 24, 2005 2:23:28 PM Gerard Seibert Subject: Using Sendmail to add headers to mail Wrote these words of wisdom: > I am not sure if this is possible or not. Is it possible to add custom > 'X-' headers to mail using Sendmail? For instance, suppose I wanted to add > the Habeas Headers to all my outgoing email. Is > it possible to do via Sendmail, or can this only be accomplished via my > MUA? > > I noticed on the Habeas site that there was a configuration for Exim, if > that means anything. > > > -- > Gerard > gerard@seibercom.net Well, to answer my own question, I found out that I could use LOCAL_CONFIG along with the 'H' macro to add the headers in the {domain}.mc file.