Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Descriptive options for RBL symbols | Andrew Lewis | 2016-09-09 | 1 | -7/+7 |
| | |||||
* | Merge pull request #937 from fatalbanana/replies | Vsevolod Stakhov | 2016-09-08 | 1 | -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 Lewis | 2016-09-08 | 1 | -1/+5 |
| | | | | | | | | networks | ||||
* | | Merge pull request #934 from fatalbanana/dmarc | Vsevolod Stakhov | 2016-09-08 | 1 | -7/+23 |
|\ \ | |/ |/| | [Feature] Descriptive options for DMARC failure symbols | ||||
| * | [Feature] Descriptive options for DMARC failure symbols | Andrew Lewis | 2016-09-08 | 1 | -7/+23 |
| | | |||||
* | | [Minor] Improve logging for ratelimit | Vsevolod Stakhov | 2016-09-08 | 1 | -1/+5 |
| | | |||||
* | | [Minor] Ratelimit: remove duplicated division on ham scores; fix registration | Andrew Lewis | 2016-09-06 | 1 | -2/+2 |
|/ | |||||
* | [Fix] Fix variable in ann module | Vsevolod Stakhov | 2016-09-06 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix symbols registration in fann | Vsevolod Stakhov | 2016-09-06 | 1 | -1/+12 |
| | |||||
* | Merge pull request #928 from fatalbanana/derp | Vsevolod Stakhov | 2016-09-05 | 23 | -100/+11 |
|\ | | | | | Revert useless commits | ||||
| * | Revert "[Feature] Add common way to disable Lua modules" | Andrew Lewis | 2016-09-05 | 23 | -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/forged | Vsevolod Stakhov | 2016-09-05 | 1 | -30/+37 |
|\ \ | | | | | | | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselves | ||||
| * | | [Feature] Relax FORGED_RECIPIENTS: allow senders to BCC themselves | Andrew Lewis | 2016-09-05 | 1 | -30/+37 |
| |/ | |||||
* / | [Feature] Insert two symbols: FANN_HAM and FANN_SPAM instead of one | Vsevolod Stakhov | 2016-09-05 | 1 | -4/+14 |
|/ | |||||
* | [Minor] Forgot to save in the previous commit | Vsevolod Stakhov | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | [Minor] Use infox instead of info in logging | Vsevolod Stakhov | 2016-09-04 | 19 | -20/+23 |
| | |||||
* | [Minor] Fix log message; don't use legacy API | Andrew Lewis | 2016-09-02 | 2 | -2/+2 |
| | |||||
* | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 23 | -20/+133 |
| | |||||
* | [Fix] Banish table.maxn from Lua parts | Andrew Lewis | 2016-09-01 | 4 | -8/+8 |
| | |||||
* | Merge pull request #917 from fatalbanana/rlimit | Vsevolod Stakhov | 2016-08-31 | 1 | -1/+10 |
|\ | | | | | [Feature] Support excluding selected users from ratelimits | ||||
| * | [Feature] Support excluding selected users from ratelimits | Andrew Lewis | 2016-08-31 | 1 | -1/+10 |
| | | |||||
* | | 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 | ||||
* | [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 | ||||
* | [Feature] Antivirus: Support whitelists & pattern-matching sig names | Andrew Lewis | 2016-08-29 | 1 | -4/+34 |
| | |||||
* | [Feature] Monitor RBL records | Vsevolod Stakhov | 2016-08-26 | 1 | -84/+93 |
| | |||||
* | 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 #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 |
| |