summaryrefslogtreecommitdiffstats
path: root/maildrop/main.C
AgeCommit message (Collapse)Author
2021-05-19maildrop: clean up a dotlock file if exited while it is held.Sam Varshavchik
Implement exit() by throwing an exception, which will wind up and clean up the dotlock. Catch the exception and exit(), after everything gets cleaned up.
2020-05-18Update maildrop standalone to new courier-authlib.Sam Varshavchik
2018-09-13Bump version.Sam Varshavchik
2017-08-19Bump versionSam Varshavchik
2016-03-31maildrop: add banner for the Courier build of maildrop.Sam Varshavchik
2015-06-20maildrop: use auth_mkhomedirSam Varshavchik
2015-04-25Bump yearSam Varshavchik
2014-10-28Contributed patch to add dovecot authentication support.Sam Varshavchik
2014-07-21maildrop: fix parsing of headers added by the -A option.Sam Varshavchik
Headers added by the option must be parsed in order, via rfc2045_parse().
2014-06-18maildrop: -d changes groupid only when invoked from root.Sam Varshavchik
Addresses debian bug 564601.
2013-11-24Fix compiler warning, unchecked return values.Sam Varshavchik
2013-08-28maildrop: rfc2045-parse message when reading it initially.Sam Varshavchik
At startup MIME parse the message. maildrop no longer ignores leading blank lines, and From_ line. Use reformail -f0 to filter the message for maildrop, if that's the case. Get rid of msgoffset (starting offset of the message). rfc2045-parse the message as maildrop reads it.
2013-08-25Initial checkinSam Varshavchik
Imported from subversion report, converted to git. Updated all paths in scripts and makefiles, reflecting the new directory hierarchy.