4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Gone "code-blind". Ca...
FromSent OnAttachments
Ed WildgooseMar 30, 2005 6:09 am 
Stefan HornburgMar 30, 2005 6:21 am 
Tony EarnshawMar 30, 2005 6:46 am 
Thorsten HaudeApr 3, 2005 10:42 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] Gone "code-blind". Can someone please spot the error hereActions...
From:Thorsten Haude (list@thorstenhau.de)
Date:Apr 3, 2005 10:42:34 am
List:net.sourceforge.lists.courier-maildrop

Hi,

* Stefan Hornburg wrote (2005-03-30 16:20):

Try

if ( $RETURNCODE == 0 )

to avoid a typical programming error.

In fact, try if (0 == $RETURNCODE) to avoid a typical programming error.

Thorsten