aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Fix] Skip nostat tokens when get number of tokensVsevolod Stakhov2017-09-164-5/+9
|
* [Fix] Further fixes to ANN moduleVsevolod Stakhov2017-09-161-15/+25
|
* [Fix] Do not include idempotent/nostat symbols to checksumVsevolod Stakhov2017-09-161-6/+12
|
* [Fix] Various fixes to fann_redis instantiationVsevolod Stakhov2017-09-161-31/+75
|
* [Minor] Fix function callVsevolod Stakhov2017-09-161-1/+1
|
* [Minor] Improve tags lookup slightlyVsevolod Stakhov2017-09-151-134/+129
|
* [Feature] Improve parsing of DKIM keys: parse algorithmVsevolod Stakhov2017-09-151-31/+84
|
* Merge pull request #1836 from realbugi/masterVsevolod Stakhov2017-09-141-3/+3
|\ | | | | lua auth_results: authres header needs property for "policy". Make it as a comment for dmarc. Fixes some parsers.
| * lua auth_results: authres header needs property for "policy". Make it as a ↵BuGi2017-09-141-3/+3
|/ | | | | | comment for dmarc. Fixes some parsers. Signed-off-by: BuGi <bugi@aloneinthespace.cf>
* [Test] Relax controller errors checkAndrew Lewis2017-09-132-24/+1
|
* [Feature] Add preliminary ecdsa keys support in DKIMVsevolod Stakhov2017-09-131-17/+66
|
* [Feature] Support sha512 in DKIM signaturesVsevolod Stakhov2017-09-131-3/+37
|
* [Minor] Use libicu to find uppercase lettersVsevolod Stakhov2017-09-121-15/+10
|
* [Minor] Fix misprintVsevolod Stakhov2017-09-111-2/+2
|
* Merge remote-tracking branch 'origin/master'Vsevolod Stakhov2017-09-116-9/+193
|\
| * [Minor] Fix testsAndrew Lewis2017-09-113-4/+3
| |
| * [Feature] Authentication-Results: support hiding usernamesAndrew Lewis2017-09-112-3/+14
| |
| * [Minor] Import updates from public suffix listAndrew Lewis2017-09-101-2/+175
| |
* | [Minor] Improve logging in antivirus moduleVsevolod Stakhov2017-09-111-1/+9
|/
* [Minor] Rebalance IP score coefficientsVsevolod Stakhov2017-09-091-3/+3
|
* [Minor] Fix some lua issuesVsevolod Stakhov2017-09-091-3/+1
|
* [Feature] Allow to load and use dynamic ANNs with torchVsevolod Stakhov2017-09-097-1/+164
|
* [Fix] Relax unicode properties requirements for chartable moduleVsevolod Stakhov2017-09-091-2/+5
|
* Merge pull request #1829 from fatalbanana/subjectVsevolod Stakhov2017-09-093-5/+33
|\ | | | | Restore task:set_metric_subject() function
| * [Fix] Rewriting subjects via force actions moduleAndrew Lewis2017-09-083-6/+9
| |
| * Revert "[Fix] Remove incorrect method `task:set_metric_subject`"Andrew Lewis2017-09-072-1/+29
| | | | | | | | This reverts commit e809039a9e84cb6235a6447d1c9c8fc34ddcf8c6.
| * Revert "[Minor] Avoid usage of the incorrect API"Andrew Lewis2017-09-071-4/+1
| | | | | | | | This reverts commit 7b207cf0f21f89f78f41ca15ef8c0bddfb5bc264.
* | [Test] SPF PTR macroAndrew Lewis2017-09-081-0/+20
| |
* | [Fix] Do not cache SPF records with PTR elementsVsevolod Stakhov2017-09-081-0/+4
| |
* | [Minor] More efforts to handle SPF PTR properlyVsevolod Stakhov2017-09-081-0/+1
|/
* [Fix] Fix PTR processing in SPFVsevolod Stakhov2017-09-071-0/+4
| | | | Issue: #1828
* [Fix] Rebalance and slightly rework MX check pluginVsevolod Stakhov2017-09-071-9/+6
|
* [Minor] Fix previous commit: avoid doing useless thingsAndrew Lewis2017-09-071-2/+2
|
* [Fix] Auth-Results: Multiple DKIM signaturesAndrew Lewis2017-09-071-2/+3
|
* [Minor] Clarify RCVD_VIA_SMTP_AUTH descriptionAndrew Lewis2017-09-071-1/+2
| | | | - Issue: #1825
* [Minor] Zero structure before usageVsevolod Stakhov2017-09-061-1/+1
|
* [Minor] Avoid usage of the incorrect APIVsevolod Stakhov2017-09-051-1/+4
|
* [Fix] Remove incorrect method `task:set_metric_subject`Vsevolod Stakhov2017-09-052-29/+1
|
* [Test] Some tests for whitelist moduleAndrew Lewis2017-09-053-1/+155
|
* [Fix] Fix blacklists and DMARC in whitelistVsevolod Stakhov2017-09-041-18/+30
| | | | Issue: #1824
* [Minor] Add some extra debug to ip_score moduleVsevolod Stakhov2017-09-031-0/+11
|
* Release 1.6.3Vsevolod Stakhov2017-09-031-0/+19
| | | | | | | | | | | | | | | | | | | | | | * [CritFix] Fix semicolons parsing in the content type * [Feature] Add EBL to the default config * [Feature] Allow to configure monitored * [Feature] Allow to skip specific hashes in fuzzy storage * [Feature] Multimap: checking of symbol options * [Feature] Redis settings: support checking multiple keys * [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer * [Fix] Avoid changing content-transfer-encoding header's value * [Fix] Don't use whitelist/greylist maps as regexp, but as map * [Fix] Fix get_content method * [Fix] Header checks: Fix get_raw_header method * [Fix] Header checks: REPLYTO_UNPARSEABLE rule * [Fix] Lua_http: freeing * [Fix] Milter headers: custom headers: removing headers * [Fix] Parse HREF urls without explicit prefix * [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule * [WebUI] Escape strings inside HTML in history Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* [Minor] Fix variable nameVsevolod Stakhov2017-09-031-1/+1
|
* [Feature] Implement torch based ANN learningVsevolod Stakhov2017-09-031-22/+94
|
* [Minor] Silence tests warningsVsevolod Stakhov2017-09-021-0/+1
|
* [Rework] Start moving of fann redis to torchVsevolod Stakhov2017-09-023-40/+108
|
* [Minor] Fix type in map addingVsevolod Stakhov2017-09-021-1/+1
|
* [Feature] Allow to use global lua maps in settingsVsevolod Stakhov2017-09-022-31/+74
| | | | Issue: #1802
* [Minor] Check type of map more strictlyVsevolod Stakhov2017-09-021-1/+4
|
* Merge pull request #1821 from mkuron/settings-headerVsevolod Stakhov2017-09-011-0/+26
|\ | | | | User settings: add header rules