aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed minor doc typo.Philippe Ombredanne2015-12-271-27/+27
|
* Implement forced timeout for delayed filtersVsevolod Stakhov2015-12-263-3/+21
| | | | Issue: #452
* Fix multiple regexp in the cache for lua APIVsevolod Stakhov2015-12-262-3/+19
|
* Fix non-unique regexp in the internal moduleVsevolod Stakhov2015-12-261-8/+16
|
* Fix issue with non-unique regexps in the cacheVsevolod Stakhov2015-12-262-14/+25
|
* Fix urls output in the protocolVsevolod Stakhov2015-12-251-7/+7
|
* Add cases for url that are enclosed in bracesVsevolod Stakhov2015-12-251-15/+44
|
* Fix url insertion into a tableVsevolod Stakhov2015-12-241-8/+6
| | | | Previously, rspamd compared merely host names but urls can have different path that should also be considered
* Add sanity detection for header nameVsevolod Stakhov2015-12-241-3/+14
|
* Fix issue with changing number of regexps in a cacheVsevolod Stakhov2015-12-241-4/+12
|
* 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
| |