summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rework once_received plugin.Vsevolod Stakhov2013-12-091-24/+28
|
* Fix bug with DNS labels decompression.Vsevolod Stakhov2013-12-091-39/+66
|
* Rework emails plugin.Vsevolod Stakhov2013-12-091-85/+34
|
* Fix emails detection.Vsevolod Stakhov2013-12-091-4/+13
|
* Fix fuzzy_add for messages without valid parts.Vsevolod Stakhov2013-12-091-3/+9
|
* Add resolve_mx method.Vsevolod Stakhov2013-12-091-0/+35
|
* Improve logging for fuzzy.0.6.2Vsevolod Stakhov2013-12-061-1/+5
|
* Fixes to fuzzy_check module.Vsevolod Stakhov2013-12-062-12/+24
| | | | | | - Use more smart normalizing by multiplying value to e for tanh function. - Do not print the full fuzzy hash in the log output. - Log a proper command in fuzzy controller command.
* Fix 'classic' sizeof(pointer) error.Vsevolod Stakhov2013-12-061-1/+1
|
* Always use one_shot mode for fuzzy_check.Vsevolod Stakhov2013-12-061-1/+1
|
* off_t may be not compatible with size_t.Vsevolod Stakhov2013-12-051-1/+1
|
* Import bugfix from libucl.Vsevolod Stakhov2013-12-051-1/+1
|
* Fix unix sockets for workers binding.Vsevolod Stakhov2013-12-053-7/+3
|
* Fix resizing of statfiles.Vsevolod Stakhov2013-12-051-2/+3
|
* Allow to skip unknown flags in fuzzy_check module.Vsevolod Stakhov2013-12-051-4/+14
|
* Do not resize statfile if old_size == new_size.Vsevolod Stakhov2013-12-051-1/+1
|
* Do not actually allow to set zero size to statfiles.Vsevolod Stakhov2013-12-051-1/+4
|
* Fix initialization order.Vsevolod Stakhov2013-12-051-7/+7
|
* Fix race condition in the controller IO.Vsevolod Stakhov2013-12-043-31/+42
|
* Fix wrong attribute name.Vsevolod Stakhov2013-12-041-1/+1
|
* Set read_only to FALSE by default.Vsevolod Stakhov2013-12-041-1/+1
|
* Fix misprint.Vsevolod Stakhov2013-12-041-1/+1
|
* Merged in simonpin/rspamd (pull request #1)Vsevolod Stakhov2013-12-041-4/+8
|\ | | | | | | Fixed bug in whitelist plugin with getting from address
| * Fixed bug in whitelist plugin with getting from addressSimon Pin2013-12-041-4/+8
| |
* | Init logging just after config is parsed by ucl.Vsevolod Stakhov2013-12-045-19/+34
| |
* | Forgot to import.Vsevolod Stakhov2013-12-041-1/+22
| |
* | Sync with libucl.Vsevolod Stakhov2013-12-046-74/+284
| |
* | Rework fuzzy check module.Vsevolod Stakhov2013-12-042-353/+377
| | | | | | | | | | | | | | | | | | | | - Now all checks are organized to rules. - Allow to specify read_only rules to avoid problems on learning. - Use better normalizer for fuzzy module and it now returns values from 0 to 1.0 (like bayes does). - Update configuration accordingly. - Drop legacy configuration support. - Detect tanh as well and provide some reasonable (linear) fallback.
* | Reduce initial log level.Vsevolod Stakhov2013-12-041-1/+1
|/
* Fix start script and remove unused big file.Vsevolod Stakhov2013-12-021-0/+0
|
* Small improvements to fuzzy_check controller module.Vsevolod Stakhov2013-12-021-5/+6
|
* Fix restfull mode when controller has no password.Vsevolod Stakhov2013-12-011-1/+3
|
* Fill fuzzy command before sending.Vsevolod Stakhov2013-12-011-0/+1
|
* Explicitly set in_class field while learning.Vsevolod Stakhov2013-12-011-0/+1
|
* Fix syntax error.Vsevolod Stakhov2013-11-301-1/+1
|
* Override pidfile setting from command line.Vsevolod Stakhov2013-11-301-0/+5
|
* Fix fuzzy check configuration.Vsevolod Stakhov2013-11-301-3/+8
|
* Do not try to register rbls without a symbol.Vsevolod Stakhov2013-11-261-1/+1
|
* Avoid endless recursion while pushing ucl arrays to lua.Vsevolod Stakhov2013-11-261-3/+3
|
* Refuse empty emails in urls detection as well.Vsevolod Stakhov2013-11-261-1/+1
|
* Reduce false positive rate in urls detection.Vsevolod Stakhov2013-11-261-4/+11
|
* Fix dkim canonization for folded headers.Vsevolod Stakhov2013-11-261-0/+4
|
* Log debug messages from libraries.Vsevolod Stakhov2013-11-261-1/+1
|
* Fix surbl module.Vsevolod Stakhov2013-11-261-6/+3
|
* Properly check for empty source IPAndrew Lewis2013-11-251-1/+1
|
* Fix surbl module configuration.Vsevolod Stakhov2013-11-251-31/+12
|
* Import from libucl.Vsevolod Stakhov2013-11-241-4/+16
|
* Use ucl variables.Vsevolod Stakhov2013-11-245-193/+40
|
* Add guess euristic for spam attribute of statfile.Vsevolod Stakhov2013-11-241-0/+20
|
* Merge pull request #4 from fatalbanana/masterVsevolod Stakhov2013-11-231-12/+71
|\ | | | | rbl.lua - allow symbol per return code