4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Re: Can't get regex t...
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:Re: [maildropl] Re: Can't get regex to matchActions...
From:Derek Listmail Acct (list@oversimplified.com)
Date:Aug 2, 2004 9:02:54 am
List:net.sourceforge.lists.courier-maildrop

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

Thanks,

/^Sender:[:space:]linux-kernel-owner@vger\.kernel\.org/

fixed it up.