Dan Hollis <goemon@...> wrote:
> So really, {} serve no function at all... all of these would be equivalent?
>
> acl greylist rcpt a-very-big-addess@... from
> /.*@example\.com/
>
> acl greylist \
> rcpt a-very-big-addess@... \
> from /.*@example\.com/
>
> acl greylist {
> rcpt a-very-big-addess@...
> from /.*@example\.com/
> }
Yes, but do you advocate for a third syntax, or for \ instead of {}?
--
Emmanuel Dreyfus
Il y a 10 sortes de personnes dans le monde: ceux qui comprennent
le binaire et ceux qui ne le comprennent pas.
manu@...Message
Re: [milter-greylist] Access-lists in milter-greylist
2004-11-16 by manu@netbsd.org