4 messages in net.sourceforge.lists.courier-maildrop[maildropl] how to negate
FromSent OnAttachments
Eric d'AlibutNov 15, 2006 4:49 pm 
Thorsten HaudeNov 16, 2006 12:16 am 
Devin RubiaNov 16, 2006 6:16 am 
Eric d'AlibutNov 16, 2006 10:46 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:[maildropl] how to negateActions...
From:Eric d'Alibut (eric@gmail.com)
Date:Nov 15, 2006 4:49:06 pm
List:net.sourceforge.lists.courier-maildrop

I want to say something like, in pseudo-code,

if not $returncode then do this else do this

How would 'not $returncode' look as a maildrop expression?

a. ("NOT $RETURNCODE")

b. (NOT $RETURNCODE)

c. ("!$RETURNCODE")

d. (!$RETURNCODE)

or ???

tia for any light shed on this.