Updated sendfiles(1):
authorDavid Levine <levinedl@acm.org>
Sun, 21 Oct 2012 14:52:46 +0000 (09:52 -0500)
committerDavid Levine <levinedl@acm.org>
Sun, 21 Oct 2012 14:52:46 +0000 (09:52 -0500)
commitf8baa5a34335fc0fc8ccabfabc601d0af73ab769
tree0ac0ffc0f17582099664baef7244074438633125
parent58d753387922687855f06192264154c52949d3ff
Updated sendfiles(1):
1) Added -from switch.
2) sendfiles will now construct a From address, using the sender's
   localmbox, if the user does not specify it with -from or the PERSON
   environment variable.
3) Added support for bzip2, lzma, and zip compression methods.  Added
   a new switch to select the method:  -compress <method>.  Because
   support for the old -compress with was broken (it did not use
   -c with compress/uncompress) and it was undocumented, it has
   been replaced.  Retained old -gzip and -none switches for backward
   compatibility even though they were undocumented.
4) Allow the recipient argument to be preceded by the optional -to
   switch iff the subject argument is preceded by the optional
   -subject switch.  Allow the delay value to be specified using the
   optional -delay switch.
5) Added -version and -help switches.
6) All switches can now be abbreviated.

/etc/sendfiles no longer needs to be configured.  It's easier to
support make distcheck by having it figure out its path at runtime.

In viamail, set postproc to post in the same directory as itself, if
invoked with a full path.  This allows it to support make distcheck.
viamail does not read the profile so its postproc is otherwise
hard-coded at compile time.

Added test-sendfiles.
.gitignore
Makefile.am
etc/sendfiles [new file with mode: 0755]
etc/sendfiles.in [deleted file]
man/sendfiles.man
test/post/test-sendfiles [new file with mode: 0755]
uip/viamail.c