mail.sh: add missing -i option to sendmail invocation
commitd2df4f8f027c9466dde0878dd7f592073fc29a73
authorKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 07:38:10 +0000 (25 23:38 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 26 Jan 2014 07:38:10 +0000 (25 23:38 -0800)
tree6d1297395bbd9653d4a30188c0381061e80b0570
parent39c2cd3c7c3df80a9d7c1850e4fd4e53fb5fc2b1
mail.sh: add missing -i option to sendmail invocation

Without -i a single "." on a line by itself will terminate the
outgoing message prematurely.

Add -i to the sendmail invocation to prevent this.
taskd/mail.sh