From owner-freebsd-questions Mon May 7 21:27:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fedde.littleton.co.us (cfedde.dsl.frii.net [216.17.139.141]) by hub.freebsd.org (Postfix) with ESMTP id 8BC0A37B422 for ; Mon, 7 May 2001 21:27:12 -0700 (PDT) (envelope-from cfedde@fedde.littleton.co.us) Received: from fedde.littleton.co.us (localhost [127.0.0.1]) by fedde.littleton.co.us (8.11.2/8.11.2) with ESMTP id f484RAE04784; Mon, 7 May 2001 22:27:10 -0600 (MDT) Message-Id: <200105080427.f484RAE04784@fedde.littleton.co.us> To: "Matt Cowger" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: OT: filter IMAP mail In-Reply-To: <000901c0d76c$3efd6e90$52858c8b@mcfly> From: Chris Fedde Date: Mon, 07 May 2001 22:27:10 -0600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 7 May 2001 23:09:07 -0400 "Matt Cowger" wrote: +------------------ | I retrieve my mail via IMAP from a remote server over which I have no | conrtol (except of course, my IMAP account). | | Is there any software that I can run on my fBSD box to check the mail in the | Inbox on that IMAP server, and process it? (i.e. for SPAM, automovign | messages ot folders, etc.?) I dont want to run the filter on my mail | client..want the fBSD box to do it. +------------------ I use fetchmail to get mail from several locations and dump it all into sendmail on my local box. I then filter messages into folders via a .forward file using features of MH (slocal). Others report great success using procmail or even a perl script and the Mail::Audit module. YMMV -- Chris Fedde To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message