NAME
Mail::Decency::Core::SessionItem
DESCRIPTION
Represents an session item for either policy or content filter. Base class, don't instantiate!
CLASS ATTRIBUTES
response
The current final response .. defaults to "DUNNO"
message
The message for the response line as ArrayRef
sign_key
Instance of Crypt::OpenSSL::RSA representing the forward sign key
METHODS
for_cache
Returns hashref which can be cached
update_from_cache
Updates current session from cached session
generate_instance_header
Returns the instance header.. if forwarding should be forwarded and has sign key, it will be signed
cleanup
Called at the very end of the session
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.