summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/greylist.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix empty threshold check in greylisting moduleAlexander Moisseev2017-10-191-1/+1
|
* [Fix] Use greylisting threshold in greylisting moduleVsevolod Stakhov2017-10-181-0/+8
|
* [Fix] Don't use whitelist/greylist maps as regexp, but as mapJean-Louis Dupond2017-07-261-1/+1
| | | | | | | | | In whitelist & greylist module, the domain files (like spf_dkim_whitelist.inc, etc) were read as regexp map. This caused the following false whitelists: WHITELIST_SPF_DKIM(-3)[onmicrosoft.com] this while only 'microsoft.com' was in the list! Reading the maps as 'map'/'hash' instead of 'regexp' fixes the issue.
* [Feature] Skip updates for messages scanned via controllerVsevolod Stakhov2017-07-011-6/+3
| | | | | | | | | | | | Rationale: controller worker is not designed to perform scan jobs, hence, we check for `Password` header or check `User-Agent` for `rspamc` and skip some of rules parts: - DMARC reports - Greylisting - Ratelimits - Ip score update - Clickhouse export
* [Minor] Convert from rspamd_textVsevolod Stakhov2017-06-191-2/+2
|
* [Fix] Fix rspamc detection in greylist moduleVsevolod Stakhov2017-06-151-5/+11
|
* [Minor] Add Lua 5.3 workaroundVsevolod Stakhov2017-04-231-5/+6
|
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-221-0/+4
|
* [Minor] Allow to append greylist end time to message reportedVsevolod Stakhov2017-04-201-2/+10
|
* [Minor] Fix typosAndrew Lewis2017-03-261-3/+3
|
* [Minor] Removed by a mistakeVsevolod Stakhov2017-03-251-0/+1
|
* [Minor] Remove some unused macrosVsevolod Stakhov2017-03-251-1/+0
|
* [Feature] Stat greylisted messages as greylisted not soft-rejectedVsevolod Stakhov2017-03-251-0/+3
|
* [Minor] Greylisting: fix greylist_min_scoreAndrew Lewis2017-03-171-1/+4
|
* [Feature] Greylist: Support excluding low-scoring messages from greylistingAndrew Lewis2017-03-161-0/+13
|
* [Minor] Use regexps for greylist whitelistVsevolod Stakhov2017-03-151-1/+1
|
* [Fix] Greylist: Suppress greylist action for whitelisted hosts tooAndrew Lewis2017-03-131-1/+11
|
* [Minor] Slightly increase greylist plugin postfilter priorityVsevolod Stakhov2017-01-231-1/+1
|
* [Minor] Additional log message for greylist pluginAndrew Lewis2017-01-231-0/+1
|
* [Fix] Do not set pre-result and update records for no `Queue-ID` messagesAlexander Moisseev2016-12-141-0/+5
|
* [Minor] Reduce priority for greylist/ratelimit modulesAndrew Lewis2016-11-261-1/+1
|
* [Rework] Use new maps add functionVsevolod Stakhov2016-11-241-11/+4
|
* [Minor] Use new logging API everywhereAndrew Lewis2016-11-171-3/+3
|
* [Minor] Move upstream handling into rspamd_redis_make_requestAndrew Lewis2016-11-161-9/+2
|
* [Minor] Fix upstreams handlingAndrew Lewis2016-11-161-7/+3
|
* Merge pull request #1129 from fatalbanana/lintVsevolod Stakhov2016-11-141-27/+10
|\ | | | | [Minor] Lint Lua plugins & global functions
| * [Minor] Lint Lua plugins & global functionsAndrew Lewis2016-11-141-27/+10
| |
* | [Minor] Update sample whitelist for greylistAL2016-11-141-1/+1
|/
* Merge pull request #1126 from AlexeySa/patch-8Vsevolod Stakhov2016-11-131-1/+1
|\ | | | | [Minor] Further simplify conditionals
| * [Minor] Further simplify conditionalsAL2016-11-131-1/+1
| | | | | | [Minor] Further simplify conditionals
* | [Minor] Further simplify conditionalsAlexander Moisseev2016-11-131-4/+2
|/
* Fix if-else conditionAL2016-11-131-1/+2
|
* Clearer greylist module codeAL2016-11-131-4/+4
|
* [Fix] No greylist rejected messagesAL2016-11-131-1/+1
|
* [Minor] Fix selective greylistingAndrew Lewis2016-11-111-2/+4
|
* [Minor] Remove default message_func from greylist pluginAndrew Lewis2016-11-051-1/+0
|
* [Feature] Allow custom functions for ratelimitsVsevolod Stakhov2016-11-021-1/+6
|
* [Feature] Allow to have a function to set custom greylist messageVsevolod Stakhov2016-11-021-5/+11
|
* [Minor] Get rid of some global variablesAndrew Lewis2016-11-011-2/+2
| | | | - Also fix some bugs along the way
* [Minor] Add var for premature greylistingAL2016-10-271-2/+5
|
* Rework greylist pluginAL2016-10-181-16/+58
| | | | | | - Implement whitelist domains - Add action setting - Fix ip variable name - Fix read settings
* [Rework] Adopt pluginsVsevolod Stakhov2016-10-171-3/+3
|
* Fix error level on some messagesAL2016-10-161-3/+3
|
* [Minor] Set/reduce postfilter prioritiesAndrew Lewis2016-09-291-1/+1
|
* [Feature] Allow whitelisting by IP for greylisting pluginVsevolod Stakhov2016-09-251-0/+14
|
* Revert "[Feature] Add common way to disable Lua modules"Andrew Lewis2016-09-051-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | 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] Use infox instead of info in loggingVsevolod Stakhov2016-09-041-1/+1
|
* [Feature] Add common way to disable Lua modulesAndrew Lewis2016-09-011-0/+4
|
* [Minor] Skip greylisting for local networks as wellAndrew Lewis2016-08-241-2/+6
|
* [Minor] Disable greylisting for authenticated usersAndrew Lewis2016-08-011-0/+8
|