NAME
WebFetch::ListSubs - summarize mail list subscriptions
SYNOPSIS
In perl scripts:
use WebFetch::ListSubs;
From the command line:
perl
-w
-MWebFetch::ListSubs -e
"&fetch_main" -- --dir directory --list mail-list-file --out output-file [--title table-title]
DESCRIPTION
This module gets the current subscriptions from a mail list file (used by a mail list server on the same machine) and summarizes the subscriptions by top-level domain. The mail list file is in a format used by Majordomo, SmartList, Smail, Exim and many others - one address per line. Comments (beginning with "#") and blank lines are allowed but ignored.
The contents of the mail list are read from the file named in the --list
parameter. The summary as an HTML table is written to the file named by the --out
parameter. The optional --title
parameter may be used to put a title on the HTML table produced by this fetch operation.
AUTHOR
WebFetch was written by Ian Kluft for the Silicon Valley Linux User Group (SVLUG). Send patches, bug reports, suggestions and questions to webfetch-maint@svlug.org
.