aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Add definition for old glib compatibility methodVsevolod Stakhov2018-01-051-0/+4
| | | | Issue: #1956, #1978
* [Feature] Add timeout to rspamc when doing corpus testVsevolod Stakhov2018-01-045-34/+47
|
* [Minor] Fix spellingVsevolod Stakhov2018-01-041-1/+1
|
* [Feature] Multimap: template URL filterAndrew Lewis2018-01-041-0/+8
|
* [Fix] Map absence is not an errorVsevolod Stakhov2018-01-031-3/+11
|
* [Minor] Ignore case for imap/lmtpVsevolod Stakhov2018-01-021-2/+2
|
* [Project] Add unigramms to language detection as wellVsevolod Stakhov2018-01-016-6/+85
|
* [Project] Initialize language detectorVsevolod Stakhov2018-01-0110-16/+37
|
* [Project] Enable language detector init in scanner workersVsevolod Stakhov2017-12-313-8/+18
|
* [Fix] Remove hop-by-hop headers in proxyVsevolod Stakhov2017-12-311-0/+6
| | | | Issue: #1973
* Merge pull request #1972 from moisseev/rspamd_statsVsevolod Stakhov2017-12-301-1/+16
|\ | | | | [Minor] rspamd_stats: Add progress indicator
| * [Minor] rspamd_stats: Add progress indicatorAlexander Moisseev2017-12-271-1/+16
| |
* | [Project] Add n-gramms data filesVsevolod Stakhov2017-12-3072-0/+78
| |
* | [Project] Start language detection projectVsevolod Stakhov2017-12-303-1/+233
| |
* | [Minor] Check gtube in larger messagesVsevolod Stakhov2017-12-291-1/+1
|/
* [Fix] Fix a lot of FP in chartable in mixed languagesVsevolod Stakhov2017-12-271-8/+187
| | | | | We now only count number of potential latin letters aliases instead of dealing with individual unicode scripts.
* [Fix] Replace space like characters in headers with plain spaceVsevolod Stakhov2017-12-263-6/+13
|
* [Feature] Add more gtube like patterns to test other spam actionsVsevolod Stakhov2017-12-241-15/+74
|
* [Fix] Fix clickhouse exporterVsevolod Stakhov2017-12-221-6/+6
|
* [Minor] Allow to print IP and port from Lua...Vsevolod Stakhov2017-12-221-3/+9
|
* [Minor] Deal with broken params encoded in quotesVsevolod Stakhov2017-12-211-1/+1
| | | | Issue: #1969 (partially)
* Merge pull request #1971 from moisseev/patch-1Vsevolod Stakhov2017-12-211-0/+1
|\ | | | | [Minor] Add MID regex for taxi.yandex.ru
| * [Minor] Add MID regex for taxi.yandex.ruAlexander Moisseev2017-12-211-0/+1
| |
* | Merge pull request #1970 from croessner/mhVsevolod Stakhov2017-12-211-1/+1
|\ \ | |/ |/| [Minor] Add missing tabs for X-Spam-Result header
| * [Minor] Add missing tabs for X-Spam-Result headerChristian Roessner2017-12-211-1/+1
|/
* [Feature] Add 'composites' debug moduleVsevolod Stakhov2017-12-204-3/+48
|
* [Minor] Store composite expression in composite structureVsevolod Stakhov2017-12-204-40/+5
|
* [Minor] Couple of minor fixesVsevolod Stakhov2017-12-192-8/+7
|
* [Fix] Do not expose spamtrap messages to SMTP replyVsevolod Stakhov2017-12-181-3/+15
| | | | Issue: #1964
* [Fix] RBL: received: deal with missing data (#1965)Andrew Lewis2017-12-181-1/+2
|
* Merge pull request #1884 from shlomif/correct-typosVsevolod Stakhov2017-12-171-44/+44
|\ | | | | Correct typos
| * Change to a more formal verb.Shlomi Fish2017-12-171-1/+1
| | | | | | | | | | According to ##English "sports" is valid, but too idiomatic and non-formal.
| * Correct the mis corrections.Shlomi Fish2017-10-261-3/+3
| |
| * Correct some grammar and formatting in the README.Shlomi Fish2017-10-061-42/+42
| |
| * remove trailing spaceShlomi Fish2017-10-061-3/+3
| |
* | Merge pull request #1962 from fatalbanana/rbl_rcvdVsevolod Stakhov2017-12-161-13/+79
|\ \ | | | | | | [Feature] RBL: received: filtering by position & flags
| * | [Feature] RBL: received: filtering by position & flagsAndrew Lewis2017-12-121-13/+79
| | | | | | | | | | | | - Also filter artificial header always
* | | Merge pull request #1953 from AlexeySa/patch-6Vsevolod Stakhov2017-12-161-1/+1
|\ \ \ | | | | | | | | [Minor] Reduce score MICROSOFT_SPAM
| * | | [Minor] Reduce score MICROSOFT_SPAMAL2017-12-101-1/+1
| | | | | | | | | | | | Many false positive
* | | | [Minor] Luacheck conformanceVsevolod Stakhov2017-12-161-1/+0
| | | |
* | | | [Minor] Rework fann_redis to use redis scripts frameworkVsevolod Stakhov2017-12-161-205/+49
| | | |
* | | | [Minor] Fix taskfull scripts reloadVsevolod Stakhov2017-12-161-51/+123
| | | |
* | | | [Feature] Add framework to manage Redis scriptsVsevolod Stakhov2017-12-161-0/+157
| | | |
* | | | [Minor] Allow to get all upstreams from the list in LuaVsevolod Stakhov2017-12-161-0/+35
| | | |
* | | | [Minor] Set pointer to NULL after usage to avoid confusionVsevolod Stakhov2017-12-151-3/+4
| | | |
* | | | [Minor] Add some sanity checks when doing simple canonicalizationVsevolod Stakhov2017-12-151-5/+8
| | | |
* | | | [Fix] Handle proxy copy errorsVsevolod Stakhov2017-12-143-7/+38
| | | |
* | | | [Minor] Add some tags limit to avoid HTML parser DoSVsevolod Stakhov2017-12-132-17/+36
| | | |
* | | | [CritFix] Add sanity guards for badly broken HTMLVsevolod Stakhov2017-12-131-2/+11
| | | |
* | | | Merge pull request #1961 from fatalbanana/url_parenVsevolod Stakhov2017-12-121-0/+2
|\ \ \ \ | | | | | | | | | | [Fix] Deal with URLs wrapped in [] in text parts