NAME
Mail::Decency::Core::SessionItem
DESCRIPTION
Represents an session item for either policy or content filter. Base class, don't instantiate!
CLASS ATTRIBUTES
id
The primary identifier
spam_score
Current spam score
spam_details
List of details for spam
flags
Hashref of flags which can be set
cache
Accessor to the parentl cache
from
Sender of the current mail
from_prefix
The prefix part of the mail FROM
from_domain
The domain part of the mail FROM
to
Recipient of the current mail
to_prefix
The prefix part ot the RCPT TO
to_domain
The domain part ot the RCPT TO
METHODS
add_spam_score
add score
add_spam_details
Adds spam details to the list
(del|set|has)_flag
Set, remove or query wheter has flag
unset
AUTHOR
Ulrich Kautz <uk@fortrabbit.de>
COPYRIGHT
Copyright (c) 2010 the "AUTHOR" as listed above
LICENCSE
This library is free software and may be distributed under the same terms as perl itself.