|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
Mail::SpamAssassin::MeUsereContributedMail::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 infer-
ence
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.8.8 2006Mail::SpamAssassin::Message::Metadata(3)
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Sat Sep 8 16:39:35 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (6162 hits) (FreeBSD 6.2)
sqlite3 man page (5598 hits) (openSUSE 10.2)
adv_cap_autoneg man page (5045 hits) (Solaris 10 11_06)
CPAN man page (4791 hits) (Suse Linux 10.1)
ssh man page (4439 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3525 hits) (Solaris 10 11_06)
signal man page (3395 hits) (Suse Linux 10.1)
netcat man page (3376 hits) (Suse Linux 10.1)
pprosetup man page (2886 hits) (Solaris 10 11_06)
startproc man page (2738 hits) (Suse Linux 10.1)
|