*.cgi: replace hard-coded use of /usr/bin/mail with mailer_pipe
commit8480441446b2f311d1dca0482deca20fb57d2781
authorKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 09:27:36 +0000 (26 01:27 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 09:27:36 +0000 (26 01:27 -0800)
tree50a0d6e1163c65bfcfac5ab6d068f69526927255
parent6b4f996f85b222838c47683f71aa6f01155d744e
*.cgi: replace hard-coded use of /usr/bin/mail with mailer_pipe

Using /usr/bin/mail is undesirable as it limits control over
header lines etc.  Additionally using a single mailer everywhere
allows changes to be made more easily.

Replace direct use of /usr/bin/mail with a call to mailer_pipe.
cgi/delproj.cgi
cgi/deluser.cgi
cgi/edituser.cgi
cgi/pwproj.cgi