X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0ccd1945560c715e4cc4063209bd0d68b75d5470..bd2c7d4966fd6588d11a1b639479959d6a948afc:/config.h.in diff --git a/config.h.in b/config.h.in index d3197432..daf4e6fc 100644 --- a/config.h.in +++ b/config.h.in @@ -12,16 +12,6 @@ * wish to change the features that are compiled into nmh. */ -/* - * Define to 1 if you need to make `inc' set-group-id - * because your mail spool is not world writable. This - * will add some extra security checks, although I can't - * guarantee it is safe. Also, you will need to change the - * group and add the setgid bit to `inc' manually after - * installation. - */ -/* #define MAILGROUP 1 */ - /* * Turn on locale (setlocale) support */ @@ -278,6 +268,13 @@ */ #undef ATTVIBUG +/* + * Define to 1 if you need to make `inc' set-group-id because your mail spool is + * not world writable. There are no guarantees as to the safety of doing this, + * but this #define will add some extra security checks. + */ +#undef MAILGROUP + /* Define ruserpass as _ruserpass if your libraries have a bug * * such that it can't find ruserpass, but can find _ruserpass. */ #undef ruserpass