On 2011-06-08 at 11:24 -0700, Todd Lyons wrote: > fake_response_text is a pointer defined in globals.c, but it can be > overridden by you, the admin in your ACLs. In acl.c, we have: > > fake_response_text = expand_string(string_copyn(p+1, pp-p-1));
Candidate fix for this not handling expand_string() failing and returning NULL: http://git.exim.org/users/pdp/exim.git/commit/1fcd359f3287bc9d59a2ec9302f80a37689c778d Feedback welcome, -Phil -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
