Hello,
I am a new user of anomy and could not find this information in
the archive. I am finding that an underscore is sometimes added
to the mime header application type. In the example below,
"postscript" was changed to "postscript_". Any ideas?
Header sent:
--==_Exmh_-5419804060
Content-Type: application/postscript ; name="idl.ps"
Content-Description: idl.ps
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="idl.ps"
Header received after sanitizer:
--==_Exmh_-5419804060
Content-Type: application/postscript_; name="idl.ps"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="idl.ps"
Cheers,
Karl