4 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: 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] Re: Can't get regex to matchActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Aug 2, 2004 4:09:44 am
List:net.sourceforge.lists.courier-maildrop

Derek Listmail Acct writes:

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.

The space in your regex did not match the tab character in the header.