tcllib
in JimJim incompatibilities in tcllib, example mime.tcl
:
return -options
.. used only once, can be avoided.errorInfo
.. used a lot:
catch {…} result; … set einfo $errorInfo; return … -errorinfo $einfo …
catch {…} result einfo; … return -errorinfo $einfo …
mime.tcl
is still not working for all mime files, example:
multipart/mixed
, loses parts.Happens in DMARC rua messages (aggregate reports).