DragonFly On-Line Manual Pages
SPAMALYZE(1) User Contributed Perl Documentation SPAMALYZE(1)
NAME
spamalyze - Apply multiple Realtime Blackhole Lists to all messages in
an mbox
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 RBL's.
The output report contains two sections. The first section has one
line per email message, showing:
o Sending IP address
o Sending hostname if any
o Whether the IP is on a small list of possibly spammish netblocks
o 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:
o The letter assigned to the RBL - "A" is the one with the most hits
o The domain name of the RBL
o The number of hits from the RBL
OPTIONS
No options.
SEE ALSO
Net::RBLClient(3)
AUTHOR
Asher Blum <asher@wildspark.com>
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.
perl v5.20.2 2004-05-08 SPAMALYZE(1)