Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.239.321 Times

Mail::Abuse 1.025

  Date Added: February 15, 2010  |  Visits: 913

Mail::Abuse

Report Broken Link
Printer Friendly Version


Product Homepage
Download (97 downloads)



Mail::Abuse is a Perl module that helps parse and respond to miscellaneous abuse complaints. SYNOPSIS use Mail::Abuse; This module and the accompaining software can be used to automatically parse and respond to various formats of abuse complaints. This software is geared towards abuse desk administrators who need sophisticated tools to deal with the complains. Mail::Abuse is actually a bundle of modules that provide various services. This documentation provides a general description of the functions provided by each one. No useful code is provided in the Mail::Abuse module, appart from this documentation and the version information below. The following classes/packages are part of this distribution. Mail::Abuse::Report A report is a collection made of the received report and ths incidents it describes. See Mail::Abuse::Report for more information. Mail::Abuse::Incident An incident is each of the individual policy violations that are presented in a given report. A report should have at least, one incident. See Mail::Abuse::Incident for more information. Mail::Abuse::Processor Once the reports are analyzed and its incidents are extracted, you will want to do something with the information. This is the job of a processor. See Mail::Abuse::Processor for more information. Mail::Abuse::Reader Abuse reports can be fetched from a variety of places and through various protocols. This is what readers do: Read a report. See Mail::Abuse::Reader for more information. Mail::Abuse::Filter An abuse report might contain incidents that are not to be handled by us. A filter remove incidents that does not belong to our network. See Mail::Abuse::Filter for more information. All of the modules take a lot of their configuration information from a specially formatted file. This distribution also includes a number of scripts. See the bin/ directory for more information..

Requirements: No special requirements
Platforms: Linux
Keyword: Abuse Information Libraries Mailabuse Module More Information Parse Perl Module Programming Report Respond See Mail
Users rating: 0/10

License: Freeware Size: 92.16 KB
USER REVIEWS
More Reviews or Write Review


MAIL::ABUSE RELATED
Libraries  -  Clone::More 0.90.2
Clone::More is a Perl module that can copy Perl data structures. SYNOPSIS use Clone::More qw( clone ); my $structure = [ { key => value } ]; for my $set ( @$structure ) { my $clone = clone( $set ); for ( keys %$clone ) { print...
27.65 KB  
Utilities  -  CryptBoard 1.3
Store those complex passwords you need access to, or other sensitive information you don’t want others to see. CryptBoard shares a common password across all it’s CryptBoards so you only have to remember the one. CryptBoard will store your...
256 KB  
Modules  -  Email Change Confirmation 1.0
This Drupal module sends a confirmation e-mail with a confirmation link to the new address when an user changes his e-mail.This module uses hook_user to intercept when a user is updating their user account. If the email address is being changed...
 
E-Mail Tools  -  Forwards H3 3.0.1
Forwards is a Horde module for setting user e-mail forwards with support for several popular mailers. While it has been released and is in production use at many sites, Forwards project is also still under development in an effort to expand and...
665.6 KB  
3D Graphic Tools  -  Haplo Painter 029.5
Haplo Painter is a haplo drawing and creation tool from pedigree information in Perl/Tk programming language.This software can process pedigree information presented in the shape of a standard link, combining the exit information of the diverse...
6 KB  
E-Mail Tools  -  Horde Vacation H3 3.0.1
Vacation is a Horde module for managing user e-mail "auto-responders" or "vacation notices". It works via a local vacation program which must be installed and functioning on the server. It supports vacation programs using the .forward-style...
911.36 KB  
Development Editors  -  Mediata Survey for Mac OS 3.0
Creates slick, professional, multipage surveys on your website which you can use for market research or any other activity that could benefit from more user input, without any programming knowledge to implement them. Surveys are created in PHP...
23.2 MB  
Mail Clients  -  Dynamics CRM E-mail Router 5.00.9688.583
The E-mail Router is an interface between the Microsoft Dynamics CRM system and one or more Exchange servers or POP3 servers for incoming e-mail, and one or more SMTP servers for outgoing e-mail. E-mail messages come into the Microsoft Dynamics...
 
Modules  -  Personalized E-mails 1.0
After installing this module a recipient will see the real name of the sender (like "Some Name Requirements: - Drupal 5.x - Drupal Token module
 
Database Tools  -  Database servers down alarm 1.0.001
Database servers down alarm can check one or more database servers by connecting to them to see if they are up or down.Database servers down alarm can send an alert e-mail or SMS message to the systems administrators when a database server is...
10 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB