Hi, I have a process which iterates String instances. Each iteration does few operations on the String instance. At the end the String instance is persisted.
Now, I want to add for each iteration a check if the String instance might be spam. I only have to verify that the String instance is not "adult materials" spam.
Any recommendations?