aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rework upstreams initializationVsevolod Stakhov2015-11-208-28/+28
|
* Rework FORGED_RECIPIENTS for common usersVsevolod Stakhov2015-11-201-6/+11
|
* Reduce weight of SUSPICIOUS_RECIPSVsevolod Stakhov2015-11-201-1/+1
|
* Fix pluginsVsevolod Stakhov2015-11-203-40/+40
|
* Fix testsVsevolod Stakhov2015-11-203-18/+38
|
* Fix upstreams usageVsevolod Stakhov2015-11-209-44/+36
|
* Rework upstreams contextVsevolod Stakhov2015-11-202-20/+81
|
* Add R_SUSPICIOUS_URL rule that detects obfusicated URL'sVsevolod Stakhov2015-11-201-0/+19
|
* Add is_obscured method for lua url APIVsevolod Stakhov2015-11-201-0/+22
|
* Fix parsing of IP URLsVsevolod Stakhov2015-11-191-1/+1
|
* Use flags for urlsVsevolod Stakhov2015-11-197-13/+19
|
* Do not use 'strchr' on rspamd_fstring_tVsevolod Stakhov2015-11-191-2/+2
|
* Another try to improve sqlite3 interactionVsevolod Stakhov2015-11-192-116/+103
|
* Fix cleaning of rspamd configVsevolod Stakhov2015-11-191-4/+1
|
* Fix some race conditionsVsevolod Stakhov2015-11-182-3/+1
|
* Add more tunes to sqliteVsevolod Stakhov2015-11-181-5/+22
|
* Implement refcounting for configurationVsevolod Stakhov2015-11-1813-104/+43
|
* Fix configtestVsevolod Stakhov2015-11-181-1/+6
|
* Fix issues foundVsevolod Stakhov2015-11-186-37/+14
|
* Start refcounting rework for rspamd_configVsevolod Stakhov2015-11-186-75/+65
|
* Properly return count of hashes for multiple fuzzy storagesVsevolod Stakhov2015-11-171-5/+13
|
* SUSPICIOUS_IMAGES now trigger merely for embedded imagesVsevolod Stakhov2015-11-171-1/+1
|
* Improve empty image rule.Vsevolod Stakhov2015-11-171-12/+12
|
* Fix processing of HTML tags.Vsevolod Stakhov2015-11-172-14/+14
|
* Fix raw length obtaining for certain html partsVsevolod Stakhov2015-11-171-1/+1
|
* Merge pull request #426 from msimerson/dockerVsevolod Stakhov2015-11-163-0/+48
|\ | | | | Dockerfile, for running in Docker container
| * Dockerfile, for running in Docker containerMatt Simerson2015-11-163-0/+48
| |
* | Add another bloody workaround for old glibVsevolod Stakhov2015-11-162-1/+19
| |
* | Try to load mime from properlyVsevolod Stakhov2015-11-161-9/+14
| |
* | Check from returned more preciselyVsevolod Stakhov2015-11-161-19/+19
| |
* | Fix parsing of fragment in urlsVsevolod Stakhov2015-11-162-10/+18
| |
* | Fix HTML testsVsevolod Stakhov2015-11-161-9/+9
| |
* | Do not rewrite the original url when using redirectorVsevolod Stakhov2015-11-161-4/+10
| |
* | Fix GError use-after-freeVsevolod Stakhov2015-11-161-0/+1
| |
* | Fix printing of multiple mail addresses in the logVsevolod Stakhov2015-11-161-9/+16
| |
* | Add more functions for static analysis.Vsevolod Stakhov2015-11-161-1/+3
|/
* Allow multiple recipients passed through headerVsevolod Stakhov2015-11-151-2/+2
|
* Allow multiple headers with the same nameVsevolod Stakhov2015-11-153-35/+54
|
* Update documentationVsevolod Stakhov2015-11-141-0/+4
|
* Implement recipients printing.Vsevolod Stakhov2015-11-141-25/+99
|
* Allow logging of recipients for a messageVsevolod Stakhov2015-11-142-0/+16
|
* Add support for check_for_shifted_date and check_for_missing_to_header eval ↵Vsevolod Stakhov2015-11-131-6/+54
| | | | rules to SA plugin
* Allow the same keys in the configurationVsevolod Stakhov2015-11-131-3/+13
|
* Fix critical issue with parsing of scores.Vsevolod Stakhov2015-11-131-81/+105
|
* 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-126-14/+74
|
* Some more refactoring for new optionsVsevolod Stakhov2015-11-121-2/+4
|
* Add max_word_len and words_decay optionsVsevolod Stakhov2015-11-124-231/+250
|
* Do not convert 7 bit encodings to utf8.Vsevolod Stakhov2015-11-121-2/+10
|