4 messages in net.sourceforge.lists.courier-maildropRe: [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:Re: [maildropl] how to negateActions...
From:Eric d'Alibut (eric@gmail.com)
Date:Nov 16, 2006 10:46:47 am
List:net.sourceforge.lists.courier-maildrop

On 11/16/06, Devin Rubia <dev@thezone.net> wrote:

d. (!$RETURNCODE)

Agreed with "d". Search the manpage for "LOGICAL/BITWISE NOT OPERATOR"

In man maildropex an example uses this:

if ( $RETURNCODE == 0 )

which ought to do what I want. (Haven't had time yet to poke my head back into my .mailfilter <g>)

Thank you, and thanks Thorsten.