2 messages in net.sourceforge.lists.courier-maildrop[maildropl] mailfilter question
FromSent OnAttachments
Dzuy NguyenMay 15, 2003 1:32 pm 
Sam VarshavchikMay 15, 2003 1:58 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 questionActions...
From:Dzuy Nguyen (dz@infinity-studios.com)
Date:May 15, 2003 1:32:39 pm
List:net.sourceforge.lists.courier-maildrop

Hello,

I have a simple mailfilter file:

import HOME import EXT import HOST

ALIAS="foo"

if($ALIAS ne "foo") { echo "ALIAS is not foo" }

when run

maildrop mailfilter

the if statement seems to be evaluated true all the time, i.e, the echo statement always executes. What gives?

I've tried ("x$ALIAS" ne "xfoo"), (!$ALIAS =~ /foo/), same results. I'm disillusioned with maildrop right now. TIA for any enlightment.

Dzuy