From owner-freebsd-questions@FreeBSD.ORG Sat Mar 6 10:34:08 2004 Return-Path: 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 33C0B16A4CE for ; Sat, 6 Mar 2004 10:34:08 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73D2E43D1D for ; Sat, 6 Mar 2004 10:34:07 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i26IXwHs045547 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 6 Mar 2004 18:33:58 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i26IXtmT045542; Sat, 6 Mar 2004 18:33:55 GMT (envelope-from matthew) Date: Sat, 6 Mar 2004 18:33:55 +0000 From: Matthew Seaman To: Eduardo Viruena Silva Message-ID: <20040306183355.GC44872@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Eduardo Viruena Silva , freebsd-questions@freebsd.org References: <20040306110308.W18451@Gina.esfm.ipn.mx> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5QAgd0e35j3NYeGe" Content-Disposition: inline In-Reply-To: <20040306110308.W18451@Gina.esfm.ipn.mx> User-Agent: Mutt/1.5.6i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk X-Virus-Scanned: clamd / ClamAV version devel-20040304, clamav-milter version 0.67j cc: freebsd-questions@freebsd.org Subject: Re: forward after procmail filtering. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 18:34:08 -0000 --5QAgd0e35j3NYeGe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 06, 2004 at 11:05:35AM -0600, Eduardo Viruena Silva wrote: > I would like to send a copy of my mail to another > account I have in another system, but I want to do it after > spamassassin and clamav filter my mail. >=20 > How do I do that? See procmailex(5), particularly the section that talks about "Suppose you have two accounts" -- but essentially you need to put a rule like this towards the end of your ~/.procmailrc: :0 c * !^X-Loop: yourname@your.main.mail.address | formail -A "X-Loop: yourname@your.main.mail.address" | \ $SENDMAIL -oi yourname@the.other.account Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --5QAgd0e35j3NYeGe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAShmTdtESqEQa7a0RApAVAJ0dCFXDt56HTQhmnVN5d3zaSYmVaQCeIKMb Ck5wddJu5rLgFICRFdu+6eo= =zfT2 -----END PGP SIGNATURE----- --5QAgd0e35j3NYeGe--