On 10/12/2012 16:09, The Doctor wrote:
On Mon, Dec 10, 2012 at 02:59:25PM +0000, Duane Hill wrote:
On Monday, 10 December, 2012 at 14:49:47 UTC, doc...@doctor.nl2k.ab.ca
confabulated:
Direct Question:
How can postfix used TNEF without an external agent
such as Amavis or MailSCanner?
There's YTNEF Filter, which runs as Content Filter which transforms the
"winmail.dat" file to regular attachments.
http://www.viraj.org/ytnef_smtpd/
It's Python code. You may just need to hack it a little bit to handle
weird chars in referred file name attachments.
The code creates the final attachment file name (and temp file name too)
out of the original one, but some chars should be escaped (or better
trimmed out) in order to be used in a UNIX/shell environment.