1 message in net.sourceforge.lists.courier-maildrop[maildropl] Maildrop ignoring all my ...
FromSent OnAttachments
Shao MingApr 30, 2002 2:23 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] Maildrop ignoring all my if expression ...Actions...
From:Shao Ming (shao@signetique.com)
Date:Apr 30, 2002 2:23:40 am
List:net.sourceforge.lists.courier-maildrop

Hi!

Trying to get maildrop to work on qmail-vpopmail-qmailscanner-spamassasin.

I managed to get spamassasion to tag the email header with X-Spam-Yes/No flag.

However, I got into some difficulties while trying to get maildrop to do some filtering.

When I use

if (expression) { ... } else { ... }

Maildrop will complain of syntax error. Error goes away once I removed the else block.

Even then, the code within the if code block will get executed irregardless of what I used in the expression.

The whole script engine seem to be not working as what's documented. Must be some configuration that I did wrong ... But I have no idea where to start debugging.

Can someone points me to the right direction? ... in debugging these weird behaviours.

Cheers! /shaoming