Index: qpopper/pop_dropcopy.c diff -c qpopper/pop_dropcopy.c:1.1.1.1 qpopper/pop_dropcopy.c:1.2 *** qpopper/pop_dropcopy.c:1.1.1.1 Tue Apr 20 17:19:43 1999 --- qpopper/pop_dropcopy.c Tue Apr 20 17:30:16 1999 *************** *** 920,926 **** #endif /* Open the user's maildrop, If this fails, no harm in assuming empty */ ! if ((mfd = open(p->drop_name, O_RDWR)) > 0) { /* Lock the maildrop */ if (flock (mfd,LOCK_EX) == -1) { --- 920,926 ---- #endif /* Open the user's maildrop, If this fails, no harm in assuming empty */ ! if ((mfd = open(p->drop_name, O_RDWR | O_CREAT, 0600)) > 0) { /* Lock the maildrop */ if (flock (mfd,LOCK_EX) == -1) {