Up to [local] / src / usr.sbin / smtpd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Feb 13 07:28:50 2021 UTC (4 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_7_BASE,
OPENBSD_7_7,
OPENBSD_7_6_BASE,
OPENBSD_7_6,
OPENBSD_7_5_BASE,
OPENBSD_7_5,
OPENBSD_7_4_BASE,
OPENBSD_7_4,
OPENBSD_7_3_BASE,
OPENBSD_7_3,
OPENBSD_7_2_BASE,
OPENBSD_7_2,
OPENBSD_7_1_BASE,
OPENBSD_7_1,
OPENBSD_7_0_BASE,
OPENBSD_7_0,
OPENBSD_6_9_BASE,
OPENBSD_6_9,
HEAD
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)
add some missing articles; from larry hynes
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 30 12:37:57 2018 UTC (7 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE,
OPENBSD_6_8,
OPENBSD_6_7_BASE,
OPENBSD_6_7,
OPENBSD_6_6_BASE,
OPENBSD_6_6,
OPENBSD_6_5_BASE,
OPENBSD_6_5,
OPENBSD_6_4_BASE,
OPENBSD_6_4
Changes since 1.4: +6 -4 lines
Diff to previous 1.4 (colored)
tweak previous;
Revision 1.4 / (download) - annotate - [select for diffs], Wed May 30 09:31:57 2018 UTC (7 years, 4 months ago) by gilles
Branch: MAIN
Changes since 1.3: +9 -2 lines
Diff to previous 1.3 (colored)
teach mail.maildir how to junk mails if -j option is set and X-Spam is positive, this can be enabled with the 'junk' option in maildir action ok eric@
Revision 1.3 / (download) - annotate - [select for diffs], Tue May 29 19:32:34 2018 UTC (7 years, 4 months ago) by gilles
Branch: MAIN
Changes since 1.2: +6 -16 lines
Diff to previous 1.2 (colored)
simplify mail.maildir as well as the parse.y glue ok eric@
Revision 1.2 / (download) - annotate - [select for diffs], Sat Apr 28 10:33:41 2018 UTC (7 years, 5 months ago) by gilles
Branch: MAIN
Changes since 1.1: +10 -4 lines
Diff to previous 1.1 (colored)
handle subaddresses ok eric@
Revision 1.1 / (download) - annotate - [select for diffs], Tue Feb 14 16:48:30 2017 UTC (8 years, 7 months ago) by gilles
Branch: MAIN
CVS Tags: OPENBSD_6_3_BASE,
OPENBSD_6_3,
OPENBSD_6_2_BASE,
OPENBSD_6_2,
OPENBSD_6_1_BASE,
OPENBSD_6_1
add standalone maildir MDA (work in progress) which will soon obsolete the builtin delivery_maildir backend, + makefiles, not linked to build yet ok eric@, sunil@