Re: base64 message body decode when replying???
Håkon Alstadheim <[email protected]>
| Newsgroups | gmane.mail.exmh.user |
|---|---|
| Message-ID | <[email protected]> |
Julian H. Stacey skrev: >> From: Håkon Alstadheim <[email protected]> >> >> 2) Filter all incoming mail, (.procmailrc or something such), and >> reformat text/whatever from base64. Keep all text parts in your mailbox >> in plain 8-bit to enable grepping and such in your mailbox. Remember to >> rewrite the mime headers to reflect the updated coding. >> > > Sample syntax please: > What tools to reformat do you reccomend ? > What parameters ? > How do they hang together from procmail (yes I know procmail) ? > URLs of where tools come from ? > > Sorry, though I have had such systems working in the past, I have nothing current. Packages to look at for building-blocks include mpack and mencoder, and of course perl and associated modules. For the procmail part you want to search the man-pages for how to make a copy of incoming mail (for backup), and then piping the mail through a script, possibly conditional on a mime header. Like I said, such solutions get painful in the long run, so this is my last word on the subject. :-)