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
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.