update for new DSN draft
[unix-history] / usr / src / usr.sbin / sendmail / src / savemail.c
index fddefc1..0067ea7 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)savemail.c 8.74 (Berkeley) %G%";
+static char sccsid[] = "@(#)savemail.c 8.75 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -1228,7 +1228,7 @@ xtextok(s)
                        if (!isascii(c) || !isxdigit(c))
                                return FALSE;
                }
                        if (!isascii(c) || !isxdigit(c))
                                return FALSE;
                }
-               else if (c < '!' || c > '~' || c == '\\' || c == '(')
+               else if (c < '!' || c > '~' || c == '=')
                        return FALSE;
        }
        return TRUE;
                        return FALSE;
        }
        return TRUE;