aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix other mime library modules.Vsevolod Stakhov2015-10-064-42/+48
|
* Fix mime expressions.Vsevolod Stakhov2015-10-062-11/+14
|
* Rename main.h and main.c to `rspamd.X`Vsevolod Stakhov2015-09-227-7/+7
|
* Sanitize spaces in headers' start.Vsevolod Stakhov2015-09-171-0/+5
|
* Extract mime part, not text part in task:get_partsVsevolod Stakhov2015-09-041-1/+1
|
* Write message-id and queue-id to logs.Vsevolod Stakhov2015-09-011-0/+9
|
* Update mime code for the new logger.Vsevolod Stakhov2015-08-304-76/+81
|
* Fix settings for actions other than rejectVsevolod Stakhov2015-08-251-1/+5
|
* Process 'no action' action.Vsevolod Stakhov2015-08-251-0/+8
|
* Remove unused module.Vsevolod Stakhov2015-08-202-2/+0
|
* Rework symbols configuration.Vsevolod Stakhov2015-08-131-2/+2
|
* Avoid global rspamd_main usage.Vsevolod Stakhov2015-08-061-1/+1
|
* Hide workers and modules definitions.Vsevolod Stakhov2015-08-061-16/+0
|
* More fixes to reading of empty messages.Vsevolod Stakhov2015-07-311-4/+7
|