procmail
[Top] [All Lists]

newbie need help.. attachment is causing problem

2002-11-15 18:06:53
Hi guys, really need help on this,
I wrote a recipe for notifying myself that i have a new mail in my work
mail box. I dont want to forward the work mail to my home mail box just so
I can keep things simple.The recipe works fine, but if someone write me a
email with attachmentthen the notification email delivery to my home mail
box will not show the body which is just one line of text, " There is a
new mail in my work mail box".  How can I fix this??Thank you very much
guys.


PATH=$HOME/bin:/usr/bin:/bin:/usr/local/bin
#LOGFILE=$HOME/procmail.log
#VERBOSE=on


########################################
#  Auto-Notify users of new webmail    #
########################################

:0 h c
* !^FROM_DAEMON
* !^X-Loop: workmail(_at_)work
* ^TO(workmail(_at_)work)
| ( formail  -I"From: Admin User <admin(_at_)work>"\
      -A"X-Loop: workmail(_at_)work" ;\
      echo "There is a new mail in my work mail box" ) \
| $SENDMAIL homemail(_at_)home









_______________________________________________
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>