Bundle::SafeBrowsing - SpamAssassin plugin that scores messages by looking up


Bundle-SafeBrowsing documentation Contained in the Bundle-SafeBrowsing distribution.

Index


Code Index:

NAME

Top

Bundle::SafeBrowsing - SpamAssassin plugin that scores messages by looking up the URIs they contain in Google's SafeBrowsing tables. See http://code.google.com/apis/safebrowsing/.

SYNOPSIS

Top

perl -MCPAN -e 'install Bundle::SafeBrowsing'

CONTENTS

Top

Net::Google::SafeBrowsing::Blocklist - Blocklist lookups Net::Google::SafeBrowsing::UpdateRequest - Blocklist updates Mail::SpamAssassin::Plugin::GoogleSafeBrowsing - SpamAssassin plugin

DESCRIPTION

Top

See Mail::SpamAssassin::Plugin::GoogleSafeBrowsing for configuration requirements.

This Bundle is a wrapper for the SpamAssassin plugin module and its dependencies.

SEE ALSO

Top

Mail::SpamAssassin::Plugin::GoogleSafeBrowsing http://search.cpan.org/~danborn/

AUTHOR

Top

Daniel Born, <danborn@cpan.org>

COPYRIGHT AND LICENSE

Top


Bundle-SafeBrowsing documentation Contained in the Bundle-SafeBrowsing distribution.

package Bundle::SafeBrowsing;
our $VERSION = '1.01';
1;

__END__