If there is a choice, I advocate for only one syntax, the first one.
-Dan
On Tue, 16 Nov 2004 manu@... wrote:
>
> 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 {}?
>
>Message
Re: [milter-greylist] Access-lists in milter-greylist
2004-11-16 by Dan Hollis