SYNOPSIS

    spamalyze myspam.mbox

spamalyze goodstuff.mbox

tail -3000 some.mbox | spamalzse

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 \s-1RBL\s0's.

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

* Sending \s-1IP\s0 address
* Sending hostname if any
* Whether the \s-1IP\s0 is on a small list of possibly spammish netblocks
* A list of letters representing \s-1RBL\s0's which returned responses for this \s-1IP\s0 address

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

* The domain name of the \s-1RBL\s0
* The number of hits from the \s-1RBL\s0

OPTIONS

No options.

RELATED TO spamalyze…

Net::RBLClient\|(3)

AUTHOR

Asher Blum <[email protected]>

COPYRIGHT

Copyright (C) 2004 Asher Blum. All rights reserved. This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.