Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | [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 macro usage | Vsevolod Stakhov | 2016-09-04 | 1 | -4/+2 |
| | |||||
* | [Feature] Add more meta-tokens to bayes | Vsevolod Stakhov | 2016-09-03 | 1 | -1/+28 |
| | |||||
* | Merge pull request #926 from fatalbanana/minor | Vsevolod Stakhov | 2016-09-02 | 2 | -2/+2 |
|\ | | | | | [Minor] Fix log message; don't use legacy API | ||||
| * | [Minor] Fix log message; don't use legacy API | Andrew Lewis | 2016-09-02 | 2 | -2/+2 |
| | | |||||
* | | [Minor] Implement some features of redis backend | Vsevolod Stakhov | 2016-09-02 | 3 | -1/+269 |
| | | |||||
* | | [Minor] Skeleton for redis fuzzy backend | Vsevolod Stakhov | 2016-09-02 | 6 | -8/+244 |
| | | |||||
* | | [Minor] `type` -> `backend` for fuzzy backend type | Vsevolod Stakhov | 2016-09-02 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Fix periodic updates | Vsevolod Stakhov | 2016-09-02 | 3 | -27/+74 |
| | | |||||
* | | Merge branch 'fuzzy-backend-rework' | Vsevolod Stakhov | 2016-09-02 | 10 | -1190/+1747 |
|\ \ | |/ |/| | |||||
| * | [Rework] Adopt fuzzy storage for abstract backend | Vsevolod Stakhov | 2016-09-02 | 2 | -212/+259 |
| | | |||||
| * | [Minor] Add more routines to fuzzy backend subrs | Vsevolod Stakhov | 2016-09-01 | 2 | -12/+141 |
| | | |||||
| * | [Minor] Add sqlite helpers to the abstract API | Vsevolod Stakhov | 2016-09-01 | 3 | -9/+131 |
| | | |||||
| * | [Minor] Add skeleton for backend abstract functions | Vsevolod Stakhov | 2016-09-01 | 1 | -5/+70 |
| | | |||||
| * | [Rework] Reorganize the internal backend structure | Vsevolod Stakhov | 2016-09-01 | 7 | -121/+274 |
| | | |||||
| * | [Rework] Reorganize fuzzy backend structure | Vsevolod Stakhov | 2016-09-01 | 8 | -1120/+1161 |
| | | |||||
* | | [Feature] Add common way to disable Lua modules | Andrew Lewis | 2016-09-01 | 23 | -20/+133 |
|/ | |||||
* | Merge pull request #922 from fatalbanana/dkim | Vsevolod Stakhov | 2016-09-01 | 1 | -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 senders | Andrew Lewis | 2016-09-01 | 1 | -92/+93 |
| | | |||||
* | | Merge pull request #923 from fatalbanana/maxn | Vsevolod Stakhov | 2016-09-01 | 5 | -9/+9 |
|\ \ | | | | | | | [Fix] Banish table.maxn from Lua parts | ||||
| * | | [Fix] Banish table.maxn from Lua parts | Andrew Lewis | 2016-09-01 | 5 | -9/+9 |
| | | | |||||
* | | | [Fix] Use the correct macro to get the size of control | Vsevolod Stakhov | 2016-09-01 | 1 | -4/+4 |
|/ / | |||||
* | | [Minor] Do not blame about unsupported file locks | Vsevolod Stakhov | 2016-08-31 | 1 | -4/+18 |
| | | |||||
* | | [Fix] Fix actrie patterns | Vsevolod Stakhov | 2016-08-31 | 1 | -4/+3 |
| | | |||||
* | | [Minor] Tune printf for hex and base32 input strings | Vsevolod Stakhov | 2016-08-31 | 1 | -10/+33 |
|/ | |||||
* | [Fix] Fix format string | Vsevolod Stakhov | 2016-08-31 | 1 | -3/+5 |
| | |||||
* | [Fix] Fix min_learns option | Vsevolod Stakhov | 2016-08-31 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | |||||
* | | Merge pull request #911 from fatalbanana/dmarc | Vsevolod Stakhov | 2016-08-30 | 1 | -17/+53 |
|\ \ | | | | | | | [Minor] Yield DMARC_NA when From header is missing | ||||
| * | | [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] Add logging support for redis pool | Vsevolod Stakhov | 2016-08-30 | 2 | -12/+43 |
| | | |||||
* | | [Fix] Do not be cheated by system hiredis | Vsevolod Stakhov | 2016-08-30 | 2 | -5/+6 |
| | | |||||
* | | [Minor] Various fixes in redis pool | Vsevolod Stakhov | 2016-08-30 | 2 | -62/+57 |
| | | |||||
* | | [Minor] Initialize redis pool | Vsevolod Stakhov | 2016-08-30 | 4 | -0/+8 |
| | | |||||
* | | [Feature] Add implementation of redis connections pool | Vsevolod Stakhov | 2016-08-30 | 3 | -0/+402 |
|/ | |||||
* | [Fix] Fix options for SPF dnsfail symbol | Vsevolod Stakhov | 2016-08-30 | 1 | -1/+5 |
| | |||||
* | [Fix] Fix processing of symbols when reject limit is reached | Vsevolod Stakhov | 2016-08-30 | 1 | -8/+10 |
| | |||||
* | [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 |
|/ |