summaryrefslogtreecommitdiff
path: root/hebrew/pine/files/patch-aw
blob: ae3ad3c1e4846c822b6317bf8d483cbcb1c0620d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- imap/src/osdep/unix/env_unix.c.orig	Sun Oct 10 13:43:21 1999
+++ imap/src/osdep/unix/env_unix.c	Wed Oct 13 20:11:32 1999
@@ -825,7 +825,8 @@
 	    }
 	    close (pi[0]); close (pi[1]);
 	  }
-	  if (lockEaccesError) {/* punt silently if paranoid site */
+	  if (strncmp(base->lock,"/var/mail/",10) && lockEaccesError) {
+	  /* punt silently if paranoid site */
 	    sprintf (tmp,"Mailbox vulnerable - directory %.80s",hitch);
 	    if (s = strrchr (tmp,'/')) *s = '\0';
 	    strcat (tmp," must have 1777 protection");