aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove R_TO_SEEMS_AUTO as it generates a lot of FPVsevolod Stakhov2015-12-242-16/+8
|
* Log on info level about HS prefiltersVsevolod Stakhov2015-12-241-1/+1
|
* On recompile remove all HS files, even correct onesVsevolod Stakhov2015-12-241-7/+11
|
* Grr, really fix the loggingVsevolod Stakhov2015-12-241-12/+32
|
* Fix logging as headers now have \0 at the endVsevolod Stakhov2015-12-241-2/+2
|
* Use refcounting logic for dkim keys to avoid some racesVsevolod Stakhov2015-12-243-14/+45
|
* Fix PID file pathVsevolod Stakhov2015-12-231-1/+1
|
* Fix bug introduced by the previous fixVsevolod Stakhov2015-12-231-3/+8
|
* Fix crash in re_cache as headers are not NULL terminatedVsevolod Stakhov2015-12-232-2/+2
|
* Fix freemail rulesVsevolod Stakhov2015-12-231-9/+11
|
* Simplify specVsevolod Stakhov2015-12-221-25/+3
|
* Minor fixesVsevolod Stakhov2015-12-224-2/+5
|
* Fix issue when SA metas contain other metasVsevolod Stakhov2015-12-221-5/+8
|
* Add wal checkpoints to bayes backendVsevolod Stakhov2015-12-221-1/+19
|
* Remove ambiguity between %b format modifiersVsevolod Stakhov2015-12-224-6/+6
|
* Add some temporary logs for fann pluginVsevolod Stakhov2015-12-221-1/+3
|
* Fix issues with multiple addresses in SPF recordsVsevolod Stakhov2015-12-222-23/+62
| | | | | Issue: #455 Reported by: @moisseev
* Add preliminary fann_score pluginVsevolod Stakhov2015-12-221-0/+103
|
* Allow to specify fann input count explicitlyVsevolod Stakhov2015-12-221-3/+17
|
* Add a simple script to learn fann from rspamd logsVsevolod Stakhov2015-12-221-0/+245
|
* Release 1.0.11Vsevolod Stakhov2015-12-211-0/+13
| | | | | | | | | | | | | | | | * Fix spf redirects * Fix domains when parsing mx/ptr/a records in includes/redirects * Fix unfolded base64 encoding * Fix GError use-after-free * Do not rewrite the original url when using redirector * Fix parsing of fragment in urls * Fix processing of HTML tags * Improve empty image rule * Avoid long double type * Fix tokens weights in OSB algorithm * Improve debugging for bayes Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Add lua_fann moduleVsevolod Stakhov2015-12-216-7/+470
|
* Add detection of libfannVsevolod Stakhov2015-12-214-1/+15
|
* Prefer spf1 records as spf2 records are usually rottenVsevolod Stakhov2015-12-211-2/+19
|
* Adjust TTL of SPF record to the lowest element TTLVsevolod Stakhov2015-12-211-2/+17
|
* Do not parse URLs for getting TLD in luaVsevolod Stakhov2015-12-213-33/+22
|
* Add lua method to get tld for a hostVsevolod Stakhov2015-12-211-0/+35
|
* Add method to find tld position in a host stringVsevolod Stakhov2015-12-212-0/+90
|
* Increase default timeout for a clientVsevolod Stakhov2015-12-211-1/+1
|
* Update SA plugin documentationVsevolod Stakhov2015-12-211-5/+12
|
* Adjust some default scoresVsevolod Stakhov2015-12-201-8/+8
|
* Hyperscan is available for x86_64 only so farVsevolod Stakhov2015-12-203-5/+12
|
* Merge pull request #453 from fatalbanana/masterVsevolod Stakhov2015-12-201-7/+7
|\ | | | | Writing rules tutorial: Fix path to rspamd.local.lua
| * Writing rules tutorial: Fix path to rspamd.local.luaAndrew Lewis2015-12-171-7/+7
| | | | | | | | Also try to tune wording a little
* | Print extra empty lineVsevolod Stakhov2015-12-191-0/+1
| |
* | Fix sorting and output of errors_ipsVsevolod Stakhov2015-12-191-3/+5
| |
* | Fix a stupid misprintVsevolod Stakhov2015-12-191-1/+1
| |
* | Output errors by IPVsevolod Stakhov2015-12-191-3/+22
| |
* | Save information about IP addresses that generated errorsVsevolod Stakhov2015-12-191-0/+44
| |
* | Clear bindings for sqlite3 statementsVsevolod Stakhov2015-12-182-1/+22
| |
* | Improve logging to avoid confusionVsevolod Stakhov2015-12-181-5/+10
| |
* | Fix stupid error when log message misses task idVsevolod Stakhov2015-12-181-1/+1
| |
* | Clarify error messageVsevolod Stakhov2015-12-181-2/+2
| |
* | Support GIT_ID variableVsevolod Stakhov2015-12-182-35/+15
| |
* | Add runtime directory for systemdVsevolod Stakhov2015-12-182-1/+2
| | | | | | | | Suggested by: Denis Denisov
* | Add some controller's documentationVsevolod Stakhov2015-12-172-0/+72
| |
* | Add normal worker documentationVsevolod Stakhov2015-12-171-0/+29
| |
* | Fix issue with base32 printingVsevolod Stakhov2015-12-171-1/+1
| |
* | Use base32 for keys instead of hexVsevolod Stakhov2015-12-171-1/+1
| |
* | Add base32 encoding support for printf routinesVsevolod Stakhov2015-12-172-8/+28
| |