History log of /openbsd/usr.sbin/smtpd/rfc5322.c (Results 1 – 4 of 4)
Revision Date Author Comments
# a5bc80fb 05-Dec-2023 op <op@openbsd.org>

reject headers that start with a space or tab

If the first header starts with a space but still contains a colon
character, it is added to the body mail effectively appending it to the
Received head

reject headers that start with a space or tab

If the first header starts with a space but still contains a colon
character, it is added to the body mail effectively appending it to the
Received header due to the folding rules.

Issue reported by Crystal Kolipe

ok millert@, giovanni@

show more ...


# d3140113 14-Jun-2021 eric <eric@openbsd.org>

add required headers for smtpd.h and remove unnecessary ones in other files.

ok jung@


# 2f200fbb 24-Oct-2018 gilles <gilles@openbsd.org>

replace EFTYPE with EINVAL which is a both a better errno AND more portable

ok eric@


# ca4531c3 23-Aug-2018 eric <eric@openbsd.org>

import alternative message parser (not used yet).