From: Kirill A. Korinsky Subject: Re: smtpd: allow braces for `listen' options To: Omar Polo Cc: tech@openbsd.org Date: Mon, 14 Oct 2024 01:18:51 +0200 On Mon, 14 Oct 2024 00:54:15 +0200, Omar Polo wrote: > > some time ago I was playing with the idea of turning the prox-exec to an > argv-style list of string, which would also avoid having to use system() > and could be fed directly to exec*(), but I haven't wrote any diff in > the end. > > Anyway, I think that also > > filter dnsbl proc-exec { > filter-dnsbl -m domain1 domain2 > domain3 domain4 > } > > would be way nicer. I can cook an initial diff to turn the words inside > {...} into a string, so no larger changes for now, in the next days. > what is amazing and I volunteer to at least test it! > P.S.: I was mostly testing the waters here, if this looks fine to y'all > I'd like to also introduce {...} for `action' as well in a similar > manner. and after that on the table left "match", isn't it? -- wbr, Kirill