procmail
[Top] [All Lists]

NEWBIE: Try to use autoresponse

1999-02-26 10:06:29
Hello:

I am new to procmail, so I would appreciate any advice that you
can give me.

I am trying to get procmail to send a reply to all messages
that come to my neil(_at_)JAMMSoftware(_dot_)com address notifying them that
my email address has changed.

I read the docs and the examples and came up with the following
.procmailrc file:

PATH=/bin:/user/bin:/user/local/bin
MAILDIR=$HOME/Procmail
LOGFILE=$MAILDIR/procmail.log
SENDMAIL=mailx

:0 c
          backup

:0 ic
          | cd backup && rm -f dummy `ls -t msg.* | sed -e 1,32d`

:0 h c
* ^TOneil(_at_)jammsoftware(_dot_)com
| (formail -r   -A"Precedence: junk" \
        -A"X-Loop: neil(_at_)JAMMConsulting(_dot_)com"     ; \
        echo "Please note that my email address has changed."; \
        echo "The new email address is neil(_at_)JAMMConsulting(_dot_)com";\
        echo "";\
        echo "Thank you,";\
        echo "     Neil Aggarwal") | $SENDMAIL  -t          

This looks correct to me and anthing that I have tried to debug it
has not worked.

Here is the contents of the log file:
From neil(_at_)customer(_dot_)DenverOnline(_dot_)com  Fri Feb 26 09:43:35 1999
  Folder:
/var/mail/neil                                                    395
stty: : No such device or address
auth_check: From:  not found
auth_check[2]: syntax error at line 2 : `(' unexpected          

Can someone please offer some guidance?

Thanks,
        Neil.

-- 
 --------------------------------------------------------------------
 |Neil Aggarwal          |JAMM Consulting, Inc. |Custom Programming |
 |President & CEO        |www.JAMMConsulting.com|Java, C, C++, perl,|
 |neil(_at_)JAMMConsulting(_dot_)com|(972) 612-6056        |HTML, CGI          |
 --------------------------------------------------------------------

Attachment: neil.vcf
Description: Card for Neil Aggarwal

<Prev in Thread] Current Thread [Next in Thread>