summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [Fix] Further tokenization fixesVsevolod Stakhov2017-10-212-3/+3
* [Fix] Do not treat script content as textVsevolod Stakhov2017-10-211-1/+1
* [Minor] Improve tags lookup slightlyVsevolod Stakhov2017-10-211-134/+129
* [Feature] Filter nan and inf when adding scoresVsevolod Stakhov2017-10-211-0/+6
* [Fix] Deal with another case when processing exceptionsVsevolod Stakhov2017-10-211-0/+8
* [Fix] Fix emails detectionVsevolod Stakhov2017-10-211-2/+14
* [Fix] Do not strip last character in the last wordVsevolod Stakhov2017-10-211-2/+2
* [Fix] Fix another tokenization issueVsevolod Stakhov2017-10-211-1/+31
* [Fix] Fix empty threshold check in greylisting moduleAlexander Moisseev2017-10-191-1/+1
* [Fix] Fix loading of per-user redis backend for statisticsVsevolod Stakhov2017-10-191-35/+33
* [Minor] Fix testsAndrew Lewis2017-10-181-2/+1
* [CritFix] Another portion of tokenization fixesVsevolod Stakhov2017-10-182-20/+33
* [Fix] Do not ignore short wordsVsevolod Stakhov2017-10-181-1/+1
* [Fix] Lowercase wordsVsevolod Stakhov2017-10-181-2/+0
* [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
* [Fix] SpamAssassin: Fail check_freemail_header if regexp didn't matchAndrew Lewis2017-10-181-0/+1
* [Fix] Fix obscured url in format user@@example.comVsevolod Stakhov2017-10-181-2/+9
* [Fix] Do not allow garbadge when checking url domainVsevolod Stakhov2017-10-181-1/+9
* [Fix] Erase unknown HTML entitiesVsevolod Stakhov2017-10-181-2/+1
* [Fix] Fix DKIM forgeries via multiple headersVsevolod Stakhov2017-10-181-0/+16
* [Feature] Implement headers flags in mime parserVsevolod Stakhov2017-10-182-17/+28
* [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
* [Fix] Milter headers: skip_local / skip_authenticated settingsAndrew Lewis2017-10-181-4/+4
* [Fix] Check for magic when checking for an archiveVsevolod Stakhov2017-10-181-1/+23
* [Fix] Add workaround for IPv6 in sendmailVsevolod Stakhov2017-09-211-0/+7
* [Fix] Ratelimit: fix whitelisted_rcpts matchingAlexander Moisseev2017-09-211-2/+4
* [Fix] Rebalance and slightly rework MX check pluginVsevolod Stakhov2017-09-091-9/+6
* [Fix] Fix PTR processing in SPFVsevolod Stakhov2017-09-091-0/+4
* Revert "[Minor] Avoid usage of the incorrect API"Andrew Lewis2017-09-091-4/+1
* Revert "[Fix] Remove incorrect method `task:set_metric_subject`"Andrew Lewis2017-09-092-1/+8
* [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
* [Fix] Rewriting subjects via force actions moduleAndrew Lewis2017-09-092-1/+25
* [Fix] Crash in URL processingAndrew Lewis2017-09-061-1/+1
* [Fix] Fix blacklists and DMARC in whitelistVsevolod Stakhov2017-09-061-18/+30
* [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
* [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
* [Fix] options.local_networks settingAndrew Lewis2017-08-281-1/+1
* [Feature] Allow randomly select User-Agent from a listVsevolod Stakhov2017-08-281-5/+32
* [Feature] Milter headers: support adding/removing arbitrary headers from configAndrew Lewis2017-08-281-0/+22