Search results for "module:Mail::SpamAssassin::Timeout"

Mail::SpamAssassin::Timeout - safe, reliable timeouts in perl River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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 River stage two • 13 direct dependents • 18 total dependents

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 River stage one • 2 direct dependents • 3 total dependents

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. River stage two • 13 direct dependents • 18 total dependents

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 River stage zero No dependents

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. River stage zero No dependents

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 River stage zero No dependents

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 River stage zero No dependents

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 River stage two • 13 direct dependents • 18 total dependents

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
17 results (0.056 seconds)