4 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Using maildrop to sen...
FromSent OnAttachments
Andrew GarganOct 19, 2005 1:31 am 
moussOct 19, 2005 2:46 am 
Oon WeeOct 19, 2005 8:13 pm 
Jay LeeOct 19, 2005 8:57 pm 
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] Using maildrop to send an out of office replyActions...
From:Jay Lee (jl@pbu.edu)
Date:Oct 19, 2005 8:57:05 pm
List:net.sourceforge.lists.courier-maildrop

Oon Wee said:

I do have a vacation software instead of wrote in maildrop . I wrote it at the 2nd line of .qmail-xxx , the 1st line is the maildrop script . but problem is , if there was a spam mail , I would like to throw it to a spam folder , I can do this successfully , but I can't get this exit at that point to avoid to execute the 2nd line vacation script as no need to resopnd to a junk mail .

May I know how can I exit the whole process in the maildrop so it wont' excute the following line of maildrop ?

With Courier-mta, doing the following will exit maildrop and prevent further delivery instructions from executing:

EXITCODE=99 exit

I have no idea if qmail honors this also, try it and find out or do some looking through qmail's docs. In any case, this is a qmail issue not a maildrop one as qmail is the program executing each line of the .qmail file.

Jay