From 5a886ce7f82d5add6fdbf17a6ed698f13abb748d Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 5 Apr 2015 20:12:58 +0100 Subject: received_protocol --- src/src/smtp_in.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit v1.2.3