procmail
[Top] [All Lists]

Re: [procmail problem]simple rule is not working well

2002-09-18 05:33:36
On Wed, 18 Sep 2002, zafar wrote:

hello sir
 my simple rule is not working. i wan to check the subject is match then
drop it into the respected folder and after this in else condition do the
default work but it do nothing ,it create error "*****BOUNCE******** that is
the rule of .procmailrc file

----------------------------------------------------
#Premlininaries
SHELL=/bin/sh
MAILDIR=${HOME}/domains/virtual.example.com/zafar
LOGFILE=${MAILDIR}/procmail.log
LOG="--Logging ${LOGFILE}for ${LOGNAME},"

        Yet, turn on the verbose mode, it can help you in debug:

VERBOSE=yes



##Whatever recipes you'll use
#The order of the recipes is singnificant
:)

        :0  instead of :)


* ^subject: *test
/home/vpopmail/domains/virtual.example.com/zafar/Maildir/.temp/

:0 w
|/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox

        I do not understand yours filter - does vdelivermail need two
        arguments and you want that the first will be null?
        Or "bounce-no-mailbox" is a comment and you wanted to write:

#bounce-no-mailbox
:0 w
|/home/vpopmail/bin/vdelivermail


Bye,
 Udi

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail