aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add ignore_received optionVsevolod Stakhov2016-02-271-2/+3
| | | | | In this mode rspamd ignores data from the first received (it might be produced by some third party and not our MTA)
* Fix interaction with clients with no local ReceivedVsevolod Stakhov2016-02-211-5/+50
|
* Refactor UCL APIVsevolod Stakhov2016-02-161-5/+5
|
* Same result checking error found by coverityVsevolod Stakhov2016-02-101-1/+5
|
* Fix issues found by coverityVsevolod Stakhov2016-02-101-5/+9
|
* Remove stupid locks that are unused for a long timeVsevolod Stakhov2016-02-081-17/+0
|
* Fix leaks in lua error pathsVsevolod Stakhov2016-02-051-0/+1
|
* Pre filters should actually skip processingVsevolod Stakhov2016-02-041-0/+4
|
* Switch the rest to apache 2Vsevolod Stakhov2016-02-046-124/+72
|
* Fix broken headers and task:has_flagVsevolod Stakhov2016-01-221-2/+2
|
* Add broken headers flagVsevolod Stakhov2016-01-221-0/+2
|
* Fix processing of empty messages.Vsevolod Stakhov2016-01-191-2/+2
| | | | | Issue: #486 Reported by: @moisseev
* Fix memory leakVsevolod Stakhov2016-01-151-0/+7
|
* Fix warnings.Vsevolod Stakhov2016-01-151-5/+10
|
* Fix another critical issue with memory corruption and ownershipVsevolod Stakhov2016-01-041-16/+9
|
* Fix non-unique regexp in the internal moduleVsevolod Stakhov2015-12-261-8/+16
|
* Add sanity detection for header nameVsevolod Stakhov2015-12-241-3/+14
|
* Fix crash in re_cache as headers are not NULL terminatedVsevolod Stakhov2015-12-231-1/+1
|
* Minor fixesVsevolod Stakhov2015-12-221-1/+1
|
* Add rawmime classVsevolod Stakhov2015-12-091-0/+5
|
* Fix setting limit for malformed regexpsVsevolod Stakhov2015-12-091-7/+10
|
* Use hits from the cache in re cacheVsevolod Stakhov2015-12-091-4/+9
|
* Do not assume invalid header regexps by defaultVsevolod Stakhov2015-12-081-1/+6
|
* Fix code for the new cacheVsevolod Stakhov2015-12-031-356/+62
|
* Add ability to ignore certain symbols in metric when validating cacheVsevolod Stakhov2015-12-031-1/+1
|
* Try to fix SUSPICIOUS_RECIPS ruleVsevolod Stakhov2015-12-021-0/+10
| | | | Issue: #437
* Try to fix bloody SORTED_RECIPS ruleVsevolod Stakhov2015-12-021-2/+7
| | | | Issue: #437
* Avoid treating of URLs as zero terminated stringsVsevolod Stakhov2015-11-291-3/+3
|
* Fix stupid error when removing `words` memberVsevolod Stakhov2015-11-261-4/+3
|
* Remove legacy words, use merely normalized_wordsVsevolod Stakhov2015-11-262-7/+1
|
* Parse more headers if they are missed in HTTPVsevolod Stakhov2015-11-241-0/+30
|
* When returning headers, reverse list to restore the original orderVsevolod Stakhov2015-11-241-0/+1
|
* Fix parsing of IPv6 received headers.Vsevolod Stakhov2015-11-241-11/+27
| | | | | Issue: #434 Reported by: @vixns
* Use new rotation logic in the codeVsevolod Stakhov2015-11-211-1/+1
|
* Implement refcounting for configurationVsevolod Stakhov2015-11-181-1/+1
|
* Try to load mime from properlyVsevolod Stakhov2015-11-161-9/+14
|
* Fix regexp matching logicVsevolod Stakhov2015-11-131-1/+1
|
* Fix processing of headers.Vsevolod Stakhov2015-11-131-2/+2
|
* Implement words decaying for text parts.Vsevolod Stakhov2015-11-122-4/+5
|
* Do not convert 7 bit encodings to utf8.Vsevolod Stakhov2015-11-121-2/+10
|
* Gmime cannot parse messages unfortunatelyVsevolod Stakhov2015-11-121-8/+11
|
* Add logic to parse non-mime requestsVsevolod Stakhov2015-11-121-127/+162
|
* Fix format issues found by static analysisVsevolod Stakhov2015-11-113-8/+7
|
* Store real required score inside metric resultVsevolod Stakhov2015-11-061-2/+3
|
* Allow conditional build of snowball.Vsevolod Stakhov2015-10-231-2/+14
|
* Fix more fstring migration issues.Vsevolod Stakhov2015-10-161-1/+1
|
* Words are now rspamd_ftok_tVsevolod Stakhov2015-10-151-5/+5
|
* Fix parsing of fixed length IP addresses.Vsevolod Stakhov2015-10-131-1/+3
|
* Reorganize includes to reduce namespace pollution.Vsevolod Stakhov2015-10-084-11/+6
|
* Fix printing of fixed strings.Vsevolod Stakhov2015-10-061-3/+3
|