5 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Handling multi-line h...
FromSent OnAttachments
Casey Allen ShobeJun 16, 2005 3:33 pm 
Sam VarshavchikJun 16, 2005 3:39 pm 
Casey Allen ShobeJun 17, 2005 1:07 am 
Tony EarnshawJun 17, 2005 2:41 am 
Casey Allen ShobeJun 18, 2005 1:38 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] Handling multi-line headers?Actions...
From:Tony Earnshaw (ton@billy.demon.nl)
Date:Jun 17, 2005 2:41:39 am
List:net.sourceforge.lists.courier-maildrop

fre, 17.06.2005 kl. 10.07 skrev Casey Allen Shobe:

There is variable amount of whitespace there, so you have to use regular expressions correctly.

I'm not so sure what you mean. Can you please clarify?

There might be more than one space where you have put only one. You are not using regular expressions correctly.

[:space:] from maildropfilter.html, + from regular expressions in general:

if (/^List-Id:[:space:]+Discussion[:space:]+ofNFS[:space:]+under[:space:]+Linux[:space:]+development,[:space:]+interoperability,[:space:]+and[:space:]+testing.[:space:]+<nfs.lists.sourceforge.net>$/)
etc.

Yes it's a PITA, but maybe you can figure out where the extra space is being added to the header; if it's only there, then you can remove the remaining "[:space:]+"s.

--Tonni