summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-09-09Update email and copyright datesHEADmasterPeter Wu2-3/+3
2015-09-09Support absolute paths for MAILBOX_PATHPeter Wu2-2/+12
And in case somebody decides to put a format specifier in MAILBOX_PATH, pass it as argument. Suggestion made by an anonymous user by email.
2015-05-27README.md: note manual creation of mailboxPeter Wu1-0/+2
This is not done automatically for simplicity, to reduce the attack surface. Reported by Mateusz Konieczny from Ask Ubuntu.
2013-07-11Insert From and Date headers if missingPeter Wu2-12/+79
cron is not inserting a `Date` header which is confusing for the mail client. As a side-effect, `From` will be calculated from the user sending the mail if no `-f` option was specified.
2013-07-09Makefile: cleanup, add uninstall targetPeter Wu1-13/+16
Dump objects in current directory, variable `srcdir` (default `.`) is taken as source directory. Use `DESTDIR` only in the `install*`, `uninstall` and `setcap` targets, not as output directory for produced binaries from `$(CC)`.
2013-07-09sendmail compat: Exit in modes other than `-bm`Peter Wu2-1/+8
2013-07-09README: update with ignore sendmail option featurePeter Wu2-11/+16
2013-07-09Use getopt to ignore more arguments; use `-f` sender in headerPeter Wu1-13/+58
2013-07-09Fix-up macro expansion of USERNAME and MAILBOX_PATHPeter Wu2-9/+7
2013-07-09Initial commitPeter Wu4-0/+345