Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework once_received module | Vsevolod Stakhov | 2016-02-13 | 1 | -49/+71 |
| | | | | | | | - Fix priority for `good_hosts` - If a good host has been found do not add once_received symbols - Fix priorities for strict once_received - Add ability to whitelist IP addresses | ||||
* | Reduce weights for some hfilter patterns | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+1 |
| | |||||
* | Fix metas memoization in SA plugin | Vsevolod Stakhov | 2016-02-06 | 1 | -1/+4 |
| | |||||
* | Add possibility to set pre-result using multimap | Vsevolod Stakhov | 2016-02-04 | 1 | -11/+53 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 17 | -347/+177 |
| | |||||
* | Improve and fix multimap plugin | Vsevolod Stakhov | 2016-01-28 | 1 | -20/+79 |
| | | | | | | | | - Restore 'header' maps - Add filters for headers - Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters - Add generic regexp filters | ||||
* | ratelimit: avoid possible indexing of nil value (Fixes #498) | Andrew Lewis | 2016-01-25 | 1 | -1/+1 |
| | |||||
* | Add mime types checking plugin | Vsevolod Stakhov | 2016-01-23 | 1 | -0/+86 |
| | |||||
* | Erm, forgot to add the real fix to google groups | Vsevolod Stakhov | 2016-01-22 | 1 | -1/+5 |
| | |||||
* | Fix googlegroups support in maillist plugin | Vsevolod Stakhov | 2016-01-22 | 1 | -170/+170 |
| | |||||
* | Fix issues with dual stack and hfilter | Vsevolod Stakhov | 2016-01-22 | 1 | -9/+14 |
| | |||||
* | Reduce log severity for ratelimit missing servers | Vsevolod Stakhov | 2016-01-19 | 1 | -2/+2 |
| | |||||
* | Small improvement of logging | Vsevolod Stakhov | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Some fixes to the default configuration | Vsevolod Stakhov | 2016-01-16 | 2 | -2/+2 |
| | |||||
* | Add globbing support | Vsevolod Stakhov | 2016-01-12 | 1 | -11/+19 |
| | |||||
* | Avoid cached regexps | Vsevolod Stakhov | 2016-01-04 | 1 | -4/+4 |
| | |||||
* | Do not use cached regexps to avoid unnecessary gc | Vsevolod Stakhov | 2016-01-04 | 1 | -3/+13 |
| | |||||
* | RBL module: remove `private_ips` setting in favour of `local_addrs` | Andrew Lewis | 2016-01-03 | 1 | -14/+2 |
| | |||||
* | Settings: fix IP match | Andrew Lewis | 2016-01-02 | 1 | -2/+2 |
| | |||||
* | Fix freemail rules | Vsevolod Stakhov | 2015-12-23 | 1 | -9/+11 |
| | |||||
* | Fix issue when SA metas contain other metas | Vsevolod Stakhov | 2015-12-22 | 1 | -5/+8 |
| | |||||
* | Add some temporary logs for fann plugin | Vsevolod Stakhov | 2015-12-22 | 1 | -1/+3 |
| | |||||
* | Add preliminary fann_score plugin | Vsevolod Stakhov | 2015-12-22 | 1 | -0/+103 |
| | |||||
* | Do not parse URLs for getting TLD in lua | Vsevolod Stakhov | 2015-12-21 | 3 | -33/+22 |
| | |||||
* | Fix adding symbols in the settings | Vsevolod Stakhov | 2015-12-17 | 1 | -14/+15 |
| | |||||
* | Allow to exclude some regexps from hyperscan | Vsevolod Stakhov | 2015-12-10 | 1 | -223/+252 |
| | |||||
* | Write errors about missing SA conf files | Vsevolod Stakhov | 2015-12-10 | 1 | -1/+4 |
| | |||||
* | Add rawmime class | Vsevolod Stakhov | 2015-12-09 | 1 | -2/+6 |
| | |||||
* | Fix pcre post-filtering | Vsevolod Stakhov | 2015-12-09 | 1 | -1/+1 |
| | |||||
* | Fix a stupid misprint | Vsevolod Stakhov | 2015-12-09 | 1 | -0/+1 |
| | |||||
* | Fix SA plugin for multiple regexps | Vsevolod Stakhov | 2015-12-09 | 1 | -3/+17 |
| | |||||
* | Add support of 'special' SA headers to 'exists' function | Vsevolod Stakhov | 2015-12-07 | 1 | -2/+17 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | Add guard for ratelimit checks | Vsevolod Stakhov | 2015-11-28 | 1 | -1/+3 |
| | |||||
* | Add additional checks for mail addresses | Vsevolod Stakhov | 2015-11-26 | 1 | -2/+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 |
| | |||||
* | 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 |
| | |||||
* | Check from returned more precisely | Vsevolod Stakhov | 2015-11-16 | 1 | -19/+19 |
| | |||||
* | 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 |
| |