The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Mail-SpamAssassin Mail::Header"

Mail::SpamAssassin::Plugin::MIMEHeader - perform regexp tests against MIME headers River stage two • 13 direct dependents • 18 total dependents

This plugin allows regexp rules to be written against MIME headers in the message....

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

lib/Mail/SpamAssassin/Plugin/HeaderEval.pm River stage two • 13 direct dependents • 18 total dependents

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

spamc - client for spamd River stage two • 13 direct dependents • 18 total dependents

Spamc is the client half of the spamc/spamd pair. It should be used in place of "spamassassin" in scripts to process mail. It will read the mail from STDIN, and spool it to its connection to spamd, then read the result back and print it to STDOUT. Sp...

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::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.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::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.1 - 29 Mar 2024 12:07:52 UTC

Mail::SpamAssassin::Message - decode, render, and hold an RFC-2822 message River stage two • 13 direct dependents • 18 total dependents

This module encapsulates an email message and allows access to the various MIME message parts and message metadata. The message structure, after initiating a parse() cycle, looks like this: Message object, also top-level node in Message::Node tree | ...

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

Mail::SpamAssassin::Plugin::AWL - Normalize scores via auto-welcomelist River stage two • 13 direct dependents • 18 total dependents

This plugin module provides support for the auto-welcomelist. It keeps track of the average SpamAssassin score for senders. Senders are tracked using a combination of their From: address and their IP address. It then uses that average score to reduce...

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

Mail::SpamAssassin::Plugin::SPF - perform SPF verification tests River stage two • 13 direct dependents • 18 total dependents

This plugin checks a message against Sender Policy Framework (SPF) records published by the domain owners in DNS to fight email address forgery and make it easier to identify spams. It's recommended to use MTA filter (pypolicyd-spf / spf-engine etc),...

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::DCC - perform DCC check of messages River stage two • 13 direct dependents • 18 total dependents

The DCC or Distributed Checksum Clearinghouse is a system of servers collecting and counting checksums of millions of mail messages. The counts can be used by SpamAssassin to detect and filter spam. See https://www.dcc-servers.net/dcc/ for more infor...

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

Mail::SpamAssassin::Plugin::DKIM - perform DKIM verification tests River stage two • 13 direct dependents • 18 total dependents

This SpamAssassin plugin implements DKIM lookups as described by the RFC 4871, as well as historical DomainKeys lookups, as described by RFC 4870, thanks to the support for both types of signatures by newer versions of module Mail::DKIM. It requires ...

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

Mail::SpamAssassin::Conf::Parser - parse SpamAssassin configuration River stage two • 13 direct dependents • 18 total dependents

Mail::SpamAssassin is a module to identify spam using text analysis and several internet-based realtime blocklists. This class is used internally by SpamAssassin to parse its configuration files. Please refer to the "Mail::SpamAssassin" documentation...

SIDNEY/Mail-SpamAssassin-4.0.1 - 29 Mar 2024 12:07:52 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::TxRep - Normalize scores with sender reputation records River stage two • 13 direct dependents • 18 total dependents

This plugin is intended to replace the former AWL - AutoWelcomeList. Although the concept and the scope differ, the purpose remains the same - the normalizing of spam score results based on previous sender's history. The name was intentionally change...

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

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::Message::Node - decode, render, and make available MIME message parts River stage two • 13 direct dependents • 18 total dependents

This module will encapsulate an email message and allow access to the various MIME message parts....

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

Mail::SpamAssassin::Plugin::Reuse - For reusing old rule hits during a mass-check River stage two • 13 direct dependents • 18 total dependents

The purpose of this plugin is to work in conjunction with mass-check --reuse to map rules hit in input messages to rule hits in the mass-check output. run_reuse_tests_only 1 is special option for spamassassin/spamd use. Only reuse flagged tests will ...

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