4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] help with a file atta...
FromSent OnAttachments
John RunnelsDec 18, 2002 2:01 pm 
Ruprecht HelmsDec 19, 2002 2:58 am 
John RunnelsDec 19, 2002 6:44 am 
Hanno HeckerDec 19, 2002 7:00 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] help with a file attachment filter.Actions...
From:Hanno Hecker (h.he@bee.de)
Date:Dec 19, 2002 7:00:46 am
List:net.sourceforge.lists.courier-maildrop

Hi John,

On Thu, 19 Dec 2002 05:45:40 -0800 "John Runnels" <jrun@shithead.com> wrote:

ok sounds good. but I desperately ask what about the rule ?? it does not work. I am trying to filter out .exe's .txts ext... based on a filter file that to person file out from a web page. the expression does not evail properly and I have tried everything !!!! please help sir.

I am trying to filter out extensions based on a file. my filter is not working and help would be greatly appreciated.

thanks in advance.

if ( /.*name=.*\./:b && lookup( $MATCH2, "$ATTACHEXT" ))

There's no ! in the /.*name=.*\./, so $MATCH2 is empty. Maybe /.*name=.*\.!.+/:b will help.

Hanno