Add safety flags and the ability to ignore (some of) them
We have some safety checks to avoid accidentally marking users as spammers. In some cases those checks need to be overriden, so let's provide the CLI for that.
Note that the CLI takes the flags to ignore, the implementation uses the inverse as SafetyFlags - the interface and code are easier to read this way.