aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Propagate learn/stat errors more preciselyVsevolod Stakhov2018-02-125-29/+92
|
* [Fix] Fix learned count in new schemaVsevolod Stakhov2018-02-121-7/+41
|
* [Feature] Add method to do a synchronous Redis connectionVsevolod Stakhov2018-02-121-0/+55
|
* [Test] Extend milter testsAndrew Lewis2018-02-1210-62/+299
|
* [Minor] Small fixes for rspamadm corpus_testAndrew Lewis2018-02-121-6/+13
|
* [Minor] Fix DKIM signing loggingAndrew Lewis2018-02-121-3/+6
|
* [Minor] Unify greylisting setupVsevolod Stakhov2018-02-121-35/+26
|
* [Minor] Beautify logoVsevolod Stakhov2018-02-101-1/+11
|
* [Fix] Do not crash on empty subtypeVsevolod Stakhov2018-02-101-4/+10
| | | | MFH: rspamd-1.6
* [Fix] Fix connecting to a unix socket in rspamadm statconvertVsevolod Stakhov2018-02-091-5/+20
| | | | | Issue: #1992 Closes: #1992
* [Minor] Add extra logic for short texts in language detectorVsevolod Stakhov2018-02-081-43/+53
|
* [Minor] Use more words and remove some languagesVsevolod Stakhov2018-02-073-3/+1
|
* [Minor] Remove another confusing languageVsevolod Stakhov2018-02-071-1/+0
|
* [Minor] Add more filtering for ngramm chainsVsevolod Stakhov2018-02-071-0/+51
|
* [Minor] Remove local minor languagesVsevolod Stakhov2018-02-078-8/+0
|
* [Minor] Use ngramm chains structureVsevolod Stakhov2018-02-051-25/+29
|
* [Minor] Various tweaks towards improvements in language detectionVsevolod Stakhov2018-02-041-24/+26
|
* [Minor] Apply more aggressive filteringVsevolod Stakhov2018-02-031-1/+1
|
* [Project] Further improvements to language detectorVsevolod Stakhov2018-02-031-15/+47
|
* [Feature] Try to detect HTML messages betterVsevolod Stakhov2018-02-031-1/+17
|
* Merge pull request #2008 from smfreegard/rules_20180130Vsevolod Stakhov2018-02-021-2/+17
|\ | | | | Add REPLYTO_EQ_TO_ADDR rule
| * Add REPLYTO_EQ_TO_ADDR ruleSteve Freegard2018-01-301-2/+17
| |
* | [Fix] Fix reload crash when hyperscan is enabledVsevolod Stakhov2018-02-021-11/+1
| |
* | Merge pull request #2009 from mamash/masterVsevolod Stakhov2018-02-012-0/+33
|\ \ | | | | | | Fix endian and flock support on (some) SunOS platforms
| * | Provide optional fcntl support for flock-less platforms like earlier SunOS.Filip Hajny2018-02-011-0/+26
| | |
| * | Workaround for older/traditional SunOS platforms where endian.h is not present.Filip Hajny2018-02-011-0/+7
| | |
* | | [CritFix] Fix ARC chain verificationVsevolod Stakhov2018-02-011-41/+31
|/ / | | | | | | MFH: rspamd-1.6
* | [Feature] Further improvements in language detectionVsevolod Stakhov2018-02-011-3/+31
| |
* | Merge pull request #2002 from macgeneral/masterVsevolod Stakhov2018-01-311-1/+3
|\ \ | | | | | | [Fix] Virus infection string for F-PROT Antivirus
| * | [Fix] F-PROT Antivirus: only check return code to determine infectionArne Fahrenwalde2018-01-291-1/+3
| | | | | | | | | F-PROT Antivirus uses return codes 1-3 (infected, suspicious, both) to signal an infection, while 4-255 are various error codes (including infected files were found before the error occured, but it's too complicated to handle all that edge case scenarios).
| * | [Fix] F-PROT Antivirus infection string for all known occurencesArne Fahrenwalde2018-01-281-1/+1
| | | | | | | | | both <infected: ...> and <contains infected object: ...> are possible
| * | Merge branch 'master' of github.com:macgeneral/rspamdArne Fahrenwalde2018-01-270-0/+0
| |\ \
| | * | [Fix] Virus infetction string for F-PROT AntivirusArne Fahrenwalde2018-01-271-1/+1
| | | | | | | | | | | | Fixes the error "(rspamd_proxy) ; lua; antivirus.lua:396: Unhandled response: 1 <contains infected objects: VIRUSNAME>" and therefore no handled detection
| * | | [Fix] Virus infection string for F-PROT AntivirusArne Fahrenwalde2018-01-271-1/+1
| |/ / | | | | | | Fixes the error "(rspamd_proxy) ; lua; antivirus.lua:396: Unhandled response: 1 <contains infected objects: VIRUSNAME>" and therefore no handled detection
* | | [Feature] Further improvements in language detection algorithmVsevolod Stakhov2018-01-311-14/+43
| | |
* | | [WebUI] Restore passwordless login support (#2003)Andrew Lewis2018-01-301-0/+13
| | |
* | | Merge pull request #2007 from fatalbanana/miltertestVsevolod Stakhov2018-01-306-1/+146
|\ \ \ | | | | | | | | Beginnings of tests for milter
| * | | [Test] Beginning of tests for milterAndrew Lewis2018-01-305-1/+142
| | | |
| * | | [Minor] Avoid letting miltertest crash rspamd_proxyAndrew Lewis2018-01-301-0/+4
| | |/ | |/|
* | | Merge pull request #2006 from fatalbanana/tsxxVsevolod Stakhov2018-01-3012-183/+12
|\ \ \ | |/ / |/| | [Test] Try really improve test stability
| * | [Test] Try really improve test stabilityAndrew Lewis2018-01-2912-183/+12
| | | | | | | | | | | | | | | | | | | | | - Drop tests involving sqlite - Also drop tests for old mmap stats backend - Relax relearn test - Wait longer for fuzzy sync
* | | [Minor] Redis key expansion: handle HMSETAndrew Lewis2018-01-301-0/+1
| | |
* | | [Fix] Another try to deal with #1998Vsevolod Stakhov2018-01-291-1/+1
| | | | | | | | | | | | Issue: #1998
* | | [Fix] Another try to fix #1998Vsevolod Stakhov2018-01-291-1/+1
|/ / | | | | | | | | Issue: #1998 MFH: rspamd-1.6
* | [Minor] Fix latin languages detectionVsevolod Stakhov2018-01-291-3/+33
| |
* | [Minor] Treat English as Tier0 languageVsevolod Stakhov2018-01-291-2/+19
| |
* | [Fix] Fix comparisionVsevolod Stakhov2018-01-291-1/+1
| | | | | | | | | | Issue: #1998 MFH: rspamd-1.6
* | [Minor] Print ticks in language detection debug modeVsevolod Stakhov2018-01-281-2/+7
|/
* [Minor] Further adjustments of coefficientsVsevolod Stakhov2018-01-271-1/+1
|
* [Minor] Adjust heuristic coefficientsVsevolod Stakhov2018-01-271-2/+2
|