Yahoo Groups archive

Milter-greylist

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

Message

Re: [milter-greylist] Re: Limiting resident memory usage

2006-11-04 by AIDA Shinra

At Fri, 03 Nov 2006 14:04:14 -0500,
Matt Kettler wrote:
> > 
> > But this:
> > 
> >   acl greylist domain /[0-9][0-9]*\-[0-9][0-9]*\-[0-9][0-9]*/
> >   acl greylist domain /[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*/
> > 
> > which I still firmly believe are terrible for performance.
> 
> Agreed. Those could be terrible, at least for some inputs.

A little offtopic: they are not too bad. No backtracking for any
input. * don't do harm if * part and its following part are mutually
exclusive. For example:
\[.*\] causes backtracking
\[[^]]*\] doesn't cause any backtracking

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.