9 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Filtering out message...
FromSent OnAttachments
Michael LeoneJul 18, 2002 12:41 pm 
Mark WeinemJul 19, 2002 2:29 am 
Michael LeoneJul 19, 2002 5:43 am 
Mark WeinemJul 22, 2002 12:28 pm 
Lennart RegebroJul 22, 2002 1:46 pm 
Mark WeinemJul 26, 2002 3:50 am 
Lennart RegebroJul 26, 2002 6:35 am 
William PietriJul 26, 2002 9:11 am 
Lennart RegebroJul 26, 2002 9:26 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] Filtering out messages with attachementsActions...
From:Lennart Regebro (lenn@torped.se)
Date:Jul 26, 2002 6:35:40 am
List:net.sourceforge.lists.courier-maildrop

From: "Mark Weinem" <mark@uni-duisburg.de>

On Mon, 22 Jul 2002, Lennart Regebro wrote:

Is there a way I can make a filter that matches messages with attachements? I haven't been able to find an example of this, and would need it.

Yes (and it was in the archives):

if(/.*name=.*\.(exe|vbs|bat|com|scr|pif)\"/:b )

Well, that filters out things that have executables, which isn't what I need. But I used "/Content-Type: multipart\/mixed;/" as a pattern instead, and that seems to work.

Best Regards