aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Descriptive options for RBL symbolsAndrew Lewis2016-09-091-7/+7
|
* Merge pull request #937 from fatalbanana/repliesVsevolod Stakhov2016-09-081-1/+5
|\ | | | | Don't force action in replies module for authed users/local networks
| * [Fix] Don't force action in replies module for authenticated users/local ↵Andrew Lewis2016-09-081-1/+5
| | | | | | | | networks
* | Merge pull request #934 from fatalbanana/dmarcVsevolod Stakhov2016-09-081-7/+23
|\ \ | |/ |/| [Feature] Descriptive options for DMARC failure symbols
| * [Feature] Descriptive options for DMARC failure symbolsAndrew Lewis2016-09-081-7/+23
| |
* | [Minor] Improve logging for ratelimitVsevolod Stakhov2016-09-081-1/+5
| |
* | [Minor] Ratelimit: remove duplicated division on ham scores; fix registrationAndrew Lewis2016-09-061-2/+2
|/
* [Fix] Fix variable in ann moduleVsevolod Stakhov2016-09-061-2/+2
|
* [Minor] Fix symbols registration in fannVsevolod Stakhov2016-09-061-1/+12
|
* Merge pull request #928 from fatalbanana/derpVsevolod Stakhov2016-09-0523-100/+11
|\ | | | | Revert useless commits
| * Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-0523-100/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f552edd887794a5086dcf93d36f8f82d83553196. Conflicts: src/plugins/lua/antivirus.lua src/plugins/lua/asn.lua src/plugins/lua/dcc.lua src/plugins/lua/dmarc.lua src/plugins/lua/emails.lua src/plugins/lua/forged_recipients.lua src/plugins/lua/greylist.lua src/plugins/lua/hfilter.lua src/plugins/lua/ip_score.lua src/plugins/lua/maillist.lua src/plugins/lua/mime_types.lua src/plugins/lua/multimap.lua src/plugins/lua/once_received.lua src/plugins/lua/ratelimit.lua src/plugins/lua/rbl.lua src/plugins/lua/replies.lua src/plugins/lua/rspamd_update.lua src/plugins/lua/trie.lua src/plugins/lua/whitelist.lua
* | Merge pull request #929 from fatalbanana/forgedVsevolod Stakhov2016-09-051-30/+37
|\ \ | | | | | | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselves
| * | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselvesAndrew Lewis2016-09-051-30/+37
| |/
* / [Feature] Insert two symbols: FANN_HAM and FANN_SPAM instead of oneVsevolod Stakhov2016-09-051-4/+14
|/
* [Minor] Forgot to save in the previous commitVsevolod Stakhov2016-09-041-1/+1
|
* [Minor] Use infox instead of info in loggingVsevolod Stakhov2016-09-0419-20/+23
|
* [Minor] Fix log message; don't use legacy APIAndrew Lewis2016-09-022-2/+2
|
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-0123-20/+133
|
* [Fix] Banish table.maxn from Lua partsAndrew Lewis2016-09-014-8/+8
|
* 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
* [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
* [Feature] Antivirus: Support whitelists & pattern-matching sig namesAndrew Lewis2016-08-291-4/+34
|
* [Feature] Monitor RBL recordsVsevolod Stakhov2016-08-261-84/+93
|
* 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 #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
|