Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #912 from fatalbanana/ipscore | Vsevolod Stakhov | 2016-08-31 | 1 | -1/+8 | |
|\ \ | |/ |/| | [Minor] Disable IP Score for authenticated users & local networks | |||||
| * | [Minor] Disable IP Score for authenticated users & local networks | Andrew Lewis | 2016-08-31 | 1 | -1/+8 | |
| | | ||||||
* | | [Minor] Fix forcing actions in DMARC plugin | Andrew Lewis | 2016-08-30 | 1 | -7/+6 | |
| | | ||||||
* | | [Minor] Yield DMARC_NA when From header is missing | Andrew Lewis | 2016-08-30 | 1 | -17/+53 | |
|/ | | | | | - Also make DMARC symbols configurable - Register some additional symbols | |||||
* | [Fix] Fix options for SPF dnsfail symbol | Vsevolod Stakhov | 2016-08-30 | 1 | -1/+5 | |
| | ||||||
* | [Minor] Ip Score: Fix display of subscores | Andrew Lewis | 2016-08-30 | 1 | -4/+4 | |
| | ||||||
* | [Minor] Resurrect RBL module | Andrew Lewis | 2016-08-30 | 1 | -1/+2 | |
| | ||||||
* | [Fix] Params should be treated as a hash | Vsevolod Stakhov | 2016-08-29 | 1 | -1/+1 | |
| | ||||||
* | [Rework] Rework and simplify rbl plugin | Vsevolod Stakhov | 2016-08-29 | 1 | -220/+265 | |
| | | | | | | | 1. Use functional for break/continue 2. Split filtering and processing stage 3. Reduce verify complexity by using callback closure 4. Do not send multiple requests for the same DNS name | |||||
* | Merge pull request #903 from fatalbanana/clamav | Vsevolod Stakhov | 2016-08-29 | 1 | -4/+34 | |
|\ | | | | | [Feature] Antivirus: Support whitelists & pattern-matching sig names | |||||
| * | [Feature] Antivirus: Support whitelists & pattern-matching sig names | Andrew Lewis | 2016-08-29 | 1 | -4/+34 | |
| | | ||||||
* | | [Feature] Add R_DKIM_NA / R_SPF_NA / AUTH_NA symbols | Andrew Lewis | 2016-08-29 | 2 | -1/+67 | |
|/ | ||||||
* | [Feature] Monitor RBL records | Vsevolod Stakhov | 2016-08-26 | 1 | -84/+93 | |
| | ||||||
* | [Feature] Add monitored object for surbl plugin | Vsevolod Stakhov | 2016-08-26 | 2 | -0/+21 | |
| | ||||||
* | Merge pull request #897 from fatalbanana/rlimit | Vsevolod Stakhov | 2016-08-26 | 3 | -129/+212 | |
|\ | | | | | [Feature] Adaptive ratelimits | |||||
| * | [Feature] Adaptive ratelimits | Andrew Lewis | 2016-08-26 | 3 | -129/+212 | |
| | | | | | | | | | | - Also per-IP and per-ASN ratelimits - Minor rework of some parts | |||||
* | | [Feature] Add DMARC_NA symbol | Andrew Lewis | 2016-08-26 | 1 | -24/+34 | |
| | | | | | | | | - Also allow forcing action on DMARC_NA; DMARC_DNSFAIL; DMARC_BAD_POLICY | |||||
* | | [Fix] Fix absurdic scores for HFILTER_URL_ONLY | Vsevolod Stakhov | 2016-08-25 | 1 | -1/+3 | |
| | | ||||||
* | | [Feature] Yield DMARC_DNSFAIL on lookup failure | Andrew Lewis | 2016-08-25 | 1 | -12/+25 | |
|/ | ||||||
* | Merge pull request #887 from AlexeySa/patch-4 | Vsevolod Stakhov | 2016-08-24 | 1 | -0/+1 | |
|\ | | | | | Change priority replies plugin | |||||
| * | Change priority replies plugin | AL | 2016-08-24 | 1 | -0/+1 | |
| | | | | | | Change prefilter priority for another plugins | |||||
* | | Merge pull request #889 from fatalbanana/dkim | Vsevolod Stakhov | 2016-08-24 | 1 | -0/+4 | |
|\ \ | | | | | | | [Minor] Disable DKIM for authed users & local networks (#888) | |||||
| * | | [Minor] Disable DKIM for authed users & local networks (#888) | Andrew Lewis | 2016-08-24 | 1 | -0/+4 | |
| |/ | ||||||
* | | Merge pull request #892 from fatalbanana/settings | Vsevolod Stakhov | 2016-08-24 | 1 | -0/+6 | |
|\ \ | | | | | | | [Fix] Settings: fix `authenticated` parameter (#886) | |||||
| * | | [Fix] Settings: fix `authenticated` parameter (#886) | Andrew Lewis | 2016-08-24 | 1 | -0/+6 | |
| |/ | ||||||
* / | [Minor] Skip greylisting for local networks as well | Andrew Lewis | 2016-08-24 | 1 | -2/+6 | |
|/ | ||||||
* | [Feature] Add condition to do antiviral check | Vsevolod Stakhov | 2016-08-23 | 1 | -4/+7 | |
| | ||||||
* | [Feature] Add preliminary version of clamav plugin | Vsevolod Stakhov | 2016-08-23 | 1 | -0/+275 | |
| | ||||||
* | Merge pull request #882 from fatalbanana/dmarc | Vsevolod Stakhov | 2016-08-22 | 1 | -6/+4 | |
|\ | | | | | [Fix] DMARC: Fix alignment checking for subdomains | |||||
| * | [Fix] DMARC: Fix alignment checking for subdomains | Andrew Lewis | 2016-08-22 | 1 | -6/+4 | |
| | | ||||||
* | | [Minor] Fix registration of prefilters in multimap (#878) | Andrew Lewis | 2016-08-22 | 1 | -36/+35 | |
|/ | ||||||
* | [Minor] Fix log message | Andrew Lewis | 2016-08-21 | 1 | -1/+1 | |
| | | | | - Also clean up X_PHP_EVAL rule | |||||
* | [Fix] Disable DMARC for local/authorized mail | Vsevolod Stakhov | 2016-08-21 | 1 | -0/+5 | |
| | ||||||
* | [Fix] Fix url maps | Vsevolod Stakhov | 2016-08-20 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Show the exact value matched for multima symbols | Vsevolod Stakhov | 2016-08-20 | 1 | -1/+49 | |
| | ||||||
* | [Fix] DMARC: deal with missing and spurious spaces | Andrew Lewis | 2016-08-19 | 1 | -6/+1 | |
| | ||||||
* | [Minor] Deal with non-nil REDIS_NIL in multimap | Andrew Lewis | 2016-08-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #860 from fatalbanana/ipscore2 | Vsevolod Stakhov | 2016-08-19 | 1 | -7/+12 | |
|\ | | | | | [Feature] Allow for more fine-grained scoring for ip_score | |||||
| * | [Feature] Allow for more fine-grained scoring for ip_score | Andrew Lewis | 2016-08-19 | 1 | -7/+12 | |
| | | | | | | | | - Also simplify some funny math | |||||
* | | [Feature] Add SPF method in spf return result | Vsevolod Stakhov | 2016-08-19 | 1 | -1/+9 | |
| | | | | | | | | | | Issue: #831 Reported by: @moisseev | |||||
* | | Merge pull request #858 from fatalbanana/ipscore | Vsevolod Stakhov | 2016-08-18 | 1 | -47/+46 | |
|\| | | | | | [Fix] Defer insertion of results in ip_score to avoid skewing stats | |||||
| * | [Fix] Defer insertion of results in ip_score to avoid skewing stats | Andrew Lewis | 2016-08-18 | 1 | -47/+46 | |
| | | ||||||
* | | Merge pull request #857 from fatalbanana/mempool | Vsevolod Stakhov | 2016-08-18 | 1 | -1/+36 | |
|\ \ | | | | | | | [Feature] Add mempool maps in multimap (instead of ASN/country) | |||||
| * | | [Feature] Add mempool maps in multimap | Andrew Lewis | 2016-08-18 | 1 | -1/+36 | |
| |/ | ||||||
* / | [Fix] Fix reload in some plugins and workers | Vsevolod Stakhov | 2016-08-18 | 2 | -2/+11 | |
|/ | ||||||
* | [Feature] ASN module; support matching ASN/country in multimap | Andrew Lewis | 2016-08-17 | 3 | -42/+113 | |
| | | | | | - Also removed stuff from ip_score - Updated tests | |||||
* | [Fix] Avoid setting limits when required elements are missing | Vsevolod Stakhov | 2016-08-16 | 1 | -19/+21 | |
| | ||||||
* | [Fix] Add sanity check for url filters | Vsevolod Stakhov | 2016-08-15 | 1 | -0/+4 | |
| | ||||||
* | [Fix] Fix URL filters | Vsevolod Stakhov | 2016-08-14 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Fix filename maps filter | Vsevolod Stakhov | 2016-08-13 | 1 | -1/+1 | |
| |