]> git.sven.stormbind.net Git - sven/pflogsumm.git/blob - ToDo
Reformat NEWS to fit dev-ref and include it in the package
[sven/pflogsumm.git] / ToDo
1
2 To Be Done (Maybe)
3
4     date ranges, "lastweek", etc.?
5
6     (options for?) break-down by local vs. non-local?, further
7     "drill-downs" to sender/recipient domains?
8
9     Separate reports by-domain?  (Would require that pflogsumm write files
10     instead of emitting to stdout?  Or maybe that would be an option?)
11     Separate options for sender domain and receiver domain?  Or perhaps
12     sender address and receiver address regex "filtering" options?
13
14     lower-case domains (Done)
15
16     don't k-ize msg counts?  (Or do so at a higher boundary?) (Done)
17
18     implement proper version numbering (interim version numbering in
19     place) (use SCCS or RCS?) (Done)
20
21     add changelog (Done)
22
23     Expand docs (in code?)
24
25     Re-do docs to POD format? (Done)
26
27     Improve UUCP-style bang-path handling
28
29     Add option to use disk-based hash files instead of in-memory so
30     processing logfiles with lots of postfix log entries doesn't run
31     the machine out of memory?  (This would really whack performance!)
32     (Maybe only needed with "-e" option.)
33
34     Add another "step" to integer processing: "g"?  (Display formatting
35     will presently mess up at values exceeding 999999m.)
36
37     Internationalization?  Necessary?  There's English-language month
38     abbreviations hard-coded in pflogsumm.  I'm admittedly real weak
39     in this area. (Covered by ISO 8601 option [below]?)
40
41     Add option to lower-case entire addresses, rather than only the
42     domains.  (Or make that the default, and add an option to make
43     it just domains?) (The RFCs say username parts shouldn't be
44     touched!)  (Done)
45
46     Add percentage-of-total to all (?) reports?
47
48     Add ability to handle compressed files within pflogsumm?
49     (Unlikely)
50
51     SMTP logging by host (msgs, connects) (add to new "by-domain"
52     reports?)  (Done)
53
54     UUCP logging of some sort?  (At least what is sent to what
55     host/gateway.  Since rmail receives incoming, don't know as I
56     can do anything there.)
57
58     Option for ISO 8601 standard date & time formats. (Done)
59
60     Option for specifying "host" (for multi-host logfiles)?
61
62     Add POSIX regexp body_checks "bypass" docs to FAQ.  (Liviu Daia,
63     Noel Jones)
64
65     Add "helper" program to distribution based on Wolfgang Zeikat's
66     MIME::Lite suggestion for the body_checks issue?  (Will want to
67     make it read from stdin, securely create tempfile and clean up
68     afterward.)
69
70     Expand on SAV reporting? (Len Conrad)
71
72     Add "reject details" on "too many errors after <SMTP command>" log
73     lines? (Len Conrad)
74