This document proposes a system to detect and block spam emails using AAA (authentication, authorization, and accounting) and SPRT (sequential probability ratio test) algorithms. The system would authenticate users, authorize their ability to send emails, detect spam emails using SPRT, and maintain logs of email activity. Spam emails detected would be blocked without notifying the sender. The system aims to identify "spam zombies" - compromised machines used to send spam emails. It would generate graphs of IP addresses versus number of spam emails to analyze spamming behavior and help administrators take appropriate action against spammers. The proposed system has four modules - staff machine, authentication server, mail server, and admin module for monitoring logs and reports.