Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for Mail::SpamAssassin::Plugin::MIMEHeader | Vsevolod Stakhov | 2015-12-07 | 1 | -3/+27 | |
| | ||||||
* | More fixes for SA plugin to deal with the new cache | Vsevolod Stakhov | 2015-12-07 | 1 | -9/+71 | |
| | ||||||
* | Fix replacements in spamassassin plugin | Vsevolod Stakhov | 2015-12-06 | 1 | -2/+5 | |
| | ||||||
* | More rework for re_cache | Vsevolod Stakhov | 2015-12-04 | 1 | -52/+23 | |
| | ||||||
* | Start rework of spamassassin plugin | Vsevolod Stakhov | 2015-12-04 | 1 | -10/+65 | |
| | ||||||
* | Fix code for the new cache | Vsevolod Stakhov | 2015-12-03 | 1 | -1/+1 | |
| | ||||||
* | Rework ratelimit plugin | Vsevolod Stakhov | 2015-11-30 | 1 | -15/+38 | |
| | | | | | | | | | - Switch to `rates` instead of old and stupid strings to setup - Check if a bucket is zero and disable the corresponding limits - Turn off all buckets by default - Check either `rcpt` or `user` buckets, not all together - Document new `rates` and `symbol` options - Inform user about what buckets are used in the configuration | |||||
* | Remove extra code for IP urls in surbl module | Vsevolod Stakhov | 2015-11-30 | 1 | -49/+24 | |
| | ||||||
* | Fix loop iteration for IP uribl. | Vsevolod Stakhov | 2015-11-30 | 1 | -1/+0 | |
| | ||||||
* | More fixes for learning IO | Vsevolod Stakhov | 2015-11-30 | 1 | -16/+40 | |
| | ||||||
* | Change logic of fuzzy requests retransmitting | Vsevolod Stakhov | 2015-11-30 | 1 | -8/+34 | |
| | ||||||
* | Add routine to add events for a specific watcher structure | Vsevolod Stakhov | 2015-11-29 | 1 | -2/+1 | |
| | ||||||
* | Avoid treating of URLs as zero terminated strings | Vsevolod Stakhov | 2015-11-29 | 1 | -24/+18 | |
| | ||||||
* | Add guard for ratelimit checks | Vsevolod Stakhov | 2015-11-28 | 1 | -1/+3 | |
| | ||||||
* | Fix rules count | Vsevolod Stakhov | 2015-11-27 | 1 | -0/+1 | |
| | ||||||
* | Add alias for 'options = noip' as 'no_ip = true' | Vsevolod Stakhov | 2015-11-27 | 1 | -0/+8 | |
| | ||||||
* | Support IP DNS black lists for URIBL | Vsevolod Stakhov | 2015-11-27 | 2 | -13/+116 | |
| | | | | Rspamd now can resolve URL's IP address and check it via the standard DNS IP blacklist (such as spamhaus SBL, for example) | |||||
* | Improve informational message from regexp module | Vsevolod Stakhov | 2015-11-27 | 1 | -3/+7 | |
| | ||||||
* | Add informational messages about modules initialization | Vsevolod Stakhov | 2015-11-27 | 6 | -4/+19 | |
| | ||||||
* | Generate fuzzy hashes from task metadata (URLs and headers) | Vsevolod Stakhov | 2015-11-26 | 1 | -0/+146 | |
| | ||||||
* | Remove legacy words, use merely normalized_words | Vsevolod Stakhov | 2015-11-26 | 1 | -13/+3 | |
| | ||||||
* | Add additional checks for mail addresses | Vsevolod Stakhov | 2015-11-26 | 1 | -2/+4 | |
| | ||||||
* | Fix critical issue in adding fuzzy hashes | Vsevolod Stakhov | 2015-11-24 | 1 | -2/+3 | |
| | ||||||
* | Add more diagnostic to fuzzy errors | Vsevolod Stakhov | 2015-11-24 | 1 | -3/+4 | |
| | ||||||
* | Fix _NORESOLVE_MX symbols in hfilter | Vsevolod Stakhov | 2015-11-23 | 1 | -61/+62 | |
| | ||||||
* | Add check_for_mime('mime_attachement') function | Vsevolod Stakhov | 2015-11-23 | 1 | -0/+23 | |
| | ||||||
* | Rework SA plugin for some problematic cases | Vsevolod Stakhov | 2015-11-23 | 1 | -21/+88 | |
| | ||||||
* | Add 'check_relays_unparseable' support | Vsevolod Stakhov | 2015-11-23 | 1 | -1/+16 | |
| | ||||||
* | Use new rotation logic in the code | Vsevolod Stakhov | 2015-11-21 | 2 | -3/+4 | |
| | ||||||
* | Allow ratelimit plugin to set symbol instead of pre-result | Vsevolod Stakhov | 2015-11-21 | 1 | -19/+28 | |
| | ||||||
* | Rework FORGED_RECIPIENTS for common users | Vsevolod Stakhov | 2015-11-20 | 1 | -6/+11 | |
| | ||||||
* | Fix plugins | Vsevolod Stakhov | 2015-11-20 | 3 | -40/+40 | |
| | ||||||
* | Fix upstreams usage | Vsevolod Stakhov | 2015-11-20 | 2 | -2/+2 | |
| | ||||||
* | Use flags for urls | Vsevolod Stakhov | 2015-11-19 | 1 | -1/+1 | |
| | ||||||
* | Implement refcounting for configuration | Vsevolod Stakhov | 2015-11-18 | 1 | -6/+6 | |
| | ||||||
* | Check from returned more precisely | Vsevolod Stakhov | 2015-11-16 | 1 | -19/+19 | |
| | ||||||
* | Do not rewrite the original url when using redirector | Vsevolod Stakhov | 2015-11-16 | 1 | -4/+10 | |
| | ||||||
* | Fix GError use-after-free | Vsevolod Stakhov | 2015-11-16 | 1 | -0/+1 | |
| | ||||||
* | Add support for check_for_shifted_date and check_for_missing_to_header eval ↵ | Vsevolod Stakhov | 2015-11-13 | 1 | -6/+54 | |
| | | | | rules to SA plugin | |||||
* | Allow the same keys in the configuration | Vsevolod Stakhov | 2015-11-13 | 1 | -3/+13 | |
| | ||||||
* | Fix critical issue with parsing of scores. | Vsevolod Stakhov | 2015-11-13 | 1 | -81/+105 | |
| | ||||||
* | Fix format issues found by static analysis | Vsevolod Stakhov | 2015-11-11 | 1 | -1/+1 | |
| | ||||||
* | More fixes to fuzzy errors processing logic | Vsevolod Stakhov | 2015-11-09 | 1 | -0/+7 | |
| | ||||||
* | Fix events handling when learning fuzzy. | Vsevolod Stakhov | 2015-11-09 | 1 | -5/+16 | |
| | ||||||
* | Fix settings application. | Vsevolod Stakhov | 2015-10-28 | 1 | -1/+1 | |
| | | | | | Issue: #416 Reported by: @moisseev | |||||
* | Use session pool instead of task pool. | Vsevolod Stakhov | 2015-10-26 | 1 | -3/+5 | |
| | ||||||
* | Fix encrypted fuzzy add processing. | Vsevolod Stakhov | 2015-10-26 | 1 | -2/+2 | |
| | ||||||
* | Allow dependencies on rspamd symbols for SA metas | Vsevolod Stakhov | 2015-10-26 | 1 | -0/+38 | |
| | ||||||
* | Fix load of settings with no setup. | Vsevolod Stakhov | 2015-10-26 | 1 | -2/+2 | |
| | ||||||
* | Fix double free for the controller. | Vsevolod Stakhov | 2015-10-26 | 1 | -2/+13 | |
| |