summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] DMARC reports: always use UTC timeAndrew Lewis2017-05-161-5/+16
|
* [Feature] Multimap: email:domain:tld filterAndrew Lewis2017-05-161-0/+5
|
* [Minor] DMARC reporting: remove stray characterAndrew Lewis2017-05-141-1/+1
|
* [Minor] DMARC reports: fixes for XML & reporting addressesAndrew Lewis2017-05-141-7/+8
|
* [Minor] Move more magic constants to definesVsevolod Stakhov2017-05-122-4/+12
|
* [Minor] DMARC reporting: couple of small fixesAndrew Lewis2017-05-121-51/+51
| | | | | | | - Add policy override to report - Check parent domains for DMARC policies - Fix log message - Also drop formatting from report; apply table.concat
* [Minor] DMARC recporting: fix stray bracketAndrew Lewis2017-05-121-1/+1
|
* [Minor] DMARC reporting: rework backendAndrew Lewis2017-05-111-89/+85
| | | | | | - Also fix deletion - Support redirecting reports (useful for evaluation) - Deal with possibly missing SPF results
* [Fix] Do not check DMARC if SPF or DKIM were not checkedVsevolod Stakhov2017-05-103-1/+36
| | | | Issue: #1629
* [Minor] Reduce digit->number transmission penaltyVsevolod Stakhov2017-05-101-2/+2
| | | | Issue: #1630
* [Fix] Multimap: Received IP filters with RedisAndrew Lewis2017-05-091-1/+2
| | | | | - Issue: #1623 - Reported by: @andryyy
* Merge pull request #1624 from fatalbanana/drm1Vsevolod Stakhov2017-05-091-49/+818
|\ | | | | [Feature] Preliminary DMARC reporting implementation
| * [Feature] Preliminary DMARC reporting implementationAndrew Lewis2017-05-091-49/+818
| |
* | Add ability to read selector from RedisAndré Peters2017-05-081-27/+50
|/
* [CritFix] Fix memory leak in fuzzy checkVsevolod Stakhov2017-05-071-1/+2
|
* [Minor] Fix result parsing for SAVAPIChristian Roessner2017-05-051-12/+7
|
* Is not writeAndré Peters2017-05-051-1/+1
| | | Don't know the actual impact...
* [Fix] DKIM Signing: avoid nil index when From header is missingAndrew Lewis2017-05-041-1/+1
|
* [Minor] Spamtrap: adjust defaults for consistency with configAndrew Lewis2017-05-041-2/+2
|
* [Minor] Other style fixes in spamtrapVsevolod Stakhov2017-05-031-9/+15
|
* [Fix] Fix syntax error in spamtrap pluginVsevolod Stakhov2017-05-031-1/+2
|
* Merge pull request #1610 from croessner/sptrVsevolod Stakhov2017-05-031-0/+146
|\ | | | | [Feature] Add Lua plugin spamtrap
| * [Feature] Add Lua plugin spamtrapChristian Roessner2017-05-021-0/+146
| |
* | [CritFix] Fix corruption when multiple fuzzy are definedVsevolod Stakhov2017-05-021-10/+30
|/ | | | | | | | | If there are two fuzzy storages with the same algorithm but one of them uses encryption, then the encryption procedure could corrupt non-encrypted requests. This patch decouples encryption from caching removing this issue. Issue: #1611
* [CritFix] Fix learn condition in fuzzy checkVsevolod Stakhov2017-04-281-13/+29
|
* [Feature] Allow to exclude specific domains from mx checkVsevolod Stakhov2017-04-271-2/+19
|
* [Feature] DKIM signing: sign_networks/local address specific use_domain settingsAndrew Lewis2017-04-261-6/+20
| | | | - Issue: #1582
* [Minor] Format floating point numberVsevolod Stakhov2017-04-231-1/+1
|
* [Minor] Add Lua 5.3 workaroundVsevolod Stakhov2017-04-231-5/+6
|
* [Fix] Detect confighelp in plugins initialisationVsevolod Stakhov2017-04-2239-11/+202
|
* [Feature] Rework confighelp to load Lua pluginsVsevolod Stakhov2017-04-221-0/+10
|
* [Minor] Silence warningAndrew Lewis2017-04-211-1/+1
|
* [Feature] Rework hfilter to use hyperscan if possibleVsevolod Stakhov2017-04-211-113/+193
|
* [Minor] Try all hostname regexps to find the most significant oneVsevolod Stakhov2017-04-201-2/+3
|
* [Minor] Allow to append greylist end time to message reportedVsevolod Stakhov2017-04-201-2/+10
|
* [Minor] Disable dkim_signing if redis is specified but not configuredVsevolod Stakhov2017-04-201-1/+2
|
* [Minor] DKIM signing: deal with ambiguous settings betterAndrew Lewis2017-04-181-5/+9
|
* [Feature] Allow configurable sign headers for DKIMVsevolod Stakhov2017-04-141-14/+28
| | | | Issue: #1595
* [Feature] DKIM Signing: envelope match exception for local IPsAndrew Lewis2017-04-131-3/+12
| | | | - Also for sign_networks
* [Minor] Slightly optimise maillist pluginVsevolod Stakhov2017-04-121-16/+18
|
* [Minor] Improve symbols in emails moduleVsevolod Stakhov2017-04-111-17/+27
|
* [Fix] More fixes for hashed email dnsblsVsevolod Stakhov2017-04-111-1/+12
|
* [Fix] Plug memory leak in chartable moduleVsevolod Stakhov2017-04-101-0/+4
|
* [WebUI] Do not hide messages with bad subject, just replace it with '???'Vsevolod Stakhov2017-04-091-2/+6
|
* [Minor] Filter bad utf8 subjectsVsevolod Stakhov2017-04-091-1/+7
|
* [Fix] Fix JSON output for history_redisVsevolod Stakhov2017-04-091-4/+16
|
* [Minor] Fix couple of format arguments issuesVsevolod Stakhov2017-04-081-1/+1
|
* [Minor] Remove minor warningsVsevolod Stakhov2017-04-081-4/+4
|
* [Minor] Antivirus: don't set action if all results were whitelistedAndrew Lewis2017-04-071-0/+3
|
* [Minor] Antivirus: process table results correctly; prettify loggingAndrew Lewis2017-04-071-3/+6
|