Thanks to visit codestin.com
Credit goes to cvsweb.openbsd.org

OpenBSD CVS

CVS log for src/usr.sbin/smtpd/smtpd-filters.7


[BACK] Up to [local] / src / usr.sbin / smtpd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.15 / (download) - annotate - [select for diffs], Tue Apr 8 17:35:01 2025 UTC (5 months, 2 weeks ago) by op
Branch: MAIN
CVS Tags: OPENBSD_7_7_BASE, OPENBSD_7_7, HEAD
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

bump smtpd version

Revision 1.14 / (download) - annotate - [select for diffs], Sun Feb 2 18:19:42 2025 UTC (7 months, 2 weeks ago) by op
Branch: MAIN
Changes since 1.13: +12 -5 lines
Diff to previous 1.13 (colored)

fix connect filter request in smtpd-filters.7

diff from Patrick Keshishian (sidster at boxsoft.com) with input
from jmc@, thank you!

Revision 1.13 / (download) - annotate - [select for diffs], Tue Nov 5 19:36:53 2024 UTC (10 months, 2 weeks ago) by jmc
Branch: MAIN
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored)

mark up fix; from jesper wallin

Revision 1.12 / (download) - annotate - [select for diffs], Tue May 14 13:34:05 2024 UTC (16 months, 1 week ago) by op
Branch: MAIN
CVS Tags: OPENBSD_7_6_BASE, OPENBSD_7_6
Changes since 1.11: +4 -2 lines
Diff to previous 1.11 (colored)

include the filter protocol version in the handshake

This adds "config|protocol|0.7" during the filters handshake, like
was done for the tables too, so that the filters can know the version
of the protocol right from the start.

ok gilles@

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 14 13:32:09 2024 UTC (16 months, 1 week ago) by op
Branch: MAIN
Changes since 1.10: +14 -14 lines
Diff to previous 1.10 (colored)

sync smtpd and protocol version in smtpd-filters(7) examples; ok gilles@

Revision 1.10 / (download) - annotate - [select for diffs], Fri Jul 7 14:52:00 2023 UTC (2 years, 2 months ago) by op
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4
Changes since 1.9: +6 -6 lines
Diff to previous 1.9 (colored)

swap link-auth filter arguments

Fields which can contain a '|' character are kept last to avoid
ambiguities so move result before username; link-auth was likely forgot
in r1.61 of lka_filter.c when the same treatment was applied to other
events.

Discovered after a report on -portable due to filter-rspamd crashing.

ok millert@

Revision 1.9 / (download) - annotate - [select for diffs], Thu Mar 31 17:27:31 2022 UTC (3 years, 5 months ago) by naddy
Branch: MAIN
CVS Tags: OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1
Changes since 1.8: +3 -3 lines
Diff to previous 1.8 (colored)

man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@

Revision 1.8 / (download) - annotate - [select for diffs], Sun Nov 21 06:48:15 2021 UTC (3 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.7: +5 -7 lines
Diff to previous 1.7 (colored)

smtpd-filters.7 referred to itself internally as just filters(7): fix that,
and put some Xr in smtpd.conf.5 so people can find it;

from leon fischer

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 20 19:11:33 2021 UTC (3 years, 10 months ago) by jmc
Branch: MAIN
Changes since 1.6: +78 -76 lines
Diff to previous 1.6 (colored)

install smtpd-filters.7;

cleanup/push from larry hynes;
gilles agreed the page is suitable for installation;

Revision 1.6 / (download) - annotate - [select for diffs], Sat Apr 25 09:44:02 2020 UTC (5 years, 4 months ago) by eric
Branch: MAIN
CVS Tags: OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.5: +27 -20 lines
Diff to previous 1.5 (colored)

update filter documentation after protocol change

from Gilles Chehade

Revision 1.5 / (download) - annotate - [select for diffs], Thu Apr 23 21:28:10 2020 UTC (5 years, 5 months ago) by jmc
Branch: MAIN
Changes since 1.4: +10 -10 lines
Diff to previous 1.4 (colored)

 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jan 6 13:42:42 2020 UTC (5 years, 8 months ago) by gilles
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored)

make it more explicit that filters are unique processes

Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 13 18:13:08 2019 UTC (5 years, 9 months ago) by gilles
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

occuring -> occurring

spotted by jmc@

Revision 1.2 / (download) - annotate - [select for diffs], Thu Dec 12 22:10:47 2019 UTC (5 years, 9 months ago) by gilles
Branch: MAIN
Changes since 1.1: +5 -3 lines
Diff to previous 1.1 (colored)

filter protocol has an initial handshake within which smtpd tells filters
about a few global configuration informations. this makes smtpd tell proc
filters for which subsystem they are registered allowing them to register
only events that are relevant.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Dec 12 14:36:59 2019 UTC (5 years, 9 months ago) by gilles
Branch: MAIN

start documenting the proc filter API, this is a work in progress, not
installed yet

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.