aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Fix couple of self scan issues in the proxyVsevolod Stakhov2017-05-031-20/+6
|
* Merge pull request #1610 from croessner/sptrVsevolod Stakhov2017-05-032-0/+196
|\ | | | | [Feature] Add Lua plugin spamtrap
| * [Feature] Add Lua plugin spamtrapChristian Roessner2017-05-022-0/+196
| |
* | [Fix] Deal with unpaired <a> tagsVsevolod Stakhov2017-05-031-52/+108
| |
* | [Feature] Initial support of self-scan in Rspamd proxyVsevolod Stakhov2017-05-026-21/+210
| |
* | [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
* | [Rework] Make log pipes worker agnostic, add scanners APIVsevolod Stakhov2017-05-025-50/+49
| |
* | [Minor] Add some more states for milter protocolVsevolod Stakhov2017-05-021-9/+34
| |
* | [Minor] Fix headers styleVsevolod Stakhov2017-05-012-36/+36
| |
* | [Feature] Improve omograph phishing detectionVsevolod Stakhov2017-04-301-9/+23
| |
* | [Minor] Allow to check spoofed characters in a single stringVsevolod Stakhov2017-04-301-21/+50
|/
* [Minor] Oops, forgot to save in the previous commitVsevolod Stakhov2017-04-291-5/+5
|
* [Fix] Fix parsing of long regexp typesVsevolod Stakhov2017-04-291-10/+19
|
* [Minor] More parsing functions for milter protoVsevolod Stakhov2017-04-292-30/+242
|
* [Minor] More milter commands parserVsevolod Stakhov2017-04-291-1/+114
|
* [Minor] Fix destroy->free transitionVsevolod Stakhov2017-04-291-1/+1
|
* [Minor] Refactor destroy -> freeVsevolod Stakhov2017-04-2921-51/+51
|
* [Minor] Add options negotiation stage for milter protocolVsevolod Stakhov2017-04-292-0/+109
|
* [Minor] Start command parsing implementation (OPTNEG)Vsevolod Stakhov2017-04-281-0/+25
|
* [Minor] Add destructor for milter sessionVsevolod Stakhov2017-04-282-4/+105
|
* [Minor] Fix build with pcre2Andrew Lewis2017-04-281-2/+2
|
* [Minor] Further steps to implement milter protocolVsevolod Stakhov2017-04-283-13/+170
|
* [Fix] Fix REPLYTO_UNPARSEABLE ruleVsevolod Stakhov2017-04-281-3/+8
|
* [Minor] Fix warningsVsevolod Stakhov2017-04-282-3/+3
|
* [CritFix] Fix learn condition in fuzzy checkVsevolod Stakhov2017-04-281-13/+29
|
* [Minor] Add basic milter commands supportVsevolod Stakhov2017-04-282-13/+125
|
* [Minor] Allow session-less lua dns requestsVsevolod Stakhov2017-04-281-1/+1
|
* [Rework] Initial milter protocol supportVsevolod Stakhov2017-04-274-0/+403
|
* Merge pull request #1608 from moisseev/patch-2Vsevolod Stakhov2017-04-271-1/+2
|\ | | | | [Minor] Avoid `nil` table
| * [Minor] Avoid `nil` tableAlexander Moisseev2017-04-271-1/+2
|/
* [Fix] Fix couple of issues in FORWARDED ruleVsevolod Stakhov2017-04-271-110/+122
|
* Merge pull request #1607 from fatalbanana/rlcVsevolod Stakhov2017-04-271-14/+14
|\ | | | | [Conf] Remove ratelimits from default configuration
| * [Conf] Remove ratelimits from default configurationAndrew Lewis2017-04-261-14/+14
| |
* | [Feature] Allow to exclude specific domains from mx checkVsevolod Stakhov2017-04-271-2/+19
| |
* | [Fix] Fix passing data to log helper when many symbols definedVsevolod Stakhov2017-04-262-2/+2
| |
* | [Fix] Fix url handling in the protocolVsevolod Stakhov2017-04-261-13/+28
| |
* | [Feature] Add initial support of the new protocol replyVsevolod Stakhov2017-04-262-9/+27
| |
* | [Rework] Remove multiple metrics support from RspamdVsevolod Stakhov2017-04-2611-129/+71
| |
* | [Test] Some tests for settingsAndrew Lewis2017-04-263-0/+70
| |
* | [Feature] DKIM signing: sign_networks/local address specific use_domain settingsAndrew Lewis2017-04-261-6/+20
|/ | | | - Issue: #1582
* [Minor] Silence warningAndrew Lewis2017-04-251-0/+4
|
* [Fix] Rspamadm grep: Disable Lua patterns in string search by defaultAndrew Lewis2017-04-252-2/+12
|
* [Feature] Add rules to detect bad 8bit characters in From and ToVsevolod Stakhov2017-04-251-0/+36
|
* [Minor] Push email flags to the lua APIVsevolod Stakhov2017-04-251-0/+21
|
* [Fix] Deal with 8bit characters in email addressesVsevolod Stakhov2017-04-256-37/+64
|
* [Fix] Fix setting of email addressVsevolod Stakhov2017-04-252-3/+4
|
* [Minor] Fix ruleVsevolod Stakhov2017-04-251-1/+1
|
* [Minor] Silence some warningsAndrew Lewis2017-04-251-0/+1
|
* [Fix] Fix R_BAD_CTE_7BIT ruleVsevolod Stakhov2017-04-243-22/+28
| | | | Issue: #1590
* [Minor] Add lua methods to detect if a part has 8bit charactersVsevolod Stakhov2017-04-241-0/+58
|