# Bayesian filter

*Email Deliverability*. A statistical technique that detects email spam. To detect spam, a [Bayesian filter][Naive Bayes spam filtering] compares the words or phrases within the questionable email to a set of known words or phrases associated with spam. As it has a very low rate of false positives, Bayesian filtering succeeds as a method for filtering spam.

> \[!NOTE]
>
> If you discover that a Twilio customer sent spam, [report it to Twilio][spam-report]. Twilio bans their account immediately.
>
> US recipients can also file a report with the [US Federal Trade Commission](https://reportfraud.ftc.gov/).

[spam-report]: https://sendgrid.com/report-spam

To validate the sender of an email message, a system might use a [challenge-response filter][cra].

## Related entries

* [Spam][]
* [Spam Filter][]
* [Spam Reports][]
* [Spam Trap][]

[cra]: /docs/sendgrid/glossary/challenge-response

[Naive Bayes spam filtering]: https://en.wikipedia.org/wiki/Naive_Bayes_spam_filtering

[Spam]: /docs/sendgrid/glossary/spam

[Spam filter]: /docs/sendgrid/glossary/spam-filter

[Spam reports]: /docs/sendgrid/glossary/spam-reports

[Spam trap]: /docs/sendgrid/glossary/spam-traps
