#!/bin/bash # # Original Code # ------------- # http://www.UCEAS.net/Scripts/submit.spam.sh # # # Owner/Permissions # ----------------- # http://www.UCEAS.net/Scripts/permissions.txt # # # Purpose # -------- # Gather your incoming spam and send it to a central repository for processing/analysis # # # 27-Dec-02 amo Date-of-Birth # # # Submit your spam to the spam collection repository for future evidence against spamers # /root/AntiSpam.Collector.pl -update -submit -user /var/spool/mail/your-mailbox # # # Submit your spam for testing "how it all works" # # /root/AntiSpam.Collector.pl -update -test -user /var/spool/mail/your-mailbox # # # End of file