Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Fix] Fix additional fields in the Redis schema | Vsevolod Stakhov | 2022-10-26 | 1 | -3/+3 | |
| | | | | Issue: #4318 | |||||
* | [Minor] Fix corner cases | Vsevolod Stakhov | 2022-10-22 | 1 | -2/+2 | |
| | ||||||
* | [CritFix] Restore compatibility with the integrations and headers alterations | Vsevolod Stakhov | 2022-10-22 | 1 | -1/+14 | |
| | ||||||
* | [Minor] Add some standard types for .p7s extension | Vsevolod Stakhov | 2022-09-29 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Slightly improve readability | Vsevolod Stakhov | 2022-09-19 | 1 | -5/+7 | |
| | ||||||
* | [Rework] Reiterate on priorities | Vsevolod Stakhov | 2022-09-10 | 1 | -0/+8 | |
| | ||||||
* | [Minor] Register some more timeouts | Vsevolod Stakhov | 2022-09-10 | 1 | -0/+11 | |
| | ||||||
* | [Minor] Mime_types: Add application/tlsrpt+gzip as known type | Vsevolod Stakhov | 2022-09-08 | 1 | -1/+1 | |
| | | | | Issue: #4243 | |||||
* | Merge pull request #4259 from ikedas/header_inserted_at_wrong_pos | Vsevolod Stakhov | 2022-09-03 | 1 | -2/+17 | |
|\ | | | | | [Fix] milter_headers: Header fields may be inserted at wrong position. | |||||
| * | [Fix] milter_headers: Header fields may be inserted at wrong position. | IKEDA Soji | 2022-09-03 | 1 | -2/+17 | |
| | | ||||||
* | | [Fix] Fix synchronous auth/select in lua_redis | Vsevolod Stakhov | 2022-08-31 | 1 | -1/+16 | |
|/ | | | | Issue: #4255 | |||||
* | [Minor] Require number as header order | Vsevolod Stakhov | 2022-08-29 | 1 | -1/+1 | |
| | | | | Issue: #4246 | |||||
* | [Minor] Fix legacy string values in modify headers routine | Vsevolod Stakhov | 2022-08-29 | 1 | -0/+2 | |
| | | | | Issue: #4246 | |||||
* | [Fix] Skip sending dmarc reports in no-opt mode | Reto Kupferschmid | 2022-08-16 | 1 | -1/+5 | |
| | | | | fixes https://github.com/rspamd/rspamd/issues/4241 | |||||
* | [Minor] Add MIME types commonly used for mp3 and wav attachments | Anton Yuzhaninov | 2022-08-09 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Consider subject when checking hash function input length | Vsevolod Stakhov | 2022-08-02 | 1 | -0/+7 | |
| | ||||||
* | [Fix] Adjust length of the fuzzy checks for short text parts | Vsevolod Stakhov | 2022-08-02 | 1 | -1/+5 | |
| | | | | Reported by: @citrin | |||||
* | whitespace.. | Jason Stephenson | 2022-07-25 | 1 | -1/+0 | |
| | ||||||
* | get_dump_content to return content directly without converting userdata to ↵ | Jason Stephenson | 2022-07-25 | 1 | -21/+15 | |
| | | | | string. write_dump_content to convert string to userdata (rspamd_text) and use save_in_file. | |||||
* | fix whitespace | Jason Stephenson | 2022-07-24 | 1 | -2/+0 | |
| | ||||||
* | Change comment to asserts. String type check before tostring call | Jason Stephenson | 2022-07-24 | 1 | -11/+24 | |
| | ||||||
* | Fix silly mistake | Jason Stephenson | 2022-07-22 | 1 | -1/+0 | |
| | ||||||
* | luacheck fixes | Jason Stephenson | 2022-07-22 | 1 | -7/+4 | |
| | ||||||
* | Add support for --split | Jason Stephenson | 2022-07-22 | 1 | -19/+50 | |
| | ||||||
* | Refactor before adding support to extract option | Jason Stephenson | 2022-07-21 | 1 | -36/+39 | |
| | ||||||
* | Implement writing to directory | Jason Stephenson | 2022-07-21 | 1 | -3/+41 | |
| | ||||||
* | Fix missing require statement for ucl.null | Jason Stephenson | 2022-07-15 | 1 | -0/+1 | |
| | ||||||
* | Explicitly emit null instead of dropping from output | Jason Stephenson | 2022-07-15 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Empty envelopes should not be emitted as arrays (json+messagepack) ↵ | Jason Stephenson | 2022-07-15 | 1 | -1/+5 | |
| | | | | when populated envelopes are objects. This greatly complicates decoding in strictly typed languages. | |||||
* | [Minor] Use upstream in the dkim signing tools | Vsevolod Stakhov | 2022-07-05 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Add function to store upstreams for HTTP urls | Vsevolod Stakhov | 2022-07-03 | 1 | -0/+33 | |
| | ||||||
* | [Rework] Pass upstream when sending TCP requests | Vsevolod Stakhov | 2022-07-02 | 12 | -49/+24 | |
| | ||||||
* | [Minor] Fix Redis prefixes | Vsevolod Stakhov | 2022-06-27 | 1 | -4/+4 | |
| | ||||||
* | [CritFix] Neural: Fix keys regression after #3968 | Vsevolod Stakhov | 2022-06-27 | 1 | -6/+6 | |
| | ||||||
* | [Minor] Add some sanity stuff for signing to skip signing for passthrough ↵ | Vsevolod Stakhov | 2022-06-25 | 1 | -0/+23 | |
| | | | | results | |||||
* | [Minor] Add some sanity checks to the redis scripts | Vsevolod Stakhov | 2022-06-20 | 1 | -6/+10 | |
| | ||||||
* | [Fix] Properly parse expressions atoms | Vsevolod Stakhov | 2022-06-02 | 1 | -1/+1 | |
| | | | | Issue: #4181 | |||||
* | [Minor] Avoid using legacy method | Vsevolod Stakhov | 2022-05-29 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Remove legacy `default` metric | Vsevolod Stakhov | 2022-05-27 | 1 | -4/+4 | |
| | ||||||
* | [Minor] Add lower_utf8 selector transformation | Pavel Podkorytov | 2022-05-21 | 1 | -0/+11 | |
| | ||||||
* | Revert "[Minor] fix lower transformation for utf symbols" | Pavel Podkorytov | 2022-05-21 | 1 | -2/+1 | |
| | | | | This reverts commit fbb7db65a5cf50dc642550688407e724d56ebe34. | |||||
* | [Minor] fix lower transformation for utf symbols | Pavel Podkorytov | 2022-05-20 | 1 | -1/+2 | |
| | ||||||
* | [Fix] Dmarc report: Use local timezone instead of GMT | Vsevolod Stakhov | 2022-05-08 | 1 | -3/+3 | |
| | ||||||
* | [Minor] Fix issues found by the new luacheck version | Vsevolod Stakhov | 2022-04-14 | 4 | -10/+10 | |
| | ||||||
* | [Fix] Add more sanity checks for rua in dmarc_report | Vsevolod Stakhov | 2022-04-14 | 1 | -1/+3 | |
| | | | | Issue: #4148 | |||||
* | [Minor] Sort error ips by number of errors | Vsevolod Stakhov | 2022-03-29 | 1 | -6/+10 | |
| | ||||||
* | [Minor] Use a more neat approach | Vsevolod Stakhov | 2022-03-28 | 1 | -14/+13 | |
| | ||||||
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 74 | -76/+76 | |
| | ||||||
* | [Minor] lua_scanner - spamassassin - another try to match all spamd returns | Carsten Rosenberg | 2022-03-17 | 1 | -11/+10 | |
| | | | | fix #4088 |