https://bugs.exim.org/show_bug.cgi?id=2243
Ronika <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #6 from Ronika <[email protected]> --- This guards the actual print: - if ((log_extra_selector & LX_arguments) != 0) + if (LOGGING(arguments)) log_write(0, LOG_MAIN, "%s", big_buffer); I've diffed exim.c from 4.84 against current master, and don't see anything which would change whether or not the config had even been read by this point. (There are lots of changes here, but none I see as affecting this). I see that Debian's "debconf/conf.d/main/90_exim4-config_log_selector" file uses "+all -subject -arguments" for debugging. Are you 100% sure that you had +arguments enabled before? I don't think there's a change on Exim's side here. -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
