From 9ebfa320b724b6e745d768a003ef7086f091565e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 30 Jun 2008 13:46:09 +0000 Subject: Documentation and program output now /consistently/ claim that the rcfile must not have more than 0700 (u=rwx,g=,o=) permissions, but fetchmail will still silently accept additional g=x permissions for compatibility with previous 6.2.X and 6.3.X versions. Inconsistency (program 0710, manpage 0600) reported by Petr Uzel. svn path=/branches/BRANCH_6-3/; revision=5211 --- rcfile_y.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rcfile_y.y') diff --git a/rcfile_y.y b/rcfile_y.y index 0e622002..7503bee0 100644 --- a/rcfile_y.y +++ b/rcfile_y.y @@ -428,7 +428,7 @@ int prc_filecheck(const char *pathname, #endif /* __CYGWIN__ */ if (statbuf.st_mode & (S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH | S_IXOTH)) { - fprintf(stderr, GT_("File %s must have no more than -rwx--x--- (0710) permissions.\n"), + fprintf(stderr, GT_("File %s must have no more than -rwx------ (0700) permissions.\n"), pathname); return(PS_IOERR); } -- cgit v1.2.3