#
# PRE: if
#
#  Matching "if" conditions
#
if (User-Name != "bob") {
	update reply {
		Filter-Id := "not bob"
	}
}
else {
	update reply {
		Filter-Id := "filter"
	}
}
