summaryrefslogtreecommitdiff
path: root/sys/man/1/marshal
AgeCommit message (Collapse)Author
2023-03-13man1: various spelling fixesJacob Moody
2021-01-04marshal(1): fix example: upas/mail -> mail (thanks fulton)cinap_lenrek
2020-11-06upas/marshal: add -S saveto to save outgoing mail, fix -FOri Bernstein
Upas/marshal -F was broken with the '-8' command, and silly without it: It used aliases passed on the command line, so the destination address was ignored with -8 was passed. In addition, it would create a new mailbox for any aliases being sent to, instead of putting them all in one location. The new -S option is similar to -F, but specifies where the message should go.
2017-12-11/sys/man/*/*: fix perms (sorry)stanley lieber
2017-12-11/sys/lib/rootstubstanley lieber
2013-01-01upas/marshal: change Inline: to Include: header, interpret even withou -8 flagcinap_lenrek
after some thought, the file attachment headers Attach: and Include: (before Inline:) are more like the Subject: line and should be interpreted every time.
2013-01-01upas/marshal: interpret Attach: and Inline: headers only when -8 flag is givencinap_lenrek
2012-11-27upas: handle Bcc: headercinap_lenrek
when -8 flag is given, upas/marshal override To:, Cc: and Bcc: headers. add -B option for Bcc. it is also now valid to pass recipient list on upas/marshal arguments and have -8 flag set. make nedmail and /rc/bin/mail call upas/marshal with -8 now to make it effective.
2012-10-02upas/marshal: fix usage line and add missing flags to manpagecinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso image - sys/manTaru Karttunen