![]() |
![]()
| ![]() |
![]()
NAMESympa::Spindle::ProcessHeld - Workflow of message confirmation SYNOPSISuse Sympa::Spindle::ProcessHeld; my $spindle = Sympa::Spindle::ProcessHeld->new( confirmed_by => $email, context => $robot, authkey => $key); $spindle->spin; DESCRIPTIONSympa::Spindle::ProcessHeld defines workflow for confirmation of held messages. When spin() method is invoked, it reads a message in held message spool, authorizes it and distribute it if possible. Either authorization and distribution failed or not, spin() will terminate processing. Failed message will be kept in spool and wait for confirmation again. Public methodsSee also "Public methods" in Sympa::Spindle.
PropertiesSee also "Properties" in Sympa::Spindle.
SEE ALSOSympa::Message, Sympa::Spindle, Sympa::Spindle::AuthorizeMessage, Sympa::Spool::Held. HISTORYSympa::Spindle::ProcessHeld appeared on Sympa 6.2.13.
|