Hi, On Sun, 2003-03-16 at 16:56, Jonas Pasche wrote: > From the qmail-command man page: > EXIT CODES > command's exit codes are interpreted as follows: 0 means > that the delivery was successful; 99 means that the deliv > ery was successful, but that qmail-local should ignore all > further delivery instructions; [...]
- and there's more, i often use these defines in my dotqmail-code: /* exit codes */ #define EXIT_ACCEPT 0 #define EXIT_DROP 99 #define EXIT_BOUNCE 100 #define EXIT_TEMPERROR 111 -- Anders Brander <[EMAIL PROTECTED]>