aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Fix loading of per-user redis backend for statisticsVsevolod Stakhov2017-10-191-35/+33
| | | | | Issue: #1843 Closes: #1843
* Merge pull request #1867 from fatalbanana/rspamd-1.6Vsevolod Stakhov2017-10-1822-121/+355
|\ | | | | Rspamd 1.6
| * [Minor] Fix testsAndrew Lewis2017-10-183-4/+3
| |
| * [CritFix] Another portion of tokenization fixesVsevolod Stakhov2017-10-182-20/+33
| | | | | | | | MFH: rspamd-1.6
| * [Fix] Do not ignore short wordsVsevolod Stakhov2017-10-181-1/+1
| | | | | | | | MFH: rspamd-1.6
| * [Fix] Lowercase wordsVsevolod Stakhov2017-10-181-2/+0
| | | | | | | | MFH: rspamd-1.6
| * [Minor] Allow to get words from text partsVsevolod Stakhov2017-10-181-0/+39
| |
| * [Minor] Fix lua_text processing in lua_util_tokenize_textVsevolod Stakhov2017-10-181-1/+1
| |
| * [Feature] Support Expires header when using HTTP mapsVsevolod Stakhov2017-10-182-9/+82
| |
| * [Fix] Use greylisting threshold in greylisting moduleVsevolod Stakhov2017-10-181-0/+8
| |
| * [CritFix] Fix memory leak in spf caching logicVsevolod Stakhov2017-10-181-3/+3
| | | | | | | | MFH: rspamd-1.6
| * [Fix] SpamAssassin: Fail check_freemail_header if regexp didn't matchAndrew Lewis2017-10-181-0/+1
| | | | | | | | - MFH: rspamd-1.6
| * [Fix] Fix obscured url in format user@@example.comVsevolod Stakhov2017-10-181-2/+9
| | | | | | | | MFH: rspamd-1.6
| * [Fix] Do not allow garbadge when checking url domainVsevolod Stakhov2017-10-181-1/+9
| |
| * [Fix] Erase unknown HTML entitiesVsevolod Stakhov2017-10-181-2/+1
| | | | | | | | MFH: rspamd-1.6
| * [Fix] Authentication Results: Fix SPF smtp.mail_fromAndrew Lewis2017-10-181-2/+2
| | | | | | | | - MFH: rspamd-1.6
| * [Fix] Fix DKIM forgeries via multiple headersVsevolod Stakhov2017-10-181-0/+16
| | | | | | | | | | MFH: rspamd-1.6 URL: http://noxxi.de/research/breaking-dkim-on-purpose-and-by-chance.html
| * [Fix] Fix enormous scores for R_WHITE_ON_WHITEVsevolod Stakhov2017-10-181-1/+5
| | | | | | | | MFH: 1.6
| * [Feature] Implement headers flags in mime parserVsevolod Stakhov2017-10-182-17/+28
| | | | | | | | MFH: rspamd-1.6
| * [Fix] Deal with URLs with no slashes after protocolVsevolod Stakhov2017-10-183-41/+73
| |
| * [Fix] Milter headers: X-Spamd-Result header if X-Virus ran firstAndrew Lewis2017-10-181-14/+18
| | | | | | | | | | | | - Fixes: #1851 - Reported by: @iflyhigh - MFH: rspamd-1.6
| * [Fix] Milter headers: skip_local / skip_authenticated settingsAndrew Lewis2017-10-181-4/+4
| | | | | | | | | | | | - Fixes: #1850 - Reported by: @iflyhigh - MFH: rspamd-1.6
| * [Fix] Check for magic when checking for an archiveVsevolod Stakhov2017-10-181-1/+23
|/ | | | | | Issue: #1848 Closes: #1848 MFH: 1.6
* [Fix] Add workaround for IPv6 in sendmailVsevolod Stakhov2017-09-211-0/+7
| | | | Issue: #1760
* [Fix] Ratelimit: fix whitelisted_rcpts matchingAlexander Moisseev2017-09-211-2/+4
|
* Fix symbol name in historyAlex Hermann2017-09-201-1/+1
| | | Commit 75cfe801 broke the display of the symbols in the history. This patch fixes that.
* Release 1.6.41.6.4Vsevolod Stakhov2017-09-101-0/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Feature] Add method to get all content-type attributes in Lua * [Feature] Add some sanity checks for actions and controller * [Feature] Allow randomly select User-Agent from a list * [Feature] Deal with obscured URLs with @ symbols * [Feature] Milter headers: support adding/removing arbitrary headers from config * [Fix] Add another workaround to display history properly * [Fix] Add missing rspamadm control options to help * [Fix] Auth-Results: Multiple DKIM signatures * [Fix] Crash in URL processing * [Fix] Default monitoring domain for surbl plugin * [Fix] Detection of maillist optimized and fixed * [Fix] Do not cache SPF records with PTR elements * [Fix] Fix blacklists and DMARC in whitelist * [Fix] Fix exceptions list in surbl * [Fix] Fix processing of closed tags * [Fix] Fix PTR processing in SPF * [Fix] Lowercase HTTP headers to make them searchable from Lua * [Fix] options.local_networks setting * [Fix] Ratelimit: lowercase email addresses * [Fix] Rebalance and slightly rework MX check plugin * [Fix] Redis script loading in DMARC; URL tags; URL reputation * [Fix] Reject invalid bh for DKIM signatures earlier * [Fix] Remove incorrect method `task:set_metric_subject` * [Fix] Rewriting subjects via force actions module * [Fix] RPM postinstall * [Fix] Treat 'rewrite subject' as spam action * [Fix] Try harder to find urls * [Fix] Use full URL when making an HTTP request * [Fix] Use raw urls when sending requests to redirector * [Fix] Use weight from map for fuzzy scoring * [Rules] Penalise R_BAD_CTE_7BIT for utf8 messages Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* [Minor] Update version to 1.6.4Vsevolod Stakhov2017-09-101-1/+1
|
* [Minor] Import updates from public suffix listAndrew Lewis2017-09-101-2/+175
|
* [Minor] Fix previous commit: avoid doing useless thingsAndrew Lewis2017-09-091-2/+2
|
* [Fix] Auth-Results: Multiple DKIM signaturesAndrew Lewis2017-09-091-2/+3
|
* [Fix] Rebalance and slightly rework MX check pluginVsevolod Stakhov2017-09-091-9/+6
|
* [Fix] Fix PTR processing in SPFVsevolod Stakhov2017-09-091-0/+4
| | | | Issue: #1828
* Revert "[Minor] Avoid usage of the incorrect API"Andrew Lewis2017-09-091-4/+1
| | | | This reverts commit 7b207cf0f21f89f78f41ca15ef8c0bddfb5bc264.
* Revert "[Fix] Remove incorrect method `task:set_metric_subject`"Andrew Lewis2017-09-092-1/+8
| | | | This reverts commit e809039a9e84cb6235a6447d1c9c8fc34ddcf8c6.
* [Minor] More efforts to handle SPF PTR properlyVsevolod Stakhov2017-09-091-0/+1
|
* [Fix] Do not cache SPF records with PTR elementsVsevolod Stakhov2017-09-091-0/+4
|
* [Test] SPF PTR macroAndrew Lewis2017-09-091-0/+20
|
* [Fix] Rewriting subjects via force actions moduleAndrew Lewis2017-09-092-1/+25
|
* [Fix] Crash in URL processingAndrew Lewis2017-09-061-1/+1
|
* [Test] Some tests for whitelist moduleAndrew Lewis2017-09-063-1/+155
|
* [Fix] Fix blacklists and DMARC in whitelistVsevolod Stakhov2017-09-061-18/+30
| | | | Issue: #1824
* [Minor] Avoid usage of the incorrect APIVsevolod Stakhov2017-09-061-1/+4
|
* [Fix] Remove incorrect method `task:set_metric_subject`Vsevolod Stakhov2017-09-062-29/+1
|
* [Fix] Fix exceptions list in surblVsevolod Stakhov2017-09-061-2/+18
|
* Merge pull request #1820 from fatalbanana/rspamd-1.6Vsevolod Stakhov2017-09-011-2/+59
|\ | | | | Rspamd 1.6: backports
| * [Minor] Fix types when iterating hashVsevolod Stakhov2017-09-011-6/+6
| |
| * [Feature] Add method to get all content-type attributes in LuaVsevolod Stakhov2017-09-011-2/+59
|/
* [Fix] Default monitoring domain for surbl pluginAndrew Lewis2017-08-311-5/+4
|
* [Fix] Treat 'rewrite subject' as spam actionVsevolod Stakhov2017-08-311-2/+6
| | | | | Issue: #1803 Closes: #1803