6 messages in net.sourceforge.lists.courier-maildrop[maildropl] Something wrong with my f...
FromSent OnAttachments
Ben BeuchlerJan 28, 2002 6:42 am 
Bill MichellJan 28, 2002 6:57 am 
Ben BeuchlerJan 28, 2002 7:25 am 
Sam VarshavchikJan 28, 2002 3:10 pm 
Matthew D. FullerJan 28, 2002 4:32 pm 
Ben BeuchlerJan 28, 2002 8:28 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Something wrong with my filter rules?Actions...
From:Ben Beuchler (ins@emt-p.org)
Date:Jan 28, 2002 6:42:43 am
List:net.sourceforge.lists.courier-maildrop

I've recently started filtering all my mailing lists to different folders. One of the rules keeps failing:

if ((hasaddr("xpe@xfree86.org"))) { to "./Maildir/.lists.XFree86/." }

For some reason, that's not catching this message, with 'xpe@xfree86.org' in the Cc: header:

----------------------------- Delivered-To: ins@mazer.squad51.net Return-Path: <owne@XFree86.Org> Received: from public.xfree86.org ([::ffff:204.152.184.37]) by mazer.squad51.net with esmtp; Mon, 28 Jan 2002 06:49:42 -0600 Received: from public.XFree86.Org (localhost [127.0.0.1]) by public.xfree86.org (Postfix) with ESMTP id F294B27726; Mon, 28 Jan 2002 07:48:31 -0500 (EST) Received: from pismo (ssda177.dialup-stud.ethz.ch [192.33.88.177]) by public.xfree86.org (8.11.6/8.11.6) with ESMTP id g0SCmRg59865 for <xpe@xfree.org>; Mon, 28 Jan 2002 04:48:27 -0800 (PST) (envelope-from mic@daenzer.net) Received: from daenzer by pismo with local (Exim 3.33 #1 (Debian)) id 16VBCm-0000wP-00; Mon, 28 Jan 2002 13:48:12 +0100 Subject: Re: [Xpert]Rage128 + XFree 4.2.0 From: "Michel D?nzer" <mic@daenzer.net> To: Hynek Rehor <reh@students.zcu.cz> Cc: konference xpert <xpe@xfree.org> In-Reply-To: <3C55@students.zcu.cz> References: <3C55@students.zcu.cz> Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: Evolution/1.0.1 Date: 28 Jan 2002 13:48:12 +0100 Message-Id: <1012222092.3327.581.camel@pismo> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by public.xfree86.org id g0SCmSg59866 Sender: owne@XFree86.Org Errors-To: owne@XFree86.Org X-Beenthere: xpe@XFree86.Org X-Mailman-Version: 2.0beta2 Precedence: bulk List-Id: General X Discussion <xpert.XFree86.Org> X-Spam-Status: No, hits=0 required=5 tests=

-----------------------------

My .mailfilter file is a long series of 'if (){ to ""}' delivery instructions followed by a 'to /path/to/inbox' to make the default delivery if nothing else traps.

Any idea why this is failing?

-Ben