GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SpamCop(3) User Contributed Perl Documentation SpamCop(3)

WWW::Mechanize::SpamCop - SpamCop reporting automation.

    use WWW::Mechanize::SpamCop;

    $s = WWW::Mechanize::SpamCop->new(
        login    => 'login@spamcop.net',
        passwd => 'passwd'
    );

    $s->report_one;

    $s->report_all;

WWW::Mechanize::SpamCop is used to automate spam reporting on spamcop.net's web site.

Create a new WWW::Mechanize::SpamCop object

The required arguments are login and passwd, you can also pass it a host, defaulting to 'www.spamcop.net:80' (the :80 is needed because of the authentication), a realm, defaulting to 'your SpamCop account' which is the domain's realm for autentication. and a report default to 'Report Now', which is the name of the link on the web page.

Report one spam

returns :

undef
no spam was found
1
if a spam was reported
2
if the spam was too old

Report all waiting spams

If called in a scalar context, returns the number of spam reported. If in an array context, returns an array containing the number of reported spams and the number of old spams (not reported).

Removes all unreported spams. Returns the number of removed spams as scalar value.

WWW::Mechanize

Mathieu Arnold, <mat@cpan.org> new maintainer: Aleksander Adamowski, <cpan@olo.org.pl>

Copyright 2003,2007 by Mathieu Arnold, Aleksander Adamowski

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Hey! The above document had some coding errors, which are explained below:
Around line 113:
Expected text after =item, not a number
Around line 117:
Expected text after =item, not a number
2008-05-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.