IMS: Quote Character In Quoted String

Last reviewed: February 3, 1998
Article ID: Q160156
The information in this article applies to:
  • Microsoft Commercial Internet System version 1.0

SYMPTOMS

When using SMTP, the quote character in a quoted string is not part of the quoted string. For example, here are two scenarios detailing this symptom:

Scenario 1

A mail message from

   <joe \smith"@dm>

will erroneously return

   250 "joe smith"@dm....Sender OK

because a quote-character (\) within a quoted string is not treated as part of it.

Scenario 2

A mail message from

   <joe \\smith"@dm>

will erroneously return

   250 "joe \smith"@dm....Sender OK

because a quote-character (\) that is to be part of a quoted string must be preceded by a quote-character (\).

STATUS

Microsoft has confirmed this to be a problem in Microsoft Commercial Internet System (MCIS) version 1.0. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.


Additional query words: normandy internet mail server
Keywords : kbbug1.00 kbusage
Version : 1.00
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 3, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.