don't delete apparently bogus queue files so eagerly
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 8 Aug 1993 02:58:51 +0000 (18:58 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 8 Aug 1993 02:58:51 +0000 (18:58 -0800)
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.10

usr/src/usr.sbin/sendmail/src/queue.c

index c4d93ee..ccfe4e9 100644 (file)
@@ -10,9 +10,9 @@
 
 #ifndef lint
 #ifdef QUEUE
 
 #ifndef lint
 #ifdef QUEUE
-static char sccsid[] = "@(#)queue.c    8.9 (Berkeley) %G% (with queueing)";
+static char sccsid[] = "@(#)queue.c    8.10 (Berkeley) %G% (with queueing)";
 #else
 #else
-static char sccsid[] = "@(#)queue.c    8.9 (Berkeley) %G% (without queueing)";
+static char sccsid[] = "@(#)queue.c    8.10 (Berkeley) %G% (without queueing)";
 #endif
 #endif /* not lint */
 
 #endif
 #endif /* not lint */
 
@@ -937,7 +937,7 @@ readqf(e, announcefile)
                return FALSE;
        }
 
                return FALSE;
        }
 
-       if (st.st_uid != geteuid() || (st.st_mode & 07777) != FileMode)
+       if (st.st_uid != geteuid())
        {
 # ifdef LOG
                if (LogLevel > 0)
        {
 # ifdef LOG
                if (LogLevel > 0)