logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

spamalyze - Apply multiple Realtime Blackhole Lists to all messages in an mbox

Author

       Asher Blum <asher@wildspark.com>

Description

       Spamalyze reads in an mbox file containing multiple mail messages and looks up the originating server of
       each message on multiple Realtime Blackhole Lists.  Spamalyze uses Net::RBLClient.

       Spamalyze lets you find out what the impact would be of filtering via various RBL's.

       The output report contains two sections.  The first section has one line per email message, showing:

       •   Sending IP address

       •   Sending hostname if any

       •   Whether the IP is on a small list of possibly spammish netblocks

       •   A list of letters representing RBL's which returned responses for this IP address

       The  second  section  contains one line for each of the top RBL's.  That is, the RBL's which produced the
       most hits.  The RBL's are listed in decreasing order of hits.  Each line contains:

       •   The letter assigned to the RBL - "A" is the one with the most hits

       •   The domain name of the RBL

       •   The number of hits from the RBL

Name

       spamalyze - Apply multiple Realtime Blackhole Lists to all messages in an mbox

Options

       No options.

See Also

Net::RBLClient(3)

Synopsis

           spamalyze myspam.mbox

           spamalyze goodstuff.mbox

           tail -3000 some.mbox | spamalzse

See Also