Search results for "module:Mail::SpamAssassin::Timeout"
Mail::SpamAssassin::Timeout - safe, reliable timeouts in perl
This module provides a safe, reliable and clean API to provide alarm(2)-based timeouts for perl code. Note that $SIG{ALRM} is used to provide the timeout, so this will not interrupt out-of-control regular expression matches. Nested timeouts are suppo...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Conf - SpamAssassin configuration file
SpamAssassin is configured using traditional UNIX-style configuration files, loaded from the "/usr/share/spamassassin" and "/etc/mail/spamassassin" directories. The following web page lists the most important configuration settings used to configure ...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::Pyzor::Client - Pyzor client logic
A bare-bones Pyzor <http://pyzor.org> client that currently only implements the functionality needed for Mail::SpamAssassin....
FELIPE/Mail-Pyzor-0.06 - 20 Apr 2021 14:54:49 UTC
Mail::Karmasphere::Client - Client for Karmasphere Reputation Server
The Perl Karma Client API consists of three objects: The Query, the Response, and the Client. The user constructs a Query and passes it to a Client, which returns a Response....
SHEVEK/Mail-Karmasphere-Client-2.18 - 04 Apr 2008 01:33:52 UTC
Mail::SpamAssassin::Spamd
This module contains a skeleton for handling client request in spamd implementation. Must not be used directly, but subclassed. An instance should have lifetime of a single request. Interface is likely to change. See the source code of spamd(1) and M...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Client - Client for spamd Protocol
Mail::SpamAssassin::Client is a module which provides a perl implementation of the spamd protocol....
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::AsyncLoop - scanner asynchronous event loop
An asynchronous event loop used for long-running operations, performed "in the background" during the Mail::SpamAssassin::check() scan operation, such as DNS blocklist lookups....
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Plugin::AskDNS - form a DNS query using tag values, and look up the DNSxL lists
Using a DNS query template as specified in a parameter of a askdns rule, the plugin replaces tag names as found in the template with their values and launches DNS queries as soon as tag values become available. When DNS responses trickle in, filters ...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Plugin::Pyzor - perform Pyzor check of messages
Pyzor is a collaborative, networked system to detect and block spam using identifying digests of messages. See http://pyzor.org/ for more information about Pyzor....
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Spamd::Apache2 - spamd protocol handler for Apache2
What is this obsession with documentation? Don't you have the source? -- Michael G Schwern on makemaker@perl.org This is a protocol handler, to be run as "PerlProcessConnectionHandler". It's different from regular HTTP handlers ("PerlResponseHandler"...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::SimpleClient - easy client to SpamAssassin's spamd
Mail::SpamAssassin is a great, free tool for identifying spam messages. It is generally accessed via the spamc or spamassassin programs. Despite the fact that SpamAssassin in implemented in Perl, it is often difficult to check a message against SpamA...
RJBS/Mail-SpamAssassin-SimpleClient-0.102 - 02 Oct 2013 12:36:51 UTC
Mail::SpamAssassin::Plugin::ExtractText - extracts text from documenmts.
This module uses external tools to extract text from message parts, and then sets the text as the rendered part. External tool must output plain text, not HTML or other non-textual result. How to extract text is completely configurable, and based on ...
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::Plugin::Karmasphere - Query the Karmasphere reputation system
The Karmasphere reputation service is a real-time reputation service for Internet identities. The aim of this plugin is to detect identities used by spammers and phishers, and thus detect zero-day spam runs and phishing scams. Conversely, it can also...
SHEVEK/Mail-Karmasphere-Client-2.18 - 04 Apr 2008 01:33:52 UTC
Mail::SpamAssassin::Plugin::OpenPGP - A SpamAssassin plugin that validates OpenPGP signed email.
This uses Mail::GPG which uses GnuPG::Interface which uses Gnu Privacy Guard via IPC. Make sure the homedir you use for gnupg has a gpg.conf with something like the following in it, so that it will automatically fetch public keys. And make sure that ...
BRONDSEM/Mail-SpamAssassin-Plugin-OpenPGP-1.0.4 - 09 Mar 2008 03:48:35 UTC
Mail::SpamAssassin::Plugin::RedisAWL - redis support for spamassassin AWL/TxRep
RedisAWL implements a redis table for the spamassassin AWL/TxRep plugin....
BENNING/Mail-SpamAssassin-Plugin-RedisAWL-1.004 - 23 Oct 2018 08:26:56 UTC
Mail::Decency::ContentFilter::SpamAssassin
Filter messages through spamc and translate results CONFIG --- disable: 0 #max_size: 0 #timeout: 30 cmd_check: '/usr/bin/spamc -u %user% --headers'...
UKAUTZ/Mail-Decency-0.1.6 - 12 Jul 2010 10:31:40 UTC
Mail::SpamAssassin::Spamd::Apache2::Config - configure Apache with SpamAssassin
Provides Apache config directives for configuring spamd. Initializes the "Mail::SpamAssassin" object. Note, that the defaults here apply to *this* code; "apache-spamd.pl(1)" sets different ones to be compatible with spamd(1)....
SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC