NAME Mail::Bounce::SimpleMatch - simple state machine to parse error messages. SYNOPSIS See "Mail::Bounce" for more details. DESCRIPTION subclass used in "Mail::Bounce". SIMPLE STATE MACHINE Please write "regexp" pattern to clarify the following states. state descriptions ---------------------------------- 0 separator is not found yet. 1 in error message area now When we trap "start", the state changes from 0 to 1. When we trap "end", the state changes from l to 0. CODING STYLE See "http://www.fml.org/software/FNF/" on fml coding style guide. AUTHOR Ken'ichi Fukamachi COPYRIGHT Copyright (C) 2001,2002,2003,2004,2005,2006 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. HISTORY Mail::Bounce::SimpleMatch first appeared in fml8 mailing list driver package. See "http://www.fml.org/" for more details.