On 10/12/2019 15:51, Jeremy Harris via Exim-users wrote: > On 10/12/2019 15:24, john via Exim-users wrote: >> 2019-12-10 15:08:03 1ieh7L-0007P7-AT Taint mismatch, Ustrncpy: >> rewrite_one_header 611 > >> What have I got wrong? > > Nothing beyond using rewrites :) > > This feels like a bug. > What platform, and what rewrite ruleset?
Having reviewed the relevant sourcecode, most likely a problem with the build. Who supplied the binary? If it was you, and the platform is not Linux: check carefully that you are not overriding the CFLAGS set in OS/Makefile-<platform> by some use of "CFLAGS=" where you should have "CFLAGS +=". Use make distclean; make FULLECHO='' to see the actual cc lines used during the build. -- Cheers, Jeremy -- ## 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/
