Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix ignoring of bad text parts | Vsevolod Stakhov | 2017-02-23 | 1 | -1/+4 |
| | |||||
* | [Fix] Stop processing of bad parts as text parts | Vsevolod Stakhov | 2017-02-23 | 1 | -1/+12 |
| | |||||
* | [Rework] Use a special structure for stats tokens | Vsevolod Stakhov | 2017-02-14 | 1 | -4/+5 |
| | |||||
* | [Feature] Implement received headers flags | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | [Fix] Fix couple of issues | Vsevolod Stakhov | 2017-01-15 | 1 | -1/+1 |
| | | | | Found by: Coverity | ||||
* | [Rework] Start rework of mime addresses | Vsevolod Stakhov | 2016-12-22 | 1 | -138/+47 |
| | |||||
* | [Minor] Reduce log noise (#1272) | Andrew Lewis | 2016-12-21 | 1 | -1/+1 |
| | |||||
* | [Feature] Add own routine to generate a message id | Vsevolod Stakhov | 2016-12-20 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix crash on messages with no subject | Vsevolod Stakhov | 2016-12-20 | 1 | -2/+5 |
| | |||||
* | [Fix] Set task's subject from mime subject | Vsevolod Stakhov | 2016-12-20 | 1 | -0/+6 |
| | |||||
* | [Minor] Cut braces in message id | Vsevolod Stakhov | 2016-12-19 | 1 | -2/+17 |
| | |||||
* | [Minor] Remove redundant headers parsing | Vsevolod Stakhov | 2016-12-16 | 1 | -21/+0 |
| | |||||
* | [Minor] Assign mime part | Vsevolod Stakhov | 2016-12-16 | 1 | -0/+2 |
| | |||||
* | [Rework|Minor] Further fixes for the new mime parser | Vsevolod Stakhov | 2016-12-16 | 1 | -13/+5 |
| | |||||
* | [Rework] Start massive rework to get rid of gmime | Vsevolod Stakhov | 2016-12-16 | 1 | -673/+113 |
| | |||||
* | [Minor] Do not free string explicitly to allow new parser to work | Vsevolod Stakhov | 2016-12-14 | 1 | -0/+2 |
| | |||||
* | [Rework] Add preliminary implementation of the mime parser | Vsevolod Stakhov | 2016-12-13 | 1 | -3/+3 |
| | |||||
* | [Minor] Move headers parsing to a separate unit | Vsevolod Stakhov | 2016-12-13 | 1 | -293/+7 |
| | |||||
* | [Rework] Refactor struct names | Vsevolod Stakhov | 2016-12-05 | 1 | -1/+1 |
| | |||||
* | [Fix] Fix crashes with invalid received and task:set_from_ip | Vsevolod Stakhov | 2016-11-30 | 1 | -1/+4 |
| | |||||
* | [Rework] Make rspamd protocol messages useful | Vsevolod Stakhov | 2016-11-02 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | [CritFix] Introduce raw content to text parts | Vsevolod Stakhov | 2016-10-31 | 1 | -5/+18 |
| | | | | | | | | | | | | | | Previously we had the following types of text content: - `orig`: MIME *decoded* content - `content`: same as `orig` but converted to utf8 and without HTML tags - `stripped`: same as `content` but without newlines Now we add `raw`: - `raw`: raw mime content as it was in an original message This also fixes R_BAD_CTE_7BIT rule | ||||
* | [CritFix] Fix iteration over headers array (introduced in 1.4) | Vsevolod Stakhov | 2016-10-25 | 1 | -2/+2 |
| | |||||
* | [Fix] Process headers only once | Vsevolod Stakhov | 2016-10-25 | 1 | -1/+8 |
| | |||||
* | [CritFix] Plug memory leak and potential memory corruption | Vsevolod Stakhov | 2016-09-30 | 1 | -9/+7 |
| | |||||
* | [Minor] Split loops | Vsevolod Stakhov | 2016-09-28 | 1 | -2/+2 |
| | |||||
* | [Feature] Stop using of GLists for headers, improve performance | Vsevolod Stakhov | 2016-09-28 | 1 | -240/+63 |
| | |||||
* | [Feature] Try to guess line endings when folding headers | Vsevolod Stakhov | 2016-09-22 | 1 | -0/+37 |
| | |||||
* | [CritFix] Fix issue with finding of end of lines pointers | Vsevolod Stakhov | 2016-08-25 | 1 | -2/+5 |
| | |||||
* | [Fix] Do not use headers to calculate messages digests | Vsevolod Stakhov | 2016-08-24 | 1 | -4/+0 |
| | |||||
* | [Feature] Allow parsing of mailbox messages from the commandline | Vsevolod Stakhov | 2016-08-23 | 1 | -6/+2 |
| | |||||
* | [Feature] Store task checksum | Vsevolod Stakhov | 2016-08-15 | 1 | -4/+25 |
| | |||||
* | [Fix] Fix blake2b hash of the string "rspamd" | Vsevolod Stakhov | 2016-08-13 | 1 | -8/+8 |
| | |||||
* | [Feature] Pre-calculate blake2 digest for all parts | Vsevolod Stakhov | 2016-08-13 | 1 | -0/+22 |
| | |||||
* | [Fix] Fix multiple request headers structure | Vsevolod Stakhov | 2016-08-04 | 1 | -3/+1 |
| | |||||
* | [CritFix] Fix crash when the first received is faked | Vsevolod Stakhov | 2016-07-29 | 1 | -1/+1 |
| | |||||
* | [Feature] Correctly work when there is no hard reject action | Vsevolod Stakhov | 2016-07-27 | 1 | -1/+1 |
| | |||||
* | [Feature] Create a dedicated parser to strip newlines | Vsevolod Stakhov | 2016-07-23 | 1 | -60/+8 |
| | | | | Issue: #744 | ||||
* | [Fix] Another change of newlines policy | Vsevolod Stakhov | 2016-07-22 | 1 | -0/+16 |
| | | | | | | | | | Now we need to decide, maybe we have the following cases where '\n' is required: 1. Multiple newlines must be replaced by one newline 2. If a line is finished with punctuation character, then insert one newline 3. In HTML parts we have to insert newlines as well | ||||
* | [Feature] Add a trivial heuristic for codepages | Vsevolod Stakhov | 2016-07-14 | 1 | -4/+41 |
| | |||||
* | [Fix] Improve error messages on fuzzy add | Vsevolod Stakhov | 2016-07-14 | 1 | -4/+4 |
| | |||||
* | [Rework] Rework exceptions and newlines processing | Vsevolod Stakhov | 2016-07-13 | 1 | -65/+93 |
| | |||||
* | [Fix] More fixes to end of headers detection | Vsevolod Stakhov | 2016-07-07 | 1 | -46/+11 |
| | |||||
* | [Fix] Properly detect end of headers position | Vsevolod Stakhov | 2016-07-07 | 1 | -1/+43 |
| | |||||
* | [Feature] Store raw headers value to use them in DKIM | Vsevolod Stakhov | 2016-07-07 | 1 | -0/+3 |
| | |||||
* | [Feature] Support archive files list extraction | Vsevolod Stakhov | 2016-07-04 | 1 | -0/+2 |
| | |||||
* | [Rework] Remove dedicated images list | Vsevolod Stakhov | 2016-07-04 | 1 | -0/+3 |
| | |||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 1 | -21/+21 |
| | |||||
* | [Fix] Fix detection of URLs in text parts | Vsevolod Stakhov | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | [Fix] Strip '\r\n' properly | Vsevolod Stakhov | 2016-06-16 | 1 | -0/+4 |
| |