received_protocol
[exim.git] / src / src / smtp_in.c
index 2f1a5d623f2e0041205c74956359f9014e88d3b8..eb22233ca706d6306d001b45a3a1403e2e6ad477 100644 (file)
@@ -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