procmail
[Top] [All Lists]

Help with AutoResponder Message !!

2000-08-16 01:50:07
hi Everybody

I need some help with the AutoRepsonder script that I have written.  The
script responds to any message coming into the mailbox with the subject
of "test" which is not case sensitive.  It also trashes all the mail and
does not deliver mail into the mailbox, and it also sends a message back
to the sender of the message.

I am moving the script to another server where I am now using Postfix
and not Sendmail and procmail is not my MTA.  My MTA is the postfix mail
program.I would like to have the following changes to the script :

1.  Must use postfix to send the autoresponder mail and deliver the mail
to the mailbox.



:0 hc
        *   ^Subject:[  ]+Test$
        * ! ^FROM_DAEMON
        * ! ^X-Loop: nctest(_at_)xyz(_dot_)co(_dot_)za
        | (formail -b -r -A "X-Loop: nctest(_at_)xyz(_dot_)co(_dot_)za"        \
            -I "Precedence: High" ; cat /home/nctest/info.txt) | \
            $SENDMAIL -oi -t

Your Help will be much appreciated !!


Regards !!


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