• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Mail/DeliveryStatus/H30-Jan-2021-1,497868

t/H30-Jan-2021-13,49610,677

ChangesH A D30-Jan-20215.3 KiB193127

LICENSEH A D21-Nov-200819.7 KiB379304

MANIFESTH A D30-Jan-20214.6 KiB174173

META.jsonH A D30-Jan-20211.5 KiB6261

META.ymlH A D30-Jan-2021865 3231

Makefile.PLH A D21-May-20171.2 KiB4336

READMEH A D30-Jan-20211.5 KiB6037

README

1Mail/DeliveryStatus/BounceParser version 1.543
2==============================================
3
4Mail::DeliveryStatus::BounceParser analyzes bounce messages and
5returns a structured description of the addresses that bounced and
6why they bounced; it also returns information about the original
7returned message, where possible, including the Message-ID.
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Makefile.PL
14   make
15   make test
16   make install
17
18DEPENDENCIES
19
20This module requires these other modules and libraries:
21
22  Mail::Address
23  MIME::Tools
24
25TESTS
26
27Test cases have been mostly anonymised a fair bit to hide details
28of the original emails being tested.
29
30They retain enough essence to form a test case but if you're looking
31to examine more detail they may no longer be there.
32
33COPYRIGHT AND LICENCE
34
35    Copyright (C) 2003-2006 IC Group, Inc.
36	pobox.com permanent email forwarding with spam filtering
37    listbox.com mailing list services
38
39This library is free software; you can redistribute it and/or modify
40it under the same terms as Perl itself.
41
42REPOSITORY
43
44https://gitorious.org/mail-deliverystatus-bounceparser-fork
45
46AUTHOR
47
48Original author: Meng Weng Wong, mengwong+bounceparser@pobox.com
49
50Current maintainer: Ricardo SIGNES, rjbs@cpan.org
51
52Massive contributions to the 1.5xx series were made by William Yardley.
53Ricardo mostly just helped out and managed releases.
54
55SHOUT OUT
56
57  to coraline, Fletch, TorgoX, mjd, a-mused, Masque, gbarr,
58  sungo, dngor, and all the other hoopy froods on #perl
59
60