7 messages in net.sourceforge.lists.courier-maildrop[maildropl] mailfilter finds matches ...
FromSent OnAttachments
Michael McNeilMay 7, 2004 12:18 pm 
Robbie ScottMay 11, 2004 3:08 pm 
Sam VarshavchikMay 11, 2004 3:55 pm 
Martin List-PetersenMay 12, 2004 3:31 am 
Ron JohnsonMay 12, 2004 5:53 pm 
"Roger B.A. Klorese "May 12, 2004 6:04 pm 
Tony EarnshawMay 13, 2004 4:40 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] mailfilter finds matches in mime boundariesActions...
From:Robbie Scott (robb@oddpost.com)
Date:May 11, 2004 3:08:47 pm
List:net.sourceforge.lists.courier-maildrop

When you do pattern matching on the body, you can match on any part of the body,
even parts of the body that the user doesn't realize exists, like part
separators (if that's what you call them). For example, a filter like this:

if ( ( /codin/:b )){ to $THE_FOLDER }

Catches things in the body like:

------=xxxxxxxxxxxxxxxxxxxxxxx Content-Type: text/plain; charset=u Content-Transfer-Encoding: 7bit

Is there a way to get body searches to avoid this? (I'm not sure I'm using the
right vocabulary, but you get the idea.)

Thanks! Robbie