Apache SpamAssassin is a widely used tool for many email clients and email filtering tools to classify messages as spam.SpamAssassin assigns a spam "score" to emails based on rules, Bayesian filtering, and network tests.You can leverage SpamAssassin to identify aspects of your email that may cause it to be marked as spam and improve your writing.A FastAPI wrapper is created to pass email fields to SpamAssassin and return the validation result.