summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-04-05 20:12:58 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-04-12 19:18:52 +0100
commit5a886ce7f82d5add6fdbf17a6ed698f13abb748d (patch)
tree75bcf4fff6eda87d9b9e8c5925b37ecc29732e6e /src
parente524074db84d6e2e2701e888ee949d1af4dfb918 (diff)
received_protocol
Diffstat (limited to 'src')
-rw-r--r--src/src/smtp_in.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/smtp_in.c b/src/src/smtp_in.c
index 2f1a5d623..eb22233ca 100644
--- a/src/src/smtp_in.c
+++ b/src/src/smtp_in.c
@@ -4005,6 +4005,7 @@ while (done <= 0)
{
DEBUG(D_receive) debug_printf("smtputf8 requested\n");
message_smtputf8 = allow_utf8_domains = TRUE;
+ received_protocol = string_sprintf("utf8%s", received_protocol);
}
break;
#endif