avoid bogus diagnostic
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 31 Mar 1993 01:04:20 +0000 (17:04 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 31 Mar 1993 01:04:20 +0000 (17:04 -0800)
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.27

usr/src/usr.sbin/sendmail/src/savemail.c

index e72510a..e058338 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)savemail.c 6.26 (Berkeley) %G%";
+static char sccsid[] = "@(#)savemail.c 6.27 (Berkeley) %G%";
 #endif /* not lint */
 
 # include <pwd.h>
 #endif /* not lint */
 
 # include <pwd.h>
@@ -276,7 +276,7 @@ savemail(e)
                        }
                        if (p == NULL)
                        {
                        }
                        if (p == NULL)
                        {
-                               syserr("554 Can't return mail to %s", e->e_from.q_paddr);
+                               /* no local directory */
                                state = ESM_MAIL;
                                break;
                        }
                                state = ESM_MAIL;
                                break;
                        }