Re: Debian sa-exim with version 4.99-4
Jeremy Harris via Exim-users <[email protected]> Mon, 24 Nov 2025 11:55:12 +0000
| Newsgroups | gmane.mail.exim.user |
|---|---|
| Message-ID | <[email protected]> |
On 2025/11/24 11:21 AM, Andreas Metzler via Exim-users wrote:
> 63 | expand_result = expand_string("blah");
expand_string takes an uschar* not a char*
Your test should be:
expand_result = expand_string(US"blah");
--
Cheers,
Jeremy
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## [email protected]
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/