aboutsummaryrefslogtreecommitdiff
path: root/mailsplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailsplit.c')
-rw-r--r--mailsplit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailsplit.c b/mailsplit.c
index a3238c20d..7afea1aac 100644
--- a/mailsplit.c
+++ b/mailsplit.c
@@ -128,7 +128,7 @@ int main(int argc, char **argv)
unsigned long len = parse_email(map, size);
assert(len <= size);
sprintf(name, "%04d", ++nr);
- fd = open(name, O_WRONLY | O_CREAT | O_EXCL, 0600);
+ fd = open(name, O_WRONLY | O_CREAT | O_EXCL, 0666);
if (fd < 0) {
perror(name);
exit(1);