I belatedly updated to 4.83 last Tuesday, and encountered one minor issue which is not fixed in 4.84RC.
The malware.c file contains two references to the "index" function, an obsolete alias for strchr. As I run a stripped down uClibc with no index(), this blocked compilation, although it was easy to patch. These should be changed to strchr() in 4.84. ---- Michael Deutschmann <[email protected]> -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
