Add rough, untested bounce parsing.
authorChris Nehren <apeiron@cpan.org>
Thu, 19 Jul 2012 02:41:52 +0000 (22:41 -0400)
committerChris Nehren <apeiron@cpan.org>
Thu, 19 Jul 2012 03:21:17 +0000 (23:21 -0400)
commitd16aba7a65e9ca9a0f9162ed2e5276740bcfc0a0
tree3aa4fbf88cefe2d45a8c411556068c96779ed09e
parent4a69a58420ba3b6fd821ddc168e94f5fe01f350c
Add rough, untested bounce parsing.

This uses Mail::DeliveryStatus::Bounceparser for want of a better tool.
Most of the logic is in there, so we can treat it as a black box as far
as Promulger is concerned. The rest of the surrounding logic is pretty
simple.
lib/App/Promulger/msgbounce.pm [new file with mode: 0644]
lib/Promulger/Dispatch.pm
lib/Promulger/List.pm