git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
090ab48
)
Fix with-TLS non-International build
author
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 13 Apr 2015 08:35:54 +0000
(09:35 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Mon, 13 Apr 2015 08:35:54 +0000
(09:35 +0100)
src/src/deliver.c
patch
|
blob
|
history
diff --git
a/src/src/deliver.c
b/src/src/deliver.c
index 85a379c1bade7721ec75aa1cc42421f8b6540b6f..f208f3eddcd984a84b96caca0d5add080625c7d3 100644
(file)
--- a/
src/src/deliver.c
+++ b/
src/src/deliver.c
@@
-7882,7
+7882,7
@@
if (!regex_PRDR) regex_PRDR =
regex_must_compile(US"\\n250[\\s\\-]PRDR(\\s|\\n|$)", FALSE, TRUE);
#endif
-#ifdef
SUPPORT_TLS
+#ifdef
EXPERIMENTAL_INTERNATIONAL
if (!regex_UTF8) regex_UTF8 =
regex_must_compile(US"\\n250[\\s\\-]SMTPUTF8(\\s|\\n|$)", FALSE, TRUE);
#endif