Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Further logging improvements | Vsevolod Stakhov | 2017-05-15 | 1 | -1/+3 |
| | |||||
* | [Fix] Do not set bayes probability if we don't use it | Vsevolod Stakhov | 2017-05-15 | 1 | -4/+4 |
| | |||||
* | [Feature] Use normal resolv.conf rules of rotation in Rspamd | Vsevolod Stakhov | 2017-05-15 | 1 | -7/+39 |
| | |||||
* | [Minor] Add some auxiliary functions for upstreams | Vsevolod Stakhov | 2017-05-15 | 2 | -2/+31 |
| | |||||
* | [Minor] Improve logging of errors | Vsevolod Stakhov | 2017-05-15 | 1 | -5/+10 |
| | |||||
* | [Feature] Allow to pass hostname to `-i` flag in Rspamc | Vsevolod Stakhov | 2017-05-15 | 1 | -0/+61 |
| | |||||
* | [Fix] Fix logging format string | Vsevolod Stakhov | 2017-05-15 | 1 | -6/+7 |
| | |||||
* | [Fix] Reresolve upstreams even if there is a single server there | Vsevolod Stakhov | 2017-05-15 | 1 | -47/+35 |
| | |||||
* | [Minor] Tell which map has caused errors | Vsevolod Stakhov | 2017-05-15 | 1 | -11/+19 |
| | |||||
* | [Minor] Remove unused constant | Vsevolod Stakhov | 2017-05-14 | 1 | -1/+0 |
| | |||||
* | [Minor] DMARC reporting: remove stray character | Andrew Lewis | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1639 from sbadia/debian-pkg | Vsevolod Stakhov | 2017-05-14 | 8 | -11/+11 |
|\ | | | | | [Minor] debian: Fix lintian issues and refresh packaging | ||||
| * | [Minor] src: Fix spelling errors | Sebastien Badia | 2017-05-13 | 8 | -11/+11 |
| | | |||||
* | | [Minor] DMARC reports: fixes for XML & reporting addresses | Andrew Lewis | 2017-05-14 | 1 | -7/+8 |
| | | |||||
* | | [Fix] Fix LRU elements removal | Vsevolod Stakhov | 2017-05-14 | 1 | -1/+1 |
| | | |||||
* | | [Feature] Use headers hash in bayes metatokens | Vsevolod Stakhov | 2017-05-13 | 1 | -0/+13 |
| | | |||||
* | | [Minor] Set explicit type for known headers | Vsevolod Stakhov | 2017-05-13 | 2 | -1/+24 |
|/ | |||||
* | [Minor] Renumber evictions list on removal | Vsevolod Stakhov | 2017-05-13 | 1 | -7/+10 |
| | |||||
* | [Feature] Reuse stemmers in the cache | Vsevolod Stakhov | 2017-05-13 | 1 | -8/+21 |
| | |||||
* | [Minor] Do not use lowercase for stemmed words unless 1.6 release | Vsevolod Stakhov | 2017-05-13 | 1 | -0/+2 |
| | | | | | This will decrease efficiency of fuzzy and introduce incompatibility with 1.5. Hence, delay this change unless 1.6 is finally released. | ||||
* | [Fix] Fix lowercasing of stemmed words | Vsevolod Stakhov | 2017-05-13 | 2 | -3/+4 |
| | |||||
* | [Minor] Add more sanity guards for evictions | Vsevolod Stakhov | 2017-05-13 | 1 | -10/+22 |
| | |||||
* | [Minor] Check for parts with no words | Vsevolod Stakhov | 2017-05-13 | 1 | -1/+1 |
| | |||||
* | [Minor] Move more magic constants to defines | Vsevolod Stakhov | 2017-05-12 | 7 | -17/+40 |
| | |||||
* | [Fix] Fix calling for peak functions | Vsevolod Stakhov | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | [Minor] DMARC reporting: couple of small fixes | Andrew Lewis | 2017-05-12 | 1 | -51/+51 |
| | | | | | | | - Add policy override to report - Check parent domains for DMARC policies - Fix log message - Also drop formatting from report; apply table.concat | ||||
* | [Minor] DMARC recporting: fix stray bracket | Andrew Lewis | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix eviction | Vsevolod Stakhov | 2017-05-12 | 1 | -1/+6 |
| | |||||
* | [Fix] Parse rgb[a](x,x,x[,x]) css colors | Vsevolod Stakhov | 2017-05-11 | 1 | -0/+106 |
| | |||||
* | [Fix] Disable certain checks for utf spoof detection | Vsevolod Stakhov | 2017-05-11 | 1 | -0/+3 |
| | |||||
* | [Minor] Move some of mempool magic constants to a separate file | Vsevolod Stakhov | 2017-05-11 | 4 | -10/+47 |
| | |||||
* | [Feature] Store average words length and short words count | Vsevolod Stakhov | 2017-05-11 | 1 | -2/+72 |
| | |||||
* | [Minor] DMARC reporting: rework backend | Andrew Lewis | 2017-05-11 | 1 | -89/+85 |
| | | | | | | - Also fix deletion - Support redirecting reports (useful for evaluation) - Deal with possibly missing SPF results | ||||
* | [Rework] Use LFU algorithm in LRU cache | Vsevolod Stakhov | 2017-05-11 | 3 | -52/+230 |
| | | | | | Avoid usage of heap as its updates are not cheap. Use LFU algorithm described here: http://antirez.com/news/109 | ||||
* | [Feature] Store hash of headers order and names | Vsevolod Stakhov | 2017-05-11 | 1 | -0/+24 |
| | |||||
* | [Fix] Do not check DMARC if SPF or DKIM were not checked | Vsevolod Stakhov | 2017-05-10 | 3 | -1/+36 |
| | | | | Issue: #1629 | ||||
* | [Minor] Reduce digit->number transmission penalty | Vsevolod Stakhov | 2017-05-10 | 1 | -2/+2 |
| | | | | Issue: #1630 | ||||
* | [Fix] Allow to follow symlinks when safe | Vsevolod Stakhov | 2017-05-09 | 16 | -39/+49 |
| | | | | Issue: #1625 | ||||
* | [Fix] Multimap: Received IP filters with Redis | Andrew Lewis | 2017-05-09 | 1 | -1/+2 |
| | | | | | - Issue: #1623 - Reported by: @andryyy | ||||
* | Merge pull request #1624 from fatalbanana/drm1 | Vsevolod Stakhov | 2017-05-09 | 1 | -49/+818 |
|\ | | | | | [Feature] Preliminary DMARC reporting implementation | ||||
| * | [Feature] Preliminary DMARC reporting implementation | Andrew Lewis | 2017-05-09 | 1 | -49/+818 |
| | | |||||
* | | Add ability to read selector from Redis | André Peters | 2017-05-08 | 1 | -27/+50 |
| | | |||||
* | | [Minor] Fix compression/decompression | Vsevolod Stakhov | 2017-05-08 | 1 | -2/+3 |
| | | |||||
* | | [Minor] Add implicit Content-Type for milter proxied requests | Vsevolod Stakhov | 2017-05-08 | 1 | -0/+21 |
| | | |||||
* | | [Minor] Add compression knobs to the proxy config | Vsevolod Stakhov | 2017-05-08 | 1 | -0/+23 |
| | | |||||
* | | [Feature] Add compression/decompression to proxy | Vsevolod Stakhov | 2017-05-08 | 1 | -0/+105 |
| | | |||||
* | | [Minor] Add method to get HTTP message flags | Vsevolod Stakhov | 2017-05-08 | 2 | -0/+13 |
| | | |||||
* | | [Minor] Do not call compare scripts with no master results | Vsevolod Stakhov | 2017-05-08 | 1 | -3/+5 |
| | | |||||
* | | [Feature] Implement milter protocol scan reply | Vsevolod Stakhov | 2017-05-08 | 4 | -10/+211 |
|/ | |||||
* | [Minor] Do not set implicit content-type in HTTP | Vsevolod Stakhov | 2017-05-07 | 2 | -30/+70 |
| |