summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.6.61.6.6Vsevolod Stakhov2018-02-162-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.6Vsevolod Stakhov2018-02-1611-66/+237
|\ | | | | Rspamd 1.6
| * [Minor] Sync public suffix listAndrew Lewis2018-02-161-28/+111
| |
| * [Fix] Fix urls/emails distinguishing found in queriesVsevolod Stakhov2018-02-162-24/+40
| | | | | | | | MFH: rspamd-1.6
| * [Minor] Fix DKIM signing loggingAndrew Lewis2018-02-121-3/+6
| |
| * [Fix] Fix connecting to a unix socket in rspamadm statconvertVsevolod Stakhov2018-02-121-5/+20
| | | | | | | | | | Issue: #1992 Closes: #1992
| * [Fix] Do not crash on empty subtypeVsevolod Stakhov2018-02-101-4/+10
| | | | | | | | MFH: rspamd-1.6
| * [Fix] WebUI: use relative path for savemap (#1943)Andrew Lewis2018-02-101-1/+1
| |
| * [WebUI] Restore passwordless login support (#2003)Andrew Lewis2018-02-101-0/+13
| |
| * Provide optional fcntl support for flock-less platforms like earlier SunOS.Filip Hajny2018-02-101-0/+26
| |
| * Workaround for older/traditional SunOS platforms where endian.h is not present.Filip Hajny2018-02-101-0/+7
| |
| * [Fix] F-PROT Antivirus: only check return code to determine infectionArne Fahrenwalde2018-02-051-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.6Vsevolod Stakhov2018-02-0312-76/+219
|\ | | | | Rspamd 1.6
| * [Fix] Another try to deal with #1998Vsevolod Stakhov2018-02-031-1/+1
| | | | | | | | Issue: #1998
| * [Fix] Another try to fix #1998Vsevolod Stakhov2018-02-031-1/+1
| | | | | | | | | | Issue: #1998 MFH: rspamd-1.6
| * [Fix] Fix comparisionVsevolod Stakhov2018-02-031-1/+1
| | | | | | | | | | Issue: #1998 MFH: rspamd-1.6
| * [Fix] Fix sanity checks on macro valueVsevolod Stakhov2018-02-031-3/+3
| | | | | | | | | | Issue: #1998 MFH: rspamd-1.6
| * [Test] Relax controller errors checkAndrew Lewis2018-02-032-24/+1
| |
| * [Fix] Do not fail rbl plugin when there are no received or emailsVsevolod Stakhov2018-02-031-3/+8
| |
| * [Test] Beginning of tests for milterAndrew Lewis2018-02-025-1/+142
| |
| * [Minor] Avoid letting miltertest crash rspamd_proxyAndrew Lewis2018-02-021-0/+4
| |
| * [CritFix] Fix ARC chain verificationVsevolod Stakhov2018-02-021-41/+31
| | | | | | | | MFH: rspamd-1.6
| * [Minor] Delivered-to is not intended to be uniqueVsevolod Stakhov2018-01-261-1/+1
| |
| * [Fix] Check decoded headers sanity (e.g. by excluding \0)Vsevolod Stakhov2018-01-251-0/+15
| | | | | | | | MFH: rspamd-1.6
| * [CritFix] Another errors path handling fixVsevolod Stakhov2018-01-251-0/+4
| | | | | | | | MFH: rspamd-1.6
| * [CritFix] Fix crash in milter errors handlerVsevolod Stakhov2018-01-251-0/+2
| |
| * [WebUI] Fix message count in throughput summary (#1724)Alexander Moisseev2018-01-251-2/+5
| | | | | | | | MFH: rspamd-1.6
| * [WebUI] Fix NaNs display on Throughput graphAlexander Moisseev2018-01-251-1/+3
|/ | | | MFH: rspamd-1.6
* Merge pull request #2000 from fatalbanana/rspamd-1.6Vsevolod Stakhov2018-01-2534-142/+308
|\ | | | | Rspamd 1.6
| * [Minor] Do not propagate command name to error outputVsevolod Stakhov2018-01-241-2/+1
| | | | | | | | Issue: #1979
| * [Minor] Ignore case for imap/lmtpVsevolod Stakhov2018-01-241-2/+2
| |
| * [Minor] CHECK_FROM rule: avoid indexing of nilAndrew Lewis2018-01-241-2/+2
| |
| * [Fix] Metadata exporter: check IP sanityAndrew Lewis2018-01-241-1/+6
| |
| * [Fix] Sanitize IP in history redisVsevolod Stakhov2018-01-241-1/+7
| |
| * [Fix] Settings: avoid checking invalid IP (#1981)Andrew Lewis2018-01-241-1/+1
| |
| * [Fix] Remove hop-by-hop headers in proxyVsevolod Stakhov2018-01-241-0/+6
| | | | | | | | Issue: #1973
| * [Minor] Fix previous commitAndrew Lewis2018-01-242-2/+2
| |
| * f-prot: match virus name non-greedilyPhilippe Kueck2018-01-241-1/+1
| |
| * [Minor] Support INSHEADER in the milter APIVsevolod Stakhov2018-01-242-0/+2
| |
| * [Minor] Silence luacheckAndrew Lewis2018-01-241-1/+1
| |
| * [Minor] Insert Authentication-Results at top of headersAndrew Lewis2018-01-241-1/+4
| |
| * [Minor] Move DKIM signature after receivedVsevolod Stakhov2018-01-241-1/+1
| |
| * [Feature] Allow to insert headers into specific positionVsevolod Stakhov2018-01-241-2/+38
| |
| * [Fix] Fix parsing of the per-user scriptVsevolod Stakhov2018-01-241-20/+29
| | | | | | | | | | Issue: #1843 MFH: rspamd-1.6
| * [Feature] Authentication-Results: support hiding usernamesAndrew Lewis2018-01-242-3/+14
| |
| * [Fix] DKIM signing: allow for auth_only to be falseAndrew Lewis2018-01-241-10/+10
| |
| * [Minor] Set pointer to NULL after usage to avoid confusionVsevolod Stakhov2018-01-241-3/+4
| |
| * [Minor] Add some sanity checks when doing simple canonicalizationVsevolod Stakhov2018-01-241-5/+8
| |
| * [Fix] Exim Received header protocol parsingAndrew Lewis2018-01-241-5/+5
| | | | | | | | - MFH: rspamd-1.6
| * [Fix] Deal with URLs wrapped in [] in text partsAndrew Lewis2018-01-241-0/+2
| |