procmail
[Top] [All Lists]

attachment

2001-02-16 06:58:06
Hello all,

:0 B
* $ ^Content-(Type|Disposition)*:${dotstar}name${ws}=${ws}${dq}.*${ext}${dq}
{
  SUBJ_=`formail -c -xSubject:`
  FROM_=`formail -c -xFrom:`
  TO_=`formail -c -xTo:`

  :0 fhw
  |  ( formail -I"To: rivellis(_at_)terra(_dot_)com(_dot_)br"; \
    echo "=========== E-mail Filtrado ==========="; \
    echo "From  $FROM_"; \
    echo "To    $TO_"; \
    echo "Subject       $SUBJ_"; \
    echo "==================================" ; \
    cat - )  |   $SENDMAIL $SENDMAILFLAGS -t
}

This is the situation:
The mail is forwarded without the received attachments and original message
body. Only the modified body is sent. I need modify the msg body and forward
it including any attachment received.

Could someone help me to solve the problem?

Your help will be appreciated. Thank you,
Carlos

_______________________________________________
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>
  • attachment, Carlos Eduardo R. L. de Miranda <=