procmail
[Top] [All Lists]

Few questions..

2000-07-18 02:01:23
Hello,

I have a few quick questions...

1) Will this work? -->

:0
{
  :0 c
     ! user(_at_)domain(_dot_)com

   :0:
     /var/mail/filename
}


2) If I have the following, how can I set the body of the message to sent an 
auto-reply, how can I get it to append the headers/message from the origional 
message to the reply?  and, have the reply's subject as RE <origional subject>? 
BTW, is the following correct?

:0
* !^X-Loop:autoresponse1
{
  formail -rtk -I"X-Loop: autoresponse1" \
                 -I"Subject: RE: " \
                 -I"From: AutoResponse <me(_at_)mydomain(_dot_)com>"

  :0
  | $SENDMAIL -oi -t
}


And, how do I use this with Postfix?


Thanks in Advance!


Ian



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

<Prev in Thread] Current Thread [Next in Thread>
  • Few questions.., Ian Chilton <=