aj3423 / SpamBlocker

Android Call/SMS blocker.
MIT License
388 stars 21 forks source link

Meaning of "Include Unverified" for STIR Attestation? #73

Closed mohammedthejihadist closed 3 months ago

mohammedthejihadist commented 3 months ago

It is not clear to me what exactly "Include Unverified" includes unverified calls for. Does it include the calls in being filtered or does it include the calls in being allowed?

To ask a different way, if I turn on STIR and set it to exclusive and don't want unverified calls getting in, what should I set "Include Unverified" to?

aj3423 commented 3 months ago

if I turn on STIR and set it to exclusive and don't want unverified calls getting in, what should I set "Include Unverified"

You should check this checkbox.

related code: https://github.com/aj3423/SpamBlocker/blob/d8cb21b4968d0455df216cb2088164a88cdb398f/app/src/main/java/spam/blocker/service/Checker.kt#L101

I'll improve the help tip a bit: image