suse man page for mail::spamassassin::message::metadata

Query: mail::spamassassin::message::metadata

OS: suse

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Mail::SpamAssassin::Message::Metadata(3)		User Contributed Perl Documentation		  Mail::SpamAssassin::Message::Metadata(3)

NAME
Mail::SpamAssassin::Message::Metadata - extract metadata from a message
SYNOPSIS
DESCRIPTION
This class is tasked with extracting "metadata" from messages for use as Bayes tokens, fodder for eval tests, or other rules. Metadata is supplemental data inferred from the message, like the examples below. It is held in two forms: 1. as name-value pairs of strings, presented in mail header format. For example, "X-Language" => "en". This is the general form for simple metadata that's useful as Bayes tokens, can be added to marked-up messages using "add_header", etc., such as the trusted-relay inference and language detection. 2. as more complex data structures on the $msg->{metadata} object. This is the form used for metadata like the HTML parse data, which is stored there for access by eval rule code. Because it's not simple strings, it's not added as a Bayes token by default (Bayes needs simple strings).
PUBLIC METHODS
new() perl v5.12.1 2010-03-16 Mail::SpamAssassin::Message::Metadata(3)
Related Man Pages
spamassassin(1) - centos
spamassassin(1p) - debian
mail::spamassassin::plugin::autolearnthreshold(3) - suse
mail::spamassassin::message(3) - suse
mail::spamassassin::plugin::autolearnthreshold(3pm) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!
A (ksh) Library For and From UNIX.com