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