I added an opt in option to report spam calls from a local instance to the phoneblock API.
To prevent wrong reports with bad configs I added a validation for --min-votes. Now only numbers with a rating greater than zero are accepted. In addition I also check that no number with rating A_LEGITIMATE could be treated as a Spam call.
I added an opt in option to report spam calls from a local instance to the phoneblock API. To prevent wrong reports with bad configs I added a validation for
--min-votes
. Now only numbers with a rating greater than zero are accepted. In addition I also check that no number with ratingA_LEGITIMATE
could be treated as a Spam call.Let me know what you think.