quote need not be in DELIMCHARS either
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 27 Apr 1993 04:33:19 +0000 (20:33 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 27 Apr 1993 04:33:19 +0000 (20:33 -0800)
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.45

usr/src/usr.sbin/sendmail/src/parseaddr.c

index 69c851e..d36e7fd 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parseaddr.c        6.44 (Berkeley) %G%";
+static char sccsid[] = "@(#)parseaddr.c        6.45 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #include "sendmail.h"
@@ -66,7 +66,7 @@ char  *DelimChar;             /* set to point to the delimiter */
 */
 
 /* following delimiters are inherent to the internal algorithms */
 */
 
 /* following delimiters are inherent to the internal algorithms */
-# define DELIMCHARS    "()<>,;\"\r\n"  /* default word delimiters */
+# define DELIMCHARS    "()<>,;\r\n"    /* default word delimiters */
 
 ADDRESS *
 parseaddr(addr, a, copyf, delim, delimptr, e)
 
 ADDRESS *
 parseaddr(addr, a, copyf, delim, delimptr, e)