fix sprious \ in mail header.
Message-Id: <20010313174719.35692BC070@spike.porcupine.org> Subject: PATCH (spurious \ in mail header) From: wietse@porcupine.org (Wietse Venema) To: Postfix users <postfix-users@postfix.org> Date: Tue, 13 Mar 2001 12:47:19 -0500 (EST)
This commit is contained in:
parent
00c9eb8701
commit
468845207e
|
@ -252,7 +252,7 @@ VSTRING *tok822_externalize(VSTRING *vp, TOK822 *tree, int flags)
|
|||
VSTRING_ADDCH(vp, ')');
|
||||
break;
|
||||
case TOK822_COMMENT_TEXT:
|
||||
tok822_copy_quoted(vp, vstring_str(tp->vstr), "()\\\r\n");
|
||||
tok822_copy_quoted(vp, vstring_str(tp->vstr), "()\\");
|
||||
break;
|
||||
case TOK822_QSTRING:
|
||||
VSTRING_ADDCH(vp, '"');
|
||||
|
|
Loading…
Reference in New Issue