summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/delivery_mbox.c
AgeCommit message (Expand)Author
2015-12-22Wrap long lines.Sunil Nimmagadda
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2014-04-19cast (void) this strlcpy(), it can't fail copying a small constant stringGilles Chehade
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23knfEric Faurot
2012-10-03disallow root deliveries for "deliver to filename" and "deliver to mda"Gilles Chehade
2012-03-07- db.h not needed here, already removed by chl@ but I fscked up previousGilles Chehade
2012-03-07various reliability fixes:Gilles Chehade
2012-02-04remove unused headerCharles Longeau
2012-01-12use mbox backend for mbox delivery.Eric Faurot
2011-12-13- introduce delivery backend API (delivery.c)Gilles Chehade