Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> email comes in:
> in .qmail-default I have
> | preline /usr/bin/check.py
> ./Maildir/
> 
> But what I really want is this:
> Only go in the Maildir if check returns a certain result code.
> Basiaclly check checks if the email to address is in a certain DB.  If it
> is, it puts the message elsewhere and then I do not want it in the
> Maildir.
> If it isnt in the DB, I want it in the Maildir.

It looks like you'll want check.py to exit with a code of
99.  See the man page for qmail-command(8) for details.

Aaron

Reply via email to