Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Release 1.6.61.6.6 | Vsevolod Stakhov | 2018-02-16 | 2 | -1/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [CritFix] Add sanity guards for badly broken HTML * [CritFix] Another errors path handling fix * [CritFix] Fix ARC chain verification * [CritFix] Fix crash in milter errors handler * [Feature] Allow to insert headers into specific position * [Feature] Allow to receive signing keys from mempool vars * [Feature] Authentication-Results: support hiding usernames * [Fix] Another try to deal with #1998 * [Fix] Another try to fix #1998 * [Fix] Better handling of the legacy protocol * [Fix] Check decoded headers sanity (e.g. by excluding \0) * [Fix] Deal with nan and inf encoding in json/ucl * [Fix] Deal with URLs wrapped in [] in text parts * [Fix] DKIM signing: allow for auth_only to be false * [Fix] Do not crash on empty subtype * [Fix] Do not fail rbl plugin when there are no received or emails * [Fix] Do not skip the last character * [Fix] Do not try to dereference last character * [Fix] Do not try to sign unknown domains * [Fix] Exim Received header protocol parsing * [Fix] First load selector_map and path_map. And only return false when domain not found if try_fallback is false * [Fix] Fix bad archive characters stripping * [Fix] Fix comparision * [Fix] Fix connecting to a unix socket in rspamadm statconvert * [Fix] Fix empty headers simple canonicalization * [Fix] Fix extra hits in PCRE mode for regular expressions * [Fix] Fix parsing of the per-user script * [Fix] Fix processing of skip-hashes in fuzzy storage * [Fix] Fix Redis timeout setup * [Fix] Fix sanity checks on macro value * [Fix] Fix text splitting: stack overflow (too many captures) * [Fix] Fix urls/emails distinguishing found in queries * [Fix] F-PROT Antivirus: only check return code to determine infection * [Fix] Metadata exporter: check IP sanity * [Fix] Multimap: received: filtering of artificial header * [Fix] Plan new event on HTTP errors * [Fix] Plug another possible memory leak * [Fix] Remove hop-by-hop headers in proxy * [Fix] Sanitize IP in history redis * [Fix] Setting check_local / check_authed in plugins (#1954) * [Fix] Settings: avoid checking invalid IP (#1981) * [Fix] Try harder in passing IPv6 addresses * [Fix] WebUI: use relative path for savemap (#1943) * [WebUI] Fix message count in throughput summary (#1724) * [WebUI] Fix NaNs display on Throughput graph * [WebUI] Restore passwordless login support (#2003) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Merge pull request #2021 from fatalbanana/rspamd-1.6 | Vsevolod Stakhov | 2018-02-16 | 11 | -66/+237 |
|\ | | | | | Rspamd 1.6 | ||||
| * | [Minor] Sync public suffix list | Andrew Lewis | 2018-02-16 | 1 | -28/+111 |
| | | |||||
| * | [Fix] Fix urls/emails distinguishing found in queries | Vsevolod Stakhov | 2018-02-16 | 2 | -24/+40 |
| | | | | | | | | MFH: rspamd-1.6 | ||||
| * | [Minor] Fix DKIM signing logging | Andrew Lewis | 2018-02-12 | 1 | -3/+6 |
| | | |||||
| * | [Fix] Fix connecting to a unix socket in rspamadm statconvert | Vsevolod Stakhov | 2018-02-12 | 1 | -5/+20 |
| | | | | | | | | | | Issue: #1992 Closes: #1992 | ||||
| * | [Fix] Do not crash on empty subtype | Vsevolod Stakhov | 2018-02-10 | 1 | -4/+10 |
| | | | | | | | | MFH: rspamd-1.6 | ||||
| * | [Fix] WebUI: use relative path for savemap (#1943) | Andrew Lewis | 2018-02-10 | 1 | -1/+1 |
| | | |||||
| * | [WebUI] Restore passwordless login support (#2003) | Andrew Lewis | 2018-02-10 | 1 | -0/+13 |
| | | |||||
| * | Provide optional fcntl support for flock-less platforms like earlier SunOS. | Filip Hajny | 2018-02-10 | 1 | -0/+26 |
| | | |||||
| * | Workaround for older/traditional SunOS platforms where endian.h is not present. | Filip Hajny | 2018-02-10 | 1 | -0/+7 |
| | | |||||
| * | [Fix] F-PROT Antivirus: only check return code to determine infection | Arne Fahrenwalde | 2018-02-05 | 1 | -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). Conflicts: src/plugins/lua/antivirus.lua | ||||
* | Merge pull request #2012 from fatalbanana/rspamd-1.6 | Vsevolod Stakhov | 2018-02-03 | 12 | -76/+219 |
|\ | | | | | Rspamd 1.6 | ||||
| * | [Fix] Another try to deal with #1998 | Vsevolod Stakhov | 2018-02-03 | 1 | -1/+1 |
| | | | | | | | | Issue: #1998 | ||||
| * | [Fix] Another try to fix #1998 | Vsevolod Stakhov | 2018-02-03 | 1 | -1/+1 |
| | | | | | | | | | | Issue: #1998 MFH: rspamd-1.6 | ||||
| * | [Fix] Fix comparision | Vsevolod Stakhov | 2018-02-03 | 1 | -1/+1 |
| | | | | | | | | | | Issue: #1998 MFH: rspamd-1.6 | ||||
| * | [Fix] Fix sanity checks on macro value | Vsevolod Stakhov | 2018-02-03 | 1 | -3/+3 |
| | | | | | | | | | | Issue: #1998 MFH: rspamd-1.6 | ||||
| * | [Test] Relax controller errors check | Andrew Lewis | 2018-02-03 | 2 | -24/+1 |
| | | |||||
| * | [Fix] Do not fail rbl plugin when there are no received or emails | Vsevolod Stakhov | 2018-02-03 | 1 | -3/+8 |
| | | |||||
| * | [Test] Beginning of tests for milter | Andrew Lewis | 2018-02-02 | 5 | -1/+142 |
| | | |||||
| * | [Minor] Avoid letting miltertest crash rspamd_proxy | Andrew Lewis | 2018-02-02 | 1 | -0/+4 |
| | | |||||
| * | [CritFix] Fix ARC chain verification | Vsevolod Stakhov | 2018-02-02 | 1 | -41/+31 |
| | | | | | | | | MFH: rspamd-1.6 | ||||
| * | [Minor] Delivered-to is not intended to be unique | Vsevolod Stakhov | 2018-01-26 | 1 | -1/+1 |
| | | |||||
| * | [Fix] Check decoded headers sanity (e.g. by excluding \0) | Vsevolod Stakhov | 2018-01-25 | 1 | -0/+15 |
| | | | | | | | | MFH: rspamd-1.6 | ||||
| * | [CritFix] Another errors path handling fix | Vsevolod Stakhov | 2018-01-25 | 1 | -0/+4 |
| | | | | | | | | MFH: rspamd-1.6 | ||||
| * | [CritFix] Fix crash in milter errors handler | Vsevolod Stakhov | 2018-01-25 | 1 | -0/+2 |
| | | |||||
| * | [WebUI] Fix message count in throughput summary (#1724) | Alexander Moisseev | 2018-01-25 | 1 | -2/+5 |
| | | | | | | | | MFH: rspamd-1.6 | ||||
| * | [WebUI] Fix NaNs display on Throughput graph | Alexander Moisseev | 2018-01-25 | 1 | -1/+3 |
|/ | | | | MFH: rspamd-1.6 | ||||
* | Merge pull request #2000 from fatalbanana/rspamd-1.6 | Vsevolod Stakhov | 2018-01-25 | 34 | -142/+308 |
|\ | | | | | Rspamd 1.6 | ||||
| * | [Minor] Do not propagate command name to error output | Vsevolod Stakhov | 2018-01-24 | 1 | -2/+1 |
| | | | | | | | | Issue: #1979 | ||||
| * | [Minor] Ignore case for imap/lmtp | Vsevolod Stakhov | 2018-01-24 | 1 | -2/+2 |
| | | |||||
| * | [Minor] CHECK_FROM rule: avoid indexing of nil | Andrew Lewis | 2018-01-24 | 1 | -2/+2 |
| | | |||||
| * | [Fix] Metadata exporter: check IP sanity | Andrew Lewis | 2018-01-24 | 1 | -1/+6 |
| | | |||||
| * | [Fix] Sanitize IP in history redis | Vsevolod Stakhov | 2018-01-24 | 1 | -1/+7 |
| | | |||||
| * | [Fix] Settings: avoid checking invalid IP (#1981) | Andrew Lewis | 2018-01-24 | 1 | -1/+1 |
| | | |||||
| * | [Fix] Remove hop-by-hop headers in proxy | Vsevolod Stakhov | 2018-01-24 | 1 | -0/+6 |
| | | | | | | | | Issue: #1973 | ||||
| * | [Minor] Fix previous commit | Andrew Lewis | 2018-01-24 | 2 | -2/+2 |
| | | |||||
| * | f-prot: match virus name non-greedily | Philippe Kueck | 2018-01-24 | 1 | -1/+1 |
| | | |||||
| * | [Minor] Support INSHEADER in the milter API | Vsevolod Stakhov | 2018-01-24 | 2 | -0/+2 |
| | | |||||
| * | [Minor] Silence luacheck | Andrew Lewis | 2018-01-24 | 1 | -1/+1 |
| | | |||||
| * | [Minor] Insert Authentication-Results at top of headers | Andrew Lewis | 2018-01-24 | 1 | -1/+4 |
| | | |||||
| * | [Minor] Move DKIM signature after received | Vsevolod Stakhov | 2018-01-24 | 1 | -1/+1 |
| | | |||||
| * | [Feature] Allow to insert headers into specific position | Vsevolod Stakhov | 2018-01-24 | 1 | -2/+38 |
| | | |||||
| * | [Fix] Fix parsing of the per-user script | Vsevolod Stakhov | 2018-01-24 | 1 | -20/+29 |
| | | | | | | | | | | Issue: #1843 MFH: rspamd-1.6 | ||||
| * | [Feature] Authentication-Results: support hiding usernames | Andrew Lewis | 2018-01-24 | 2 | -3/+14 |
| | | |||||
| * | [Fix] DKIM signing: allow for auth_only to be false | Andrew Lewis | 2018-01-24 | 1 | -10/+10 |
| | | |||||
| * | [Minor] Set pointer to NULL after usage to avoid confusion | Vsevolod Stakhov | 2018-01-24 | 1 | -3/+4 |
| | | |||||
| * | [Minor] Add some sanity checks when doing simple canonicalization | Vsevolod Stakhov | 2018-01-24 | 1 | -5/+8 |
| | | |||||
| * | [Fix] Exim Received header protocol parsing | Andrew Lewis | 2018-01-24 | 1 | -5/+5 |
| | | | | | | | | - MFH: rspamd-1.6 | ||||
| * | [Fix] Deal with URLs wrapped in [] in text parts | Andrew Lewis | 2018-01-24 | 1 | -0/+2 |
| | |