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