summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorFilesLines
2015-09-09Support absolute paths for MAILBOX_PATHPeter Wu1-0/+5
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 Wu1-4/+6
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-09sendmail compat: Exit in modes other than `-bm`Peter Wu1-1/+2
2013-07-09README: update with ignore sendmail option featurePeter Wu1-10/+15
2013-07-09Initial commitPeter Wu1-0/+76