From: Zack R. <za...@vm...> - 2010-03-10 20:37:49
|
On Wednesday 10 March 2010 15:18:03 Zack Rusin wrote: > On Wednesday 10 March 2010 14:59:42 Zack Rusin wrote: > > Maybe /usr/bin/mail is broken, I'll double check it. > > Yea, that's it. Someone installed a new mail daemon on the server. We're > using "-a" to specify the Content-Type header in mails, but the heirloom > mailx that has been installed uses the "-a" option to specify attachments > and since filename "Content-Type: text/plain;" is not a valid filename it > exits with an error. I'll try to fix it right now. k, it should be working now. I switched it to use sendmail directly so that future changes to /usr/bin/mail don't affect it. z |