Does match() function really use regexp to match a string ? For example I'd like to match following strings: Err err ERR eRR ... What should I write in config file ? Is something like that ok: filter f { match ("[Ee][Rr][Rr]"); }; przemol