Ian Langdon <[email protected]> wrote: > \w{3} [ :0-9]{11} [._[:alnum:]-]+ avahi-daemon\[[0-9]+\]: Invalid query > packet.$ > \w{3} [ :0-9]{11} [._[:alnum:]-]+ avahi-daemon\[[0-9]+\]: last message > repeated [[:digit:]] times$
Second rule should probably be "[[:digit:]]+": "last message repeated 9 times" would match, but "last message repeated 10 times" wouldn't. Thanks Ian, -j -- Jeremy L. Gaddis -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

