aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* [Feature] Add top redirector targets rankVsevolod Stakhov2017-06-091-1/+7
|
* [Minor] Use shorter keys for url redirectionsVsevolod Stakhov2017-06-091-1/+2
|
* [Feature] Expire processing items for URL redirector aggressivelyVsevolod Stakhov2017-06-091-3/+3
|
* [Minor] Allow to set custom pool for a taskVsevolod Stakhov2017-06-081-1/+1
|
* [Minor] Use mime from/rcpt if SMTP ones are missingVsevolod Stakhov2017-06-081-0/+6
|
* [Minor] DMARC reporting: support copying reportsAndrew Lewis2017-06-061-0/+3
|
* [Feature] Add count to url structureVsevolod Stakhov2017-06-061-2/+5
|
* Add ability to skip local and/or authenticatedAndré Peters2017-06-061-0/+17
| | | Default behavior remains.
* [Minor] Silence warningsAndrew Lewis2017-06-052-20/+17
|
* [Minor] Do not query RBLs with no monitored setVsevolod Stakhov2017-06-051-2/+4
|
* [Feature] Add `monitored_address` for rblsVsevolod Stakhov2017-06-051-3/+10
| | | | | | Also disable monitoring for whitelists Issue: #1662
* [Feature] Fix surbl monitored for IP lists, add `monitored_domain` optionVsevolod Stakhov2017-06-052-61/+51
|
* [Minor] Remove `skip_multi` from DKIM moduleVsevolod Stakhov2017-06-051-28/+0
|
* [Minor] Metadata exporter: round scores in flattened metadataAlexander Moisseev2017-06-031-4/+6
|
* [Minor] More rmilter->milter transformsVsevolod Stakhov2017-06-031-1/+1
|
* [Minor] More rework in renaming rmilter -> milterVsevolod Stakhov2017-06-021-6/+7
|
* [Minor] Metadata exporter: score should be numberAndrew Lewis2017-06-021-1/+2
|
* [Minor] Add score to default email alert templateAlexander Moisseev2017-06-021-1/+2
|
* [Minor] Fix log messageVsevolod Stakhov2017-06-021-3/+4
|
* [Fix] Change default text multiplier from 0.5 to 2.0Vsevolod Stakhov2017-06-021-1/+1
|
* [Feature] Add `text_multiplier` paramVsevolod Stakhov2017-06-011-3/+28
| | | | | | This parameter affect minimum bytes setting in text parts and binary parts. Min bytes for text part is min bytes for binary parts multiplied by `text_multiplier`. The default value is `0.5`.
* [Fix] Check min_bytes for images as wellVsevolod Stakhov2017-06-011-34/+42
|
* [Minor] Addoption for ARC_ALLOWVsevolod Stakhov2017-06-011-1/+2
|
* [Minor] DMARC reporting: retry on DNS and SMTP errorsAndrew Lewis2017-06-011-7/+28
|
* [Minor] More fixes to arc sealingVsevolod Stakhov2017-05-291-11/+22
|
* [Feature] DMARC: Support excluding domains from samplingAndrew Lewis2017-05-291-7/+29
|
* [Minor] Fix issues in ARC-Seal calculationsVsevolod Stakhov2017-05-291-7/+11
|
* [Minor] Fix ARC-Seal header nameVsevolod Stakhov2017-05-291-2/+2
|
* [Minor] Fix bracesVsevolod Stakhov2017-05-291-1/+1
|
* [Fix] Fix some more issues about duplicated fuzzy requestsVsevolod Stakhov2017-05-291-7/+1
|
* [Minor] Fix warningsAndrew Lewis2017-05-291-4/+4
|
* [Minor] DMARC reporting: Fix TCP requestAndrew Lewis2017-05-291-0/+3
|
* [Minor] DMARC: fix runaway processing in reporting address verificationAndrew Lewis2017-05-291-10/+12
|
* [Minor] DMARC: Correctly set write flagAndrew Lewis2017-05-291-2/+2
|
* [Minor] Move E to the proper placeVsevolod Stakhov2017-05-281-1/+0
|
* [Minor] Fix signing type for ARC-SignatureVsevolod Stakhov2017-05-281-1/+1
|
* [Minor] Allow authenticated domain to be used in dkimVsevolod Stakhov2017-05-281-4/+1
|
* [Minor] Try to be slightly more consistent in symbol names for ARCVsevolod Stakhov2017-05-281-3/+3
|
* [Rework] Move common DKIM functions to a separate lua moduleVsevolod Stakhov2017-05-282-265/+8
|
* [Fix] Fix ARC signingVsevolod Stakhov2017-05-281-7/+39
|
* [Feature] Allow to use domain from authenticated userVsevolod Stakhov2017-05-281-21/+35
|
* [Minor] Add the same duplicates protection for all fuzzy hashes typesVsevolod Stakhov2017-05-271-0/+42
|
* [Fix] Do not add exact hashes from different partsVsevolod Stakhov2017-05-271-3/+16
|
* [Fix] Skip text parts when checking binary parts in fuzzy checkVsevolod Stakhov2017-05-271-1/+3
|
* [Feature] Add preliminary support of ARC signingVsevolod Stakhov2017-05-271-1/+340
|
* [Minor] Add function to canonicalise headersVsevolod Stakhov2017-05-271-0/+48
|
* [Minor] Add more ARC checksVsevolod Stakhov2017-05-271-16/+44
|
* [Minor] Fix couple of issues in arc pluginVsevolod Stakhov2017-05-271-9/+39
|
* [Minor] Push dkim domain to verify callbackVsevolod Stakhov2017-05-271-1/+8
|
* [Feature] Add the preliminary ARC pluginVsevolod Stakhov2017-05-261-0/+243
|