On 6 May 2005 at 12:18, Frank Elsner wrote about
"[exim] demime_reason / demime_error":
|...
| But ... Which "$demime_reason" error corresponds to which "$demime_errorlevel" ?
Use the source, Luke! ;)
Thanks to the way Tom wrote the error handling code, it couldn't be
easier. Check out the block of MIME_ERRORLEVEL_* macros defined in
demime.h - It's essentially a table of error messages with the
corresponding error level (the first digit).
That said, it does seem like a reasonable thing to have in the
docs...
- Fred