On Mon, 15 Nov 2004 manu@... wrote:
> Dan Hollis <goemon@...> wrote:
> > I guess so, if there is a choice then I choose NO to heirarchical config
> > with curly braces.
> I proposed to accept both syntax:
> acl greylist rcpt a-very-big-addess@... from
> /.*@example\.com/
>
> acl greylist {
> rcpt a-very-big-addess@...
> from /.*@example\.com/
> }
> Because too long lines are a pain on small terminals. But as both
> syntaxes will be available, you will not have to use curly braces.
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/
}
-DanMessage
Re: [milter-greylist] Access-lists in milter-greylist
2004-11-16 by Dan Hollis
Attachments
- No local attachments were found for this message.