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

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

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::DnsResolver - DNS resolution engine River stage two • 13 direct dependents • 18 total dependents

This is a DNS resolution engine for SpamAssassin, implemented in order to reduce file descriptor usage by Net::DNS and avoid a response collision bug in that module....

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::DNSEval - look up URLs against DNS blocklists River stage two • 13 direct dependents • 18 total dependents

The DNSEval plugin queries dns to see if a domain or an ip address present on one of email's headers is on a particular rbl....

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::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.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::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.0 - 17 Dec 2022 10:16:02 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.0 - 17 Dec 2022 10:16:02 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.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::Plugin::Razor2 - perform Razor check of messages River stage two • 13 direct dependents • 18 total dependents

Vipul's Razor is a distributed, collaborative, spam detection and filtering network based on user submissions of spam. Detection is done with signatures that efficiently spot mutating spam content and user input is validated through reputation assign...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 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 "http://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 sh...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 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.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::RegistryBoundaries - domain delegation rules River stage two • 13 direct dependents • 18 total dependents

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 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.0 - 17 Dec 2022 10:16:02 UTC

Mail::SpamAssassin::Plugin::HashBL - query hashed (and unhashed) DNS blocklists River stage two • 13 direct dependents • 18 total dependents

This plugin supports multiple types of hashed or unhashed DNS blocklist queries. Common OPTS that apply to all functions: raw no hashing, query as is (can break if value is not valid DNS label) md5 hash query with MD5 sha1 hash query with SHA1 sha256...

SIDNEY/Mail-SpamAssassin-4.0.0 - 17 Dec 2022 10:16:02 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.0 - 17 Dec 2022 10:16:02 UTC
19 results (0.046 seconds)