mail.sh: correct message size calculation
commit76c9b091f02602b9da654c4bad8a3126c3abe79f
authorKyle J. McKay <mackyle@gmail.com>
Thu, 5 Mar 2015 04:36:52 +0000 (4 20:36 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 5 Mar 2015 04:36:52 +0000 (4 20:36 -0800)
treeeba1f8242b9a049a17d4dcd5c8781500e2e56506
parent79eac470c5cd6f8e4c670b9acd758b0a25219f03
mail.sh: correct message size calculation

Each line sent will have a trailing \r\n added as part of the
standard RFC 822 protocol, so don't forget to add +2 to the
length of each line in characters to account for that.
taskd/mail.sh