https://bugzilla.mindrot.org/show_bug.cgi?id=2937
--- Comment #3 from Darren Tucker <[email protected]> --- Comment on attachment 3210 --> https://bugzilla.mindrot.org/attachment.cgi?id=3210 Don't set $MAIL is PAM is in use No that skips it when PAM is compiled in. To skip it when PAM is in use you need to also test options.use_pam: >+#ifndef USE_PAM if (!options.use_pam) { > snprintf(buf, sizeof buf, "%.200s/%.50s", _PATH_MAILDIR, pw->pw_name); > child_set_env(&env, &envsize, "MAIL", buf); } >+#endif with that change ok dtucker. -- You are receiving this mail because: You are watching someone on the CC list of the bug. You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
