summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBLAndrew Lewis2015-07-021-0/+1
* Add GTUBE support.Vsevolod Stakhov2015-07-022-0/+62
* Merge pull request #321 from fatalbanana/masterVsevolod Stakhov2015-07-021-0/+2
|\
| * Further defang whitelistsAndrew Lewis2015-07-021-0/+2
* | Add workarounds for numeric hosts in URLs.Vsevolod Stakhov2015-07-023-9/+101
* | Improve support of IP based URLs.Vsevolod Stakhov2015-07-022-6/+50
* | Merge pull request #319 from fatalbanana/masterVsevolod Stakhov2015-07-011-0/+1
|\|
| * Add RCVD_IN_DNSWL_NONE as whitelisting exclusionAndrew Lewis2015-07-011-0/+1
* | Add more unit tests for url parser.Vsevolod Stakhov2015-07-011-5/+15
* | Fix complicated case of percent encoding.Vsevolod Stakhov2015-07-011-2/+20
* | Fix path field in url:to_table method.Vsevolod Stakhov2015-07-011-1/+1
* | Fix parsing query just after port.Vsevolod Stakhov2015-07-011-0/+12
* | Fix parsing of multiple slashes in URL.Vsevolod Stakhov2015-07-011-7/+18
* | Fix finding start of URL's.Vsevolod Stakhov2015-07-011-6/+17
* | Add new url unit test.Vsevolod Stakhov2015-07-011-0/+33
* | Add missing url fields.Vsevolod Stakhov2015-07-011-0/+84
* | Add port definition to URL.Vsevolod Stakhov2015-07-012-1/+3
* | Be more permissive about url characters.Vsevolod Stakhov2015-07-011-3/+3
|/
* Move sqlite initialization to the common routine.Vsevolod Stakhov2015-06-301-23/+21
* Fix issues with capturing patternsVsevolod Stakhov2015-06-303-11/+16
* Support dist on FreeBSD and Darwin.Vsevolod Stakhov2015-06-302-5/+9
* Print result of sqlite_exec in fuzzy_backend.Vsevolod Stakhov2015-06-301-2/+3
* Merge pull request #316 from fatalbanana/masterVsevolod Stakhov2015-06-301-2/+4
|\
| * Fix use of RBL name as symbol; ignore RBL names that would not be yieldedAndrew Lewis2015-06-301-2/+4
* | Update documentationVsevolod Stakhov2015-06-301-3/+15
* | Add captures unit test.Vsevolod Stakhov2015-06-301-0/+20
* | Some fixes to pushing captures to lua.Vsevolod Stakhov2015-06-301-2/+3
* | Fix regexp_search invocation.Vsevolod Stakhov2015-06-303-8/+8
* | Improve captures in lua regexp.Vsevolod Stakhov2015-06-301-10/+59
* | Improve regexp captures.Vsevolod Stakhov2015-06-302-10/+43
* | Merge pull request #313 from fatalbanana/masterVsevolod Stakhov2015-06-303-14/+33
|\|
| * Fix misprintAndrew Lewis2015-06-291-1/+1
| * Silence errors; yield unknown results from RBLs; fix scoring for DNSWLAndrew Lewis2015-06-292-10/+29
| * Favour rspamd lua libraries over system librariesAndrew Lewis2015-06-291-4/+4
* | Use WAL for fuzzy storage as well.Vsevolod Stakhov2015-06-291-0/+7
* | Merge pull request #311 from fatalbanana/masterVsevolod Stakhov2015-06-291-1/+0
|\|
| * Fix another duplicated symbol registrationAndrew Lewis2015-06-291-1/+0
| * Remove duplicated symbol registrationAndrew Lewis2015-06-291-1/+0
* | Remove duplicate.Vsevolod Stakhov2015-06-291-1/+0
* | Sync with the interface.Vsevolod Stakhov2015-06-281-0/+0
* | Use more recent lua conventions in emails module.Vsevolod Stakhov2015-06-281-16/+6
* | Try to fix build with old sqlite.Vsevolod Stakhov2015-06-271-1/+1
* | Fix SQL queries.Vsevolod Stakhov2015-06-271-11/+12
* | Add workaround for ancient sqlite.Vsevolod Stakhov2015-06-271-0/+6
* | Merge pull request #310 from fatalbanana/masterVsevolod Stakhov2015-06-271-0/+1
|\|
| * Fix settingsAndrew Lewis2015-06-271-0/+1
|/
* Remove unused variable.Vsevolod Stakhov2015-06-262-1/+0
* Fix db creating.Vsevolod Stakhov2015-06-251-15/+21
* Remove stupid debug.Vsevolod Stakhov2015-06-251-1/+1
* Rework runtime handling in sqlite3 backend.Vsevolod Stakhov2015-06-251-11/+44