(program (programItem (section SEND_RESPONSE { (sectionBody (conditional (ifStatement if (condition (expression (term (factor (comparison (comparable inbound.ip) in (iprange { (ip (ipv4 192.168.0.0/16)) , (ip (ipv4 10.0.0.0/8)) })))))) (block { (blockItem (statement inbound.resp.X-Now = (value "{now}") ;)) (blockItem (statement inbound.resp.X-Year = (value "{now.year}") ;)) (blockItem (statement inbound.resp.X-Month = (value "{now.month}") ;)) (blockItem (statement inbound.resp.X-Day = (value "{now.day}") ;)) (blockItem (statement inbound.resp.X-Hour = (value "{now.hour}") ;)) (blockItem (statement inbound.resp.X-Minute = (value "{now.minute}") ;)) (blockItem (statement inbound.resp.X-Weekday = (value "{now.weekday}") ;)) (blockItem (statement inbound.resp.X-Yearday = (value "{now.yearday}") ;)) })))) })) <EOF>)
