OpenSER 1.3 When I try to match a phrase with a space in it I don't get a match. I'm looking for "User-Agent: My UA" None of the following seem to work: if (search("User-Agent:\sMy\sUA")) { if (search("User-Agent:[ ]My[ ]UA")) { if (search("User-Agent: My UA")) { Could anyone point out my obvious mistake? Thanks