aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-0123-20/+133
|
* Merge pull request #922 from fatalbanana/dkimVsevolod Stakhov2016-09-011-92/+93
|\ | | | | [Minor] Don't yield R_DKIM_NA for local/authenticated/whitelisted senders
| * [Minor] Don't yield R_DKIM_NA for local/authenticated/whitelisted sendersAndrew Lewis2016-09-011-92/+93
| |
* | [Fix] Banish table.maxn from Lua partsAndrew Lewis2016-09-014-8/+8
|/
* [Fix] Fix format stringVsevolod Stakhov2016-08-311-3/+5
|
* Merge pull request #917 from fatalbanana/rlimitVsevolod Stakhov2016-08-311-1/+10
|\ | | | | [Feature] Support excluding selected users from ratelimits
| * [Feature] Support excluding selected users from ratelimitsAndrew Lewis2016-08-311-1/+10
| |
* | Merge pull request #912 from fatalbanana/ipscoreVsevolod Stakhov2016-08-311-1/+8
|\ \ | |/ |/| [Minor] Disable IP Score for authenticated users & local networks
| * [Minor] Disable IP Score for authenticated users & local networksAndrew Lewis2016-08-311-1/+8
| |
* | [Minor] Fix forcing actions in DMARC pluginAndrew Lewis2016-08-301-7/+6
| |
* | [Minor] Yield DMARC_NA when From header is missingAndrew Lewis2016-08-301-17/+53
|/ | | | | - Also make DMARC symbols configurable - Register some additional symbols
* [Fix] Fix options for SPF dnsfail symbolVsevolod Stakhov2016-08-301-1/+5
|
* [Minor] Ip Score: Fix display of subscoresAndrew Lewis2016-08-301-4/+4
|
* [Minor] Resurrect RBL moduleAndrew Lewis2016-08-301-1/+2
|
* [Fix] Params should be treated as a hashVsevolod Stakhov2016-08-291-1/+1
|
* [Rework] Rework and simplify rbl pluginVsevolod Stakhov2016-08-291-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/clamavVsevolod Stakhov2016-08-291-4/+34
|\ | | | | [Feature] Antivirus: Support whitelists & pattern-matching sig names
| * [Feature] Antivirus: Support whitelists & pattern-matching sig namesAndrew Lewis2016-08-291-4/+34
| |
* | [Feature] Add R_DKIM_NA / R_SPF_NA / AUTH_NA symbolsAndrew Lewis2016-08-292-1/+67
|/
* [Feature] Monitor RBL recordsVsevolod Stakhov2016-08-261-84/+93
|
* [Feature] Add monitored object for surbl pluginVsevolod Stakhov2016-08-262-0/+21
|
* Merge pull request #897 from fatalbanana/rlimitVsevolod Stakhov2016-08-263-129/+212
|\ | | | | [Feature] Adaptive ratelimits
| * [Feature] Adaptive ratelimitsAndrew Lewis2016-08-263-129/+212
| | | | | | | | | | - Also per-IP and per-ASN ratelimits - Minor rework of some parts
* | [Feature] Add DMARC_NA symbolAndrew Lewis2016-08-261-24/+34
| | | | | | | | - Also allow forcing action on DMARC_NA; DMARC_DNSFAIL; DMARC_BAD_POLICY
* | [Fix] Fix absurdic scores for HFILTER_URL_ONLYVsevolod Stakhov2016-08-251-1/+3
| |
* | [Feature] Yield DMARC_DNSFAIL on lookup failureAndrew Lewis2016-08-251-12/+25
|/
* Merge pull request #887 from AlexeySa/patch-4Vsevolod Stakhov2016-08-241-0/+1
|\ | | | | Change priority replies plugin
| * Change priority replies pluginAL2016-08-241-0/+1
| | | | | | Change prefilter priority for another plugins
* | Merge pull request #889 from fatalbanana/dkimVsevolod Stakhov2016-08-241-0/+4
|\ \ | | | | | | [Minor] Disable DKIM for authed users & local networks (#888)
| * | [Minor] Disable DKIM for authed users & local networks (#888)Andrew Lewis2016-08-241-0/+4
| |/
* | Merge pull request #892 from fatalbanana/settingsVsevolod Stakhov2016-08-241-0/+6
|\ \ | | | | | | [Fix] Settings: fix `authenticated` parameter (#886)
| * | [Fix] Settings: fix `authenticated` parameter (#886)Andrew Lewis2016-08-241-0/+6
| |/
* / [Minor] Skip greylisting for local networks as wellAndrew Lewis2016-08-241-2/+6
|/
* [Feature] Add condition to do antiviral checkVsevolod Stakhov2016-08-231-4/+7
|
* [Feature] Add preliminary version of clamav pluginVsevolod Stakhov2016-08-231-0/+275
|
* Merge pull request #882 from fatalbanana/dmarcVsevolod Stakhov2016-08-221-6/+4
|\ | | | | [Fix] DMARC: Fix alignment checking for subdomains
| * [Fix] DMARC: Fix alignment checking for subdomainsAndrew Lewis2016-08-221-6/+4
| |
* | [Minor] Fix registration of prefilters in multimap (#878)Andrew Lewis2016-08-221-36/+35
|/
* [Minor] Fix log messageAndrew Lewis2016-08-211-1/+1
| | | | - Also clean up X_PHP_EVAL rule
* [Fix] Disable DMARC for local/authorized mailVsevolod Stakhov2016-08-211-0/+5
|
* [Fix] Fix url mapsVsevolod Stakhov2016-08-201-1/+1
|
* [Feature] Show the exact value matched for multima symbolsVsevolod Stakhov2016-08-201-1/+49
|
* [Fix] DMARC: deal with missing and spurious spacesAndrew Lewis2016-08-191-6/+1
|
* [Minor] Deal with non-nil REDIS_NIL in multimapAndrew Lewis2016-08-191-1/+1
|
* Merge pull request #860 from fatalbanana/ipscore2Vsevolod Stakhov2016-08-191-7/+12
|\ | | | | [Feature] Allow for more fine-grained scoring for ip_score
| * [Feature] Allow for more fine-grained scoring for ip_scoreAndrew Lewis2016-08-191-7/+12
| | | | | | | | - Also simplify some funny math
* | [Feature] Add SPF method in spf return resultVsevolod Stakhov2016-08-191-1/+9
| | | | | | | | | | Issue: #831 Reported by: @moisseev
* | Merge pull request #858 from fatalbanana/ipscoreVsevolod Stakhov2016-08-181-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 statsAndrew Lewis2016-08-181-47/+46
| |
* | Merge pull request #857 from fatalbanana/mempoolVsevolod Stakhov2016-08-181-1/+36
|\ \ | | | | | | [Feature] Add mempool maps in multimap (instead of ASN/country)