Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert "[Minor] Fix percent sign in statistics learning condition" | Vsevolod Stakhov | 2016-07-18 | 1 | -2/+2 | |
| | | | | This reverts commit e53fd5ab0ce04b6eddb7ef24a1fccfd013c705d0. | |||||
* | [Minor] Limit BAD_EXTENSION rules to one shot | Alexander Moisseev | 2016-07-18 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #719 from moisseev/x-vcard | Vsevolod Stakhov | 2016-07-12 | 1 | -0/+1 | |
|\ | | | | | [Minor] Add text/x-vcard MIME type | |||||
| * | [Minor] Add text/x-vcard MIME type | Alexander Moisseev | 2016-07-12 | 1 | -0/+1 | |
| | | | | | | | | `text/x-vcard` is deprecated as of vCard version 4.0 specification but still used for previous versions. | |||||
* | | [Fix] Adjust MISSING_MIMEOLE score | Vsevolod Stakhov | 2016-07-12 | 1 | -1/+1 | |
|/ | ||||||
* | [Feature] Further improvements to chartable module | Vsevolod Stakhov | 2016-07-11 | 1 | -0/+6 | |
| | ||||||
* | [Feature] Add new symbols to filter bad extensions in messages | Vsevolod Stakhov | 2016-07-05 | 1 | -0/+18 | |
| | | | | | | | * MIME_ENCRYPTED_ARCHIVE - encrypted archive has been found * MIME_ARCHIVE_IN_ARCHIVE - archive is enclosed within another archive * MIME_DOUBLE_BAD_EXTENSION - double extension to hide something * MIME_BAD_EXTENSION - bad extension in attachement or archive | |||||
* | [Feature] Enable rrd by default | Vsevolod Stakhov | 2016-07-01 | 1 | -0/+3 | |
| | ||||||
* | Merge pull request #692 from moisseev/conf-composites | Vsevolod Stakhov | 2016-07-01 | 1 | -1/+1 | |
|\ | | | | | [Conf] Allow easy adding composites | |||||
| * | [Conf] Allow easy adding composites | Alexander Moisseev | 2016-07-01 | 1 | -1/+1 | |
| | | ||||||
* | | [Conf] Fix fuzzy_check.conf includes order | Alexander Moisseev | 2016-07-01 | 1 | -4/+4 | |
|/ | | | | This fixes #672 and fixes #563. | |||||
* | [Feature] Implement zero-copy mode for HTTP reading | Vsevolod Stakhov | 2016-06-30 | 1 | -0/+3 | |
| | ||||||
* | [Minor] Correct grammar | Alexander Moisseev | 2016-06-30 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Add preliminary phishtank support | Vsevolod Stakhov | 2016-06-28 | 2 | -0/+7 | |
| | ||||||
* | [Conf] Add an example of fuzzy storage worker | Vsevolod Stakhov | 2016-06-28 | 2 | -0/+48 | |
| | ||||||
* | [Conf] Modernize composites config | Vsevolod Stakhov | 2016-06-28 | 1 | -12/+6 | |
| | ||||||
* | [Minor] Update redirectors.inc | Alexander Moisseev | 2016-06-25 | 1 | -0/+4 | |
| | ||||||
* | [Feature] Allow easy adding and overriding of fuzzy rules | Vsevolod Stakhov | 2016-06-18 | 1 | -2/+2 | |
| | ||||||
* | [Minor] Add merge strategy for local metric configuration | Vsevolod Stakhov | 2016-06-17 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #659 from moisseev/patch-1 | Vsevolod Stakhov | 2016-06-15 | 1 | -0/+3 | |
|\ | | | | | [Minor] Add includes for `classifier "bayes"` | |||||
| * | [Minor] Add includes for `classifier "bayes"` | Alexander Moisseev | 2016-06-13 | 1 | -0/+3 | |
| | | | | | | to avoid redefining everything in the classifier configuration. | |||||
* | | [Minor] Add `application/octet-stream` mime type for `pdf` extension | Alexander Moisseev | 2016-06-15 | 1 | -1/+4 | |
| | | | | | | The `application/octet-stream` mime type is commonly used for `pdf` files by variety of automated mailing systems. | |||||
* | | [Feature] Add openphish support to rspamd phishing module | Vsevolod Stakhov | 2016-06-14 | 2 | -1/+6 | |
|/ | ||||||
* | [Fix] Slightly reduce weights of rules with high FP rate | Vsevolod Stakhov | 2016-05-24 | 1 | -3/+3 | |
| | ||||||
* | Merge pull request #622 from moisseev/patch-1 | Vsevolod Stakhov | 2016-05-06 | 1 | -2/+2 | |
|\ | | | | | [Minor] Fix percent sign in statistics learning condition | |||||
| * | [Minor] Fix percent sign in statistics learning condition | Alexander Moisseev | 2016-05-06 | 1 | -2/+2 | |
| | | ||||||
* | | [Fix] Reduce the default thresholds for learning | Vsevolod Stakhov | 2016-05-06 | 1 | -2/+2 | |
|/ | | | | | Issue: #624 Reported by: @moisseev | |||||
* | [Feature] Add more domains to redirectors list | Vsevolod Stakhov | 2016-05-04 | 1 | -0/+1117 | |
| | ||||||
* | [Minor] Slighlty reduce PHISHING score | Vsevolod Stakhov | 2016-05-04 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Add whitelist for phishing module | Alexander Moisseev | 2016-05-02 | 2 | -0/+23 | |
| | ||||||
* | [Minor fix] Limit PHISHING to one shot | Alexander Moisseev | 2016-05-02 | 1 | -1/+2 | |
| | ||||||
* | [Feature] Add learn condition to the default configuration | Vsevolod Stakhov | 2016-04-30 | 1 | -20/+47 | |
| | ||||||
* | [Minor] Improve subject rules | Alexander Moisseev | 2016-04-28 | 1 | -4/+17 | |
| | | | | | Make scores depend on subject length Also resolves #548 | |||||
* | New rules | Steve Freegard | 2016-04-22 | 1 | -1/+9 | |
| | ||||||
* | [Fix] Remove some bad domains from whitelists | Vsevolod Stakhov | 2016-04-21 | 1 | -3/+1 | |
| | ||||||
* | [Feature] Set the default limit for classifier | Vsevolod Stakhov | 2016-04-19 | 1 | -4/+6 | |
| | | | | | We now disallow statistics to be used unless at least 200 learns has been performed for the specified classifier | |||||
* | [Minor] Attach domain part to `R_SUSPICIOUS_URL` | Alexander Moisseev | 2016-04-15 | 1 | -0/+7 | |
| | ||||||
* | [Feature] Add common directory for hyperscan cache to config | Vsevolod Stakhov | 2016-04-14 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Fix couple of issues with dcc plugin | Vsevolod Stakhov | 2016-04-06 | 1 | -10/+0 | |
| | ||||||
* | Merge pull request #586 from smfreegard/dcc_module | Vsevolod Stakhov | 2016-04-06 | 1 | -0/+10 | |
|\ | | | | | New DCC module | |||||
| * | New dcc module | Steve Freegard | 2016-04-05 | 1 | -0/+10 | |
| | | ||||||
* | | [Feature] Rework metrics configuration to allow includes | Vsevolod Stakhov | 2016-04-06 | 1 | -503/+260 | |
|/ | ||||||
* | Add URIBL_SBL_CSS | Steve Freegard | 2016-04-04 | 2 | -5/+11 | |
| | ||||||
* | [Fix] Fix DMARC whitelist misconfiguration | Andrew Lewis | 2016-04-01 | 1 | -1/+0 | |
| | ||||||
* | [Fix] Remove slow and unused rules `INVALID_EXIM_RECEIVED*` | Vsevolod Stakhov | 2016-03-31 | 1 | -10/+0 | |
| | ||||||
* | [Fix] Remove multipart/report from bad mime types | Vsevolod Stakhov | 2016-03-22 | 1 | -1/+1 | |
| | | | | | Issue: #569 Reported by: @moisseev | |||||
* | [Fix] `MIME_BAD_ATTACHMENT` false positives for MDN/DSN | Alexander Moisseev | 2016-03-22 | 1 | -1/+5 | |
| | ||||||
* | [Minor] Place default extensions map to the config | Vsevolod Stakhov | 2016-03-17 | 1 | -0/+7 | |
| | ||||||
* | [Feature] Add MIME_BAD_ATTACHMENT rule for bad attachment types | Vsevolod Stakhov | 2016-03-17 | 1 | -0/+6 | |
| | ||||||
* | [Doc] Add comments about configuration | Vsevolod Stakhov | 2016-03-10 | 26 | -2/+424 | |
| |