On Mon, Mar 29, 2010 at 05:16:39PM +0200, Steve wrote: > > > Ach. Again. I made errors. Sorry. It's hard to write here in such a > small edit box in a web interface. The above is not 100% correct. What > I wanted to write is:
You need the 'itsalltext' firefox extension to edit any web textarea with your $EDITOR. https://addons.mozilla.org/en-US/firefox/addon/4125 > ------------------------------ > /\b(41\.26\.\d+\.\d+)\b/ REJECT aviso.ci junk 2 > /\b(41\.29\.\d+\.\d+)\b/ REJECT aviso.ci junk 2 > /\b(41\.2[78]\.\d+\.\d+)\b/ REJECT aviso.ci junk 2 > /\b(41\.30\.\d+\.\d+)\b/ REJECT aviso.ci junk 2 > /\b(41\.31\.\d+\.\d+)\b/ REJECT aviso.ci junk 2 > > Could be shortened to: > /\b(41\.(2[6-9]|3[01])\.\d+\.\d+)\b/ REJECT aviso.ci junk 2 > ------------------------------ And of course your line-by-line rules makes it so much easier to sort, and regroup, them. Cheers,