#
#  PRE: switch
#
switch &User-Name {
	case "%{no-such-module:bob}" {	# ERROR
		update reply {
			Filter-Id := "fail"
		}
	}

	case {
		update reply {
			Filter-Id := "default"
		}
	}

}
