4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Can't get regex to match
FromSent OnAttachments
Derek Listmail AcctAug 1, 2004 10:28 pm 
Sam VarshavchikAug 2, 2004 4:09 am 
Derek Listmail AcctAug 2, 2004 9:02 am 
Ron JohnsonAug 2, 2004 10:31 am 
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] Can't get regex to matchActions...
From:Derek Listmail Acct (list@oversimplified.com)
Date:Aug 1, 2004 10:28:39 pm
List:net.sourceforge.lists.courier-maildrop

I'm trying to filter email from the linux kernel mailing list into a specific folder, which was working fine until I removed the xfilter line from my maildropfilter which ran spamc. Logs from maildrop in debug mode show:

<lots cut> Matching /^Sender: *linux-kernel-owner@vger\.kernel\.org/ against Sender: linu@vger.kernel.org Not matched.

Which looks like it should have matched to me... Adding the xfilter line for spamc back in I get:

Matching /^Sender: *linux-kernel-owner@vger\.kernel\.org/ against Sender: linu@vger.kernel.org /path/to/filter/was/here/filter(90): Search of ^Sender: *linux-kernel-owner@vger\.kernel\.org = 1

Help please...