Search results for "module:Mail::SpamAssassin::PerMsgStatus"
Mail::SpamAssassin::PerMsgStatus - per-message status (spam or not-spam)
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::SpamCopURI - blacklist checking of URLs in email
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::Plugin - SpamAssassin plugin base class
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.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin - Spam detector and markup engine
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::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::Message - decode, render, and hold an RFC-2822 message
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.0 - 17 Dec 2022 10:16:02 UTC
Mail::SpamAssassin::DnsResolver - DNS resolution engine
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