summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Leave the real url request instead of Lua processedVsevolod Stakhov2017-07-071-1/+1
|
* [Minor] RBL: don't register duplicate monitoringAndrew Lewis2017-07-071-1/+3
|
* [Feature] Allow to add custom processing script for surblVsevolod Stakhov2017-07-072-6/+82
|
* [Minor] Reduce hfilter log noiseVsevolod Stakhov2017-07-051-1/+2
|
* [Fix] Do not cache SPF records with macrosVsevolod Stakhov2017-07-031-1/+4
|
* [Fix] Normalize fuzzy probability betterVsevolod Stakhov2017-07-011-2/+1
|
* [Feature] Skip updates for messages scanned via controllerVsevolod Stakhov2017-07-015-7/+14
| | | | | | | | | | | | 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] Reduce logger levelVsevolod Stakhov2017-06-301-1/+1
|
* [Minor] Clickhouse: add missing commaAndrew Lewis2017-06-301-1/+1
|
* [Minor] Lowercase email addressesVsevolod Stakhov2017-06-291-3/+3
|
* [Minor] Allow base32 encoding for emails requestVsevolod Stakhov2017-06-291-1/+7
|
* [Minor] Fix emails pluginAndrew Lewis2017-06-291-29/+23
|
* [Feature] Allow to check reply-to emailVsevolod Stakhov2017-06-291-1/+21
|
* [Feature] Normalize email aliases in emails moduleVsevolod Stakhov2017-06-291-9/+18
|
* [Minor] Allow to cut hashes when checking emailsVsevolod Stakhov2017-06-291-0/+6
|
* [Fix] RBL: Fixed hashed email address lookupsAndrew Lewis2017-06-281-1/+1
|
* [Minor] Filter NaNs from ANN training vectorsVsevolod Stakhov2017-06-281-0/+1
|
* [Minor] Massive spelling correctionAlexander Moisseev2017-06-275-6/+6
| | | | by a bot https://github.com/ka7/misspell_fixer
* [Fix] Fix comparision logicVsevolod Stakhov2017-06-261-1/+1
|
* [Fix] Fix folding for arc headers when milter interface is usedVsevolod Stakhov2017-06-251-3/+8
|
* [Feature] Add short_text_direct_hash for fuzzy check moduleVsevolod Stakhov2017-06-241-64/+175
|
* [Minor] Milter headers: remove x-spam; fix misprintAndrew Lewis2017-06-241-11/+1
|
* [Feature] Milter headers: remove-header routineAndrew Lewis2017-06-241-0/+10
|
* [Minor] Milter headers: s/x-spam-flag/x-spam/Andrew Lewis2017-06-231-5/+5
|
* [Feature] Allow to use HTTPS when connecting to ClickhouseVsevolod Stakhov2017-06-221-6/+12
|
* [Feature] Allow to store symbols data in ClickhouseVsevolod Stakhov2017-06-221-1/+74
|
* [Minor] Remove dead codeAndrew Lewis2017-06-211-14/+0
|
* [Feature] Milter headers: Add X-Spam-Flag to rmilter-compatibility headersAndrew Lewis2017-06-211-4/+32
|
* [Feature] Multimap: received filters for extracting TLDs from hostnamesAndrew Lewis2017-06-191-0/+8
|
* [Minor] Convert from rspamd_textVsevolod Stakhov2017-06-191-2/+2
|
* [Minor] Add default values for dkim plugin confighelpVsevolod Stakhov2017-06-181-14/+14
|
* [Minor] Fix minor style issueVsevolod Stakhov2017-06-171-2/+4
|
* [Feature] milter_headers: add `extended_headers_rcpt` optionAlexander Moisseev2017-06-161-0/+51
| | | | | | | | Milter_headers module adds extended headers to messages if EVERY envelope recipient matches `extended_headers_rcpt` list. ``` extended_headers_rcpt = ["user1", "@example1.com", "user2@example2.com"]; ```
* [Fix] Fix rspamc detection in greylist moduleVsevolod Stakhov2017-06-151-5/+11
|
* [Feature] Support suppressing DMARC reports for some domainsAndrew Lewis2017-06-151-0/+9
|
* [Fix] Fix parsing IPv6 nameservers in resolv.confVsevolod Stakhov2017-06-141-1/+2
|
* [Minor] Pass rspamd_config to taskless TCP requestsVsevolod Stakhov2017-06-132-0/+2
|
* [Minor] Milter headers: fix extended_spam_headersAndrew Lewis2017-06-121-15/+22
|
* [Minor] Milter headers x-spamd-result: format numbers, remove spacesAndrew Lewis2017-06-121-2/+2
|
* [Feature] Milter headers: better controls for local/authenticatedAndrew Lewis2017-06-121-8/+35
|
* Merge pull request #1670 from fatalbanana/bayes_expiryVsevolod Stakhov2017-06-114-40/+301
|\ | | | | [Feature] Bayes expiry plugin
| * [Feature] Bayes expiry pluginAndrew Lewis2017-06-104-40/+301
| |
* | [Fix] Fix another race condition in arc checksVsevolod Stakhov2017-06-111-5/+7
| |
* | [Fix] Fix arc count logicVsevolod Stakhov2017-06-111-4/+10
| |
* | [Fix] Do not check URLs that are resolved to be redirectedVsevolod Stakhov2017-06-101-0/+5
| |
* | [Minor] Minor fixes to log messagesVsevolod Stakhov2017-06-101-2/+2
| |
* | [Fix] Fix order of operations to avoid race conditionVsevolod Stakhov2017-06-101-3/+3
| |
* | [Minor] Fix url redirector after previous changesVsevolod Stakhov2017-06-101-2/+7
| |
* | [Feature] Allow to set custom user agent in url redirectorVsevolod Stakhov2017-06-101-1/+2
| |
* | [Minor] Support friendly rate specification format in user-defined ratelimitsAndrew Lewis2017-06-091-65/+81
|/