Blame SOURCES/postfix-3.5.8-whitespace-name-fix.patch

3faf99
diff --git a/src/cleanup/cleanup_message.c b/src/cleanup/cleanup_message.c
3faf99
index 391c711..be5ce42 100644
3faf99
--- a/src/cleanup/cleanup_message.c
3faf99
+++ b/src/cleanup/cleanup_message.c
3faf99
@@ -773,6 +773,8 @@ static void cleanup_header_done_callback(void *context)
3faf99
 		    /* Normalize whitespace. */
3faf99
 		    token = tok822_scan_limit(state->fullname, &dummy_token,
3faf99
 					      var_token_limit);
3faf99
+		    if (!token)
3faf99
+				token = tok822_alloc(TOK822_QSTRING, state->fullname);
3faf99
 		} else {
3faf99
 		    token = tok822_alloc(TOK822_QSTRING, state->fullname);
3faf99
 		}