allow tables and filter over multiple lines
authorop <op@openbsd.org>
Fri, 1 Dec 2023 09:25:49 +0000 (09:25 +0000)
committerop <op@openbsd.org>
Fri, 1 Dec 2023 09:25:49 +0000 (09:25 +0000)
commite9fdf334956fd87d40cbe514c45adc04138b230a
treeb606daeb64a9e7cae14fc82365b703b7f18c3c86
parentcb1a0184f290125c434f28fdaba11eccb8257e05
allow tables and filter over multiple lines

This augments the grammar for tables and filter listing so that a
newline is allowed after a comma.  i.e. these now works as expected:

table foo {
"one",
"two"
}

listen on socket filter {
"foo",
"bar"
}

based on a diff from tim@
ok millert@, tim@
usr.sbin/smtpd/parse.y