Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] Access-lists in milter-greylist

2004-11-16 by Dan Hollis

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/
}

-Dan

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.