I'm trying to build an application using MultiChain, using it as a append-only archive, as described here. How can I prevent nodes from adding entries with certain metadata? How can I make other nodes reject all transactions containing specific metadata? At least majority of the nodes run same code for validation, so rejecting doesn't create consensus problems.