If we're doing wishlists, 2 things (perhaps trivial) fell by the wayside: - lib/imclient.c:578 int class = 2; Why not 0? If 2, then remove charclass[] checks. (I'm running with 0) - cmulocal/sasl2.m4: DYNLIB_SASL is not necessary: it seems to be there to somehow make perl work without shared libraries, yet configure.in correctly warns: "Cannot compile perl utilities using static libsasl" so just replace it with LIB_DYN_SASL so the correct library has half a chance of getting into perl/Makefile.in and friends. (I found I had to add @LDFLAGS@ and @CPPFLAGS@ to SASL_LIB and SASL_INC respectively for it to be even more useful)
Cheers, Patrick