#
# PRE: update
#
#  It's an error to update lists that don't exist.
#
update no-such-list {	# ERROR
       control:Cleartext-Password := 'hello'
       reply:Filter-Id := "filter"
}
