index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
mail.maildir.c
Age
Commit message (
Expand
)
Author
2021-06-14
add required headers for smtpd.h and remove unnecessary ones in other files.
Eric Faurot
2021-01-23
Remove unused variables found by clang. Additional unused var spotted by eric@.
rob
2019-09-30
Allow maildir and mbox MDAs to tempfail on situations that might be
Martijn van Duren
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2018-12-20
use HOST_NAME_MAX+1 instead of MAXHOSTNAMELEN, also avoids including the
Gilles Chehade
2018-12-20
use the machine hostname, not localhost, in mail.maildir.c
Gilles Chehade
2018-11-25
teach mail.maildir how to junk SpamAssassin flagged spam
Gilles Chehade
2018-10-24
missing header
Gilles Chehade
2018-05-30
when path is too long, display it in error message
Gilles Chehade
2018-05-30
teach mail.maildir how to junk mails if -j option is set and X-Spam is
Gilles Chehade
2018-05-29
simplify mail.maildir as well as the parse.y glue
Gilles Chehade
2018-04-28
handle subaddresses
Gilles Chehade
2017-08-09
at the exception of mail.local, smtpd never executes an MDA as root.
Gilles Chehade
2017-02-14
add standalone maildir MDA (work in progress) which will soon obsolete the
Gilles Chehade