summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/mail.maildir.c
AgeCommit message (Expand)Author
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-01-23Remove unused variables found by clang. Additional unused var spotted by eric@.rob
2019-09-30Allow maildir and mbox MDAs to tempfail on situations that might beMartijn van Duren
2019-07-03snprintf/vsnprintf return < 0 on error, rather than -1.Theo de Raadt
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-12-20use HOST_NAME_MAX+1 instead of MAXHOSTNAMELEN, also avoids including theGilles Chehade
2018-12-20use the machine hostname, not localhost, in mail.maildir.cGilles Chehade
2018-11-25teach mail.maildir how to junk SpamAssassin flagged spamGilles Chehade
2018-10-24missing headerGilles Chehade
2018-05-30when path is too long, display it in error messageGilles Chehade
2018-05-30teach mail.maildir how to junk mails if -j option is set and X-Spam isGilles Chehade
2018-05-29simplify mail.maildir as well as the parse.y glueGilles Chehade
2018-04-28handle subaddressesGilles Chehade
2017-08-09at the exception of mail.local, smtpd never executes an MDA as root.Gilles Chehade
2017-02-14add standalone maildir MDA (work in progress) which will soon obsolete theGilles Chehade