Dear all, I have setup an autoresponder system with procmail. My .procmailrc file looks like this
VERBOSE=off SENDMAIL=/usr/sbin/sendmail MAILDIR=/var/mail #PMDIR=$HOME/.procmail_log LOGFILE=$PMDIR/log FILEDIR=$HOME/fileserver :0 * ^TOinfo *!^FROM_DAEMON *!^X-Loop: [EMAIL PROTECTED] |(formail -r -A "Precedence: junk"\ -I"From: Auto Reply from mycompany " \ -I"Subject: Information Request" \ -A "X-Loop: [EMAIL PROTECTED]";\ cat $FILEDIR/info.txt )|$SENDMAIL -t Now how can i modify it so that it can also attach a file and send it with auto responding message. any help please?? thanks in advance. Amin Ferdous
