aboutsummaryrefslogtreecommitdiffstats
path: root/utils/rspamd_stats.pl
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] rspamd_stats: add time selectorsAlexander Moisseev2016-12-091-2/+24
| | | | The parser should exit from the `while` loop when `--end`is reached instead of skipping lines, but I have no idea how to close the file handle properly in that case.
* [Minor] rspamd_stats: fix parsing of the last symbol in log entryAlexander Moisseev2016-12-081-1/+1
|
* [Minor] rspamd_stats: add actions percentage to summaryAlexander Moisseev2016-12-081-1/+2
|
* [Minor] rspamd_stats: add actions totalsAlexander Moisseev2016-12-071-8/+12
|
* [Minor] rspamd_stats: fix parsing of lines with `NaN` scoreAlexander Moisseev2016-12-071-1/+1
|
* [Minor] rspamd_stats: fix parsing when options are loggedAlexander Moisseev2016-12-071-1/+1
| | | There are symbols with _comma_ separated options like `DMARC_POLICY_SOFTFAIL(0.10){yandex.ru : SPF not aligned (relaxed), DKIM not aligned (relaxed);}`
* [Minor] rspamd_stats: add basic summaryAlexander Moisseev2016-11-141-3/+30
|
* [Minor] Use more portable archiversVsevolod Stakhov2016-08-111-3/+3
|
* [Feature] rspamd_stats: support log directory readingAlexander Moisseev2016-08-111-2/+92
| | | | rspamd_stats will read (and decompress) multiple log files in the specified directory.
* [Minor] rspamd_stats: fix typoAlexander Moisseev2016-08-111-1/+1
| | | | Reported by: @dehnli via IRC
* [Minor] rspamd_stats: place parser code in a subroutineAlexander Moisseev2016-08-111-121/+125
|
* [Feature] Add `--search-pattern` option to rspamd_statsVsevolod Stakhov2016-08-091-0/+19
|
* [Minor] Remove unnecessary dependencyVsevolod Stakhov2016-08-051-1/+0
|
* [Feature] Add correlations report in fuzzy statsVsevolod Stakhov2016-08-041-7/+42
|
* [Fix] rspamd_stats: remove deprecated defined(@array)Alexander Moisseev2016-08-021-1/+1
|
* [Minor] rspamd_stats: check all symbols by defaultAlexander Moisseev2016-07-311-2/+4
|
* Attempt to make rspamd_stats output readableAlexander Moisseev2016-07-261-12/+32
|
* [Fix] Fix stats scriptVsevolod Stakhov2016-07-151-1/+8
|
* [Fix] Fix scores detectionVsevolod Stakhov2016-07-081-2/+2
|
* [Doc] Add help and man for rspamd_stats utilityVsevolod Stakhov2016-07-081-36/+130
|
* [Feature] Allow to read logs without symbols scoresVsevolod Stakhov2016-07-081-27/+34
|
* [Feature] Improve statistics scriptVsevolod Stakhov2016-07-081-41/+63
|
* [Feature] Add a simple script to evaluate rspamd rules in the logsVsevolod Stakhov2016-05-111-0/+173