SpamAssassins
SpamAssassins is an open-source email filtering program used to identify and quarantine or flag unsolicited email. It operates by applying a large set of tests to messages, assigning each test a score, and computing a total spam score for the message. If the score surpasses a configured threshold, the message is treated as spam; otherwise it is delivered to the recipient’s inbox.
SpamAssassins uses a modular architecture that can be integrated with Mail Transfer Agents such as Postfix,
Configuration is text-based and supports site-wide and per-user settings. Features include white/black lists, automatic learning via
History: SpamAssassins originated as a community project to combat spam and grew into a widely deployed solution