On Wed, Dec 06, 2006, Marc Perkel wrote: > Trying to write an ACL with a regex expression that will catch lines > with links to EXE files. So it has to start with http:// or www and end > in .exe. I'm having trouble with the ":" (colon) wanting to mess things up.
Colon isn't a special regexp character. Anyway, it's useless, as any HTTP URL can be an executable, depending only on its MIME type and not on an extension or lack thereof -- Unix stuff :: http://tehran.lain.pl Yet Another RBL :: http://rbl.lain.pl -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
