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

..03-May-2022-

examples/H03-May-2022-2013

lib/Mail/H19-Feb-2011-2,337984

t/H19-Feb-2011-2,6492,069

AUTHORSH A D23-Jan-2011420 1311

BUGSH A D23-Jan-201190 43

ChangesH A D19-Feb-20112.1 KiB7355

LICENSEH A D23-Jan-201164 21

MANIFESTH A D23-Jan-20111.7 KiB7675

META.ymlH A D19-Feb-2011696 2827

Makefile.PLH A D23-Jan-2011838 2219

READMEH A D23-Jan-20111.1 KiB4027

TODOH A D23-Jan-2011249 1812

README

1Mail::ListDetector
2------------------
3
4This module can be installed as standard for a CPAN module:
5
6  perl Makefile.PL
7  make
8  make test
9  make install
10
11It provides the ability to examine Mail::Internet objects to determine
12if they were posted to a mailing list, and if so, which mailing list. See
13examples/sample.pl for how to use the module.
14
15The documentation is as yet very poor, and this module should be
16considered to still have alpha status - I may change functionality or
17the API at any time, and it may not actually DO anything for you. Or it
18might delete all your files.
19
20This module is licensed under the same terms as perl itself.
21
22It is free software; you can redistribute it and/or modify it under the terms
23of either:
24
25a) the GNU General Public License as published by the Free Software Foundation;
26either version 1, or (at your option) any later version:
27http://www.gnu.org/licenses/gpl.html
28
29or
30
31b) the "Artistic License" : http://dev.perl.org/licenses/artistic.html
32
33There is a public git repository available at:
34http://gitorious.org/mail-listdetector/mail-listdetector
35
36See the AUTHORS file for Copyright information.
37
38Michael Stevens
39michael@etla.org
40