Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Fix] Fix parsing of dot at the end of the address | Vsevolod Stakhov | 2017-03-21 | 1 | -1/+1 | |
| | | | | Issue: #1543 | |||||
* | [Fix] Fix subject rewriting | Vsevolod Stakhov | 2017-03-16 | 1 | -0/+1 | |
| | ||||||
* | [Minor] Change keys in protocol as '-' symbol is bad | Vsevolod Stakhov | 2017-03-15 | 1 | -2/+2 | |
| | ||||||
* | [Feature] Cache and insert scan time into the protocol | Vsevolod Stakhov | 2017-03-13 | 1 | -0/+10 | |
| | ||||||
* | [Feature] Allow to cache and use flexible protocol reply | Vsevolod Stakhov | 2017-03-13 | 1 | -51/+106 | |
| | ||||||
* | [Minor] Treat bad SMTP from as broken header | Vsevolod Stakhov | 2017-02-28 | 1 | -0/+2 | |
| | ||||||
* | [Feature] Add profiling support in client output | Vsevolod Stakhov | 2017-02-07 | 1 | -0/+34 | |
| | | | | | | It is now possible to specify `--profile` option to Rspamd to get execution time for all symbols that were executed for a specific message. This still doesn't count async returns time. | |||||
* | [Fix] Encode URLs before sending them to the protocol | Vsevolod Stakhov | 2017-01-23 | 1 | -7/+14 | |
| | ||||||
* | [Minor] Add `compat_messages` for compatibility with legacy protocol | Vsevolod Stakhov | 2017-01-05 | 1 | -1/+18 | |
| | | | | MFH: true | |||||
* | [Rework] Finally remove gmime dependency from Rspamd | Vsevolod Stakhov | 2016-12-22 | 1 | -0/+1 | |
| | ||||||
* | [Minor] Fix rewrite subject | Vsevolod Stakhov | 2016-12-20 | 1 | -17/+30 | |
| | ||||||
* | [Minor] Use Rspamd encode function instead of gmime | Vsevolod Stakhov | 2016-12-20 | 1 | -1/+1 | |
| | ||||||
* | [Rework|Minor] More updates for mime parsing | Vsevolod Stakhov | 2016-12-16 | 1 | -2/+6 | |
| | ||||||
* | [Rework] Refactor struct names | Vsevolod Stakhov | 2016-12-05 | 1 | -14/+14 | |
| | ||||||
* | [Rework] Use hash tables for symbols options | Vsevolod Stakhov | 2016-12-05 | 1 | -9/+13 | |
| | ||||||
* | Allow processing MTA-Tag header from Rmilter and saving it under 'MTA-Tag' ↵ | Andrej Zverev | 2016-11-18 | 1 | -0/+8 | |
| | | | | name inside mempool. Your can access it from lua via task:get_mempool():get_variable("MTA-Tag") | |||||
* | [Rework] Make rspamd protocol messages useful | Vsevolod Stakhov | 2016-11-02 | 1 | -4/+2 | |
| | | | | | | | | | | | | Each message is now represented by a string and category, so messages in metric is an UCL object of the following format: { "category": "string" } The significant category is `smtp_message` which should be used by rmilter to send a custom SMTP reply to a client. | |||||
* | [Fix] Another memory leak plugged | Vsevolod Stakhov | 2016-09-30 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Try to guess line endings when folding headers | Vsevolod Stakhov | 2016-09-22 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Reduce log noise | Vsevolod Stakhov | 2016-09-16 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow to pass extra data from plugins to log helper | Vsevolod Stakhov | 2016-09-12 | 1 | -3/+143 | |
| | ||||||
* | [Feature] Add replies compression | Vsevolod Stakhov | 2016-09-09 | 1 | -1/+62 | |
| | ||||||
* | [Feature] Allow parsing of mailbox messages from the commandline | Vsevolod Stakhov | 2016-08-23 | 1 | -0/+7 | |
| | ||||||
* | [Feature] Log URLs encrypted if we have log encryption pubkey | Vsevolod Stakhov | 2016-08-16 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Fold DKIM-Signature header | Vsevolod Stakhov | 2016-08-15 | 1 | -2/+7 | |
| | ||||||
* | [Fix] Do not set absent hostname to "unknown" | Vsevolod Stakhov | 2016-08-05 | 1 | -5/+0 | |
| | ||||||
* | [Fix] Fix printing from field in log_urls | Vsevolod Stakhov | 2016-08-05 | 1 | -2/+5 | |
| | ||||||
* | [Fix] Fix multiple request headers structure | Vsevolod Stakhov | 2016-08-04 | 1 | -3/+3 | |
| | ||||||
* | [Fix] Restore multiple values headers in protocol | Vsevolod Stakhov | 2016-08-04 | 1 | -167/+169 | |
| | ||||||
* | [Minor] Silence warning | Andrew Lewis | 2016-08-03 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Avoid returning NaN as score on scan | Andrew Lewis | 2016-08-03 | 1 | -1/+6 | |
| | ||||||
* | [Feature] Correctly work when there is no hard reject action | Vsevolod Stakhov | 2016-07-27 | 1 | -11/+15 | |
| | ||||||
* | [Feature] Allow to pass extradata from rspamd to rmilter | Vsevolod Stakhov | 2016-07-21 | 1 | -0/+8 | |
| | ||||||
* | [Fix] Fix processing of addresses in protocol | Vsevolod Stakhov | 2016-07-14 | 1 | -2/+10 | |
| | | | | | Issue: #723 Reported by: @leoboiko | |||||
* | [Feature] Send DKIM signature to protocol reply | Vsevolod Stakhov | 2016-07-06 | 1 | -0/+8 | |
| | ||||||
* | [Rework] Include config structure to all rcl handlers | Vsevolod Stakhov | 2016-06-25 | 1 | -1/+1 | |
| | ||||||
* | [Rework] Finish rework for the rest of places that use HTTP | Vsevolod Stakhov | 2016-06-10 | 1 | -10/+14 | |
| | ||||||
* | [Minor] Simplify rspamc conversion routines | Vsevolod Stakhov | 2016-06-02 | 1 | -7/+9 | |
| | ||||||
* | [Minor] Declare function non-static | Vsevolod Stakhov | 2016-06-02 | 1 | -1/+1 | |
| | ||||||
* | [Feature] New abstract hashing API in cryptobox | Vsevolod Stakhov | 2016-05-10 | 1 | -2/+3 | |
| | ||||||
* | [Feature] Allow setting scores and actions from lua | Vsevolod Stakhov | 2016-05-03 | 1 | -2/+12 | |
| | ||||||
* | [Feature] Save settings id hash for convenience | Vsevolod Stakhov | 2016-04-27 | 1 | -9/+16 | |
| | ||||||
* | [Feature] Pass settings id to log helper | Vsevolod Stakhov | 2016-04-27 | 1 | -0/+18 | |
| | ||||||
* | [Fix] Fix issue with missing recipients | Vsevolod Stakhov | 2016-04-25 | 1 | -0/+4 | |
| | ||||||
* | [Feature] Start moving to the new email address structure | Vsevolod Stakhov | 2016-04-24 | 1 | -13/+12 | |
| | ||||||
* | [Feature] Insert redirected URL to the urls list | Vsevolod Stakhov | 2016-04-07 | 1 | -17/+35 | |
| | ||||||
* | [Feature] Extend log structure | Vsevolod Stakhov | 2016-04-05 | 1 | -4/+11 | |
| | ||||||
* | [Feature] Start client implementation for logging pipes in rspamd | Vsevolod Stakhov | 2016-04-04 | 1 | -0/+72 | |
| | ||||||
* | [Feature] Add magic for all workers' contexts | Vsevolod Stakhov | 2016-04-04 | 1 | -0/+1 | |
| | ||||||
* | [Feature] Simplify actions application by the settings | Vsevolod Stakhov | 2016-03-29 | 1 | -5/+2 | |
| |