procmail
[Top] [All Lists]

forwarding with attachments

2001-03-05 15:50:14
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
  | ( echo "=================================="; \
      echo "From .....: $FROM_"; \
      echo "To .......: $TO_"; \
      echo "Subject ..: $SUBJ_"; \
      echo "==================================" ; \
      cat - )
  :0
  !rivellis(_at_)terra(_dot_)com(_dot_)br
}

This is the situation:
The mail is forwarded but the original is sent including the header, body
and attachment on the body of it and not as attachment. I didn't try with
more than one attachment yet.

Could someone help me? 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>