The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Mail::SpamAssassin::Plugin::Test"

Mail::SpamAssassin::Plugin::Test - test plugin River stage two • 13 direct dependents • 18 total dependents

To try this plugin, write the above two lines in the synopsis to "/etc/mail/spamassassin/plugintest.cf"....

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin - SpamAssassin plugin base class River stage two • 13 direct dependents • 18 total dependents

This is the base class for SpamAssassin plugins; all plugins must be objects that implement this class. This class provides no-op stub methods for all the callbacks that a plugin can receive. It is expected that your plugin will override one or more ...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin - Spam detector and markup engine River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin is a module to identify spam using several methods including text analysis, internet-based realtime blocklists, statistical analysis, and internet-based hashing algorithms. Using its rule base, it uses a wide range of heuristic tes...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 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.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::SpamCopURI - blacklist checking of URLs in email River stage zero No dependents

The first checks that SpamCopURI does is against the whitelist/blacklist. If the URL's host appears in the whitelist, then the test is an immediate miss. If the URL's host is in the blacklist, then the test is an immediate hit. This currently only ch...

EAK/Mail-SpamAssassin-SpamCopURI-0.24 - 06 Mar 2005 09:59:16 UTC

Mail::SpamAssassin::PerMsgStatus - per-message status (spam or not-spam) River stage two • 13 direct dependents • 18 total dependents

The Mail::SpamAssassin "check()" method returns an object of this class. This object encapsulates all the per-message state....

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::URIDNSBL - look up URLs against DNS blocklists River stage two • 13 direct dependents • 18 total dependents

This works by analysing message text and HTML for URLs, extracting host names from those, then querying various DNS blocklists for either: IP addresses of these hosts (uridnsbl,a) or their nameservers (uridnsbl,ns), or domain names of these hosts (ur...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::URILocalBL - blocklist URIs using local information (ISP names, address lists, and country codes) River stage two • 13 direct dependents • 18 total dependents

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::ASN - SpamAssassin plugin to look up the Autonomous System Number (ASN) of the connecting IP address. River stage two • 13 direct dependents • 18 total dependents

This plugin uses DNS lookups to the services of an external DNS zone such as at "https://www.routeviews.org/" to do the actual work. Please make sure that your use of the plugin does not overload their infrastructure - this generally means that you s...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::DecodeShortURLs - Check for shortened URLs River stage two • 13 direct dependents • 18 total dependents

This plugin looks for URLs shortened by a list of URL shortening services. Upon finding a matching URL, plugin will send a HTTP request to the shortening service and retrieve the Location-header which points to the actual shortened URL. It then adds ...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::Shortcircuit - short-circuit evaluation for certain rules River stage two • 13 direct dependents • 18 total dependents

This plugin implements simple, test-based shortcircuiting. Shortcircuiting a test will force all other pending rules to be skipped, if that test is hit. In addition, a symbolic rule, "SHORTCIRCUIT", will fire. Recommended usage is to use "priority" t...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::Konfidi - A SpamAssassin plugin that uses the Konfidi distributed trust network for authenticated messages. River stage zero No dependents

This plugin currently only uses OpenPGP signatures for authentication and requires Mail::SpamAssassin::Plugin::OpenPGP. Future versions will also support Mail::SpamAssassin::Plugin::SPF and Mail::SpamAssassin::Plugin::DKIM for authentication. The loa...

BRONDSEM/Mail-SpamAssassin-Plugin-Konfidi-1.0.1 - 21 Jan 2008 04:59:49 UTC

Mail::SpamAssassin::Plugin::URIDetail - test URIs using detailed URI information River stage two • 13 direct dependents • 18 total dependents

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::RuleTimingRedis - collect SA rule timings in redis River stage zero No dependents

RuleTimingRedis is a plugin for spamassassin which gathers and stores performance data of processed spamassassin rules in a redis server....

BENNING/Mail-SpamAssassin-Plugin-RuleTimingRedis-1.005 - 15 Mar 2016 15:19:26 UTC

Mail::SpamAssassin::Plugin::AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning River stage two • 13 direct dependents • 18 total dependents

This plugin implements the threshold-based auto-learning discriminator for SpamAssassin's Bayes subsystem. Auto-learning is a mechanism whereby high-scoring mails (or low-scoring mails, for non-spam) are fed into its learning systems without user int...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::MtPolicyd::Plugin::SaAwlAction - mtpolicyd plugin for checking spamassassin AWL reputation River stage zero No dependents

This plugin will execute an action or score based on a previous lookup done with SaAwlLookup plugin....

BENNING/Mail-MtPolicyd-2.05 - 24 Aug 2020 14:36:28 UTC

Mail::SpamAssassin::Plugin::PhishTag - SpamAssassin plugin for redirecting links in incoming emails. River stage two • 13 direct dependents • 18 total dependents

PhishTag enables administrators to rewrite links in emails that trigger certain tests, preferably anti-phishing blocklist tests. The plugin will inhibit the blocking of a portion of the emails that trigger the test by SpamAssassin, and let them pass ...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::ReplaceTags - tags for SpamAssassin rules River stage two • 13 direct dependents • 18 total dependents

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Plugin::OneLineBodyRuleType - spamassassin body test plugin River stage two • 13 direct dependents • 18 total dependents

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 UTC
19 results (0.612 seconds)