I got a little project thrown at me, and I'm pretty much a newbie with
sendmail. What I need to do is when a users mail comes in it will
automatically be striped of any HTML and/or MIME attachments and just the
plain text will be forwarded to a single account. Therefore One account
will collect everyones mail in plain text. I noticed while looking at a
mailbox file that everymail I tested with came in as
Content-Type: text/plain; charset=us-ascii
or
Content-Type: text/plain; charset="iso-8859-1"
Therefore the first capsule is already ready already (:0) Is there a way to
just take the firstpart of the multipart message and forward it off to
another account?
IE; Strip out all HTML and MIME attachments
I hope I made sence to everyone.
And Thank you in advance.
Jimmy