make default $#error number 553 instead of 501
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 10 Feb 1994 03:32:19 +0000 (19:32 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Thu, 10 Feb 1994 03:32:19 +0000 (19:32 -0800)
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.30

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

index 6800d55..040d075 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)parseaddr.c        8.29 (Berkeley) %G%";
+static char sccsid[] = "@(#)parseaddr.c        8.30 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "sendmail.h"
 #endif /* not lint */
 
 #include "sendmail.h"
@@ -1657,7 +1657,7 @@ badaddr:
                }
                else
                {
                }
                else
                {
-                       usrerr("%s", buf);
+                       usrerr("553 %s", buf);
                }
                goto badaddr;
        }
                }
                goto badaddr;
        }