X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/cebf4027931177cc70106a84e19705f2085a09f5..7f83b348ccf4cd815e9758ab9ca1012e66324e9d:/src/src/macros.h diff --git a/src/src/macros.h b/src/src/macros.h index 4c5279f0a..baac435ec 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -41,9 +41,11 @@ manipulate them. */ /* For almost all calls to convert things to printing characters, we want to -allow tabs. A macro just makes life a bit easier. */ +allow tabs & spaces. A macro just makes life a bit easier. */ -#define string_printing(s) string_printing2((s), TRUE) +#define string_printing(s) string_printing2((s), 0) +#define SP_TAB BIT(0) +#define SP_SPACE BIT(1) /* We need a special return code for "no recipients and failed to send an error