aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
* [Fix] Lua_auth_results: Quote potentially bad values in AR headerVsevolod Stakhov2020-10-121-16/+18
|
* [Minor] Exclude '@' from quote characterVsevolod Stakhov2020-10-121-1/+1
|
* [Minor] Lua_util: Add maybe_smtp_quote_valueVsevolod Stakhov2020-10-121-0/+16
|
* [Minor] Lua_util: Fix round functionVsevolod Stakhov2020-10-111-2/+6
|
* [Feature] Add sanity checks for actions thresholdsVsevolod Stakhov2020-10-071-8/+35
| | | | | Issue: #3506 Closes: #3506
* [Minor] Fix cache keyAndrew Lewis2020-10-021-1/+7
|
* [Feature] RBL: support matching content/image URLs onlyAndrew Lewis2020-10-011-0/+2
|
* [Minor] Adjust defaultVsevolod Stakhov2020-09-281-1/+1
|
* [Fix] Fuzzy_check: Disable shingles for short texts (really)Vsevolod Stakhov2020-09-281-3/+7
|
* [Minor] Lua_magic: Improve html patternsVsevolod Stakhov2020-09-251-9/+10
|
* [Minor] Add alzip magic numbersVsevolod Stakhov2020-09-202-0/+28
|
* [Minor] Fix `get_tld` selectorVsevolod Stakhov2020-09-171-1/+1
|
* [Minor] Add deepsort utilityVsevolod Stakhov2020-09-141-1/+22
|
* [Minor] Selectors: Add `get_tld` transformVsevolod Stakhov2020-09-131-1/+13
|
* [Minor] Improve exe files detectionVsevolod Stakhov2020-09-061-2/+2
| | | | Issue: #3481
* [Minor] Eugen -> eigenVsevolod Stakhov2020-08-261-1/+1
|
* [Minor] Allow to add all parameters into `rcpts` and `from` selectorsVsevolod Stakhov2020-08-211-2/+12
|
* Merge pull request #3477 from citrin/lua-magic-htmlVsevolod Stakhov2020-08-201-2/+2
|\ | | | | [Minor] Improve lua_magic HTML content type check
| * [Minor] Improve lua_magic HTML content type checkAnton Yuzhaninov2020-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | Types which are used for html (xhtml) attachments: text/html application/html application/xhtml+xml Type which cannot be found in the wild: text/htm
* | [Minor] Add Lua functions str_startswith and str_endswithAnton Yuzhaninov2020-08-191-0/+20
|/
* [Minor] Save into ClickHouse unnamed attachesAnton Yuzhaninov2020-08-181-1/+1
| | | | | | | | | | Most MUA allow to save attachments (parts with Content-Disposition: attachment) even if don't have a name. Keep name field empty and save other information about such attachments to ClickHouse: Content-Type, size, digest. Modify attachments selector as well to return hashes of unnamed attachments.
* [Minor] Restore scripts flagVsevolod Stakhov2020-08-181-0/+3
|
* [Feature] Split pdf processing object and output object to allow GCVsevolod Stakhov2020-08-181-34/+43
|
* [Fix] Store reference of upstream list in upstreams objectsVsevolod Stakhov2020-08-171-1/+2
|
* [Minor] Lua_content: Use hex representation of fuzzy hashesVsevolod Stakhov2020-08-061-1/+1
|
* [Minor] Fix methodVsevolod Stakhov2020-08-041-1/+1
|
* [Project] Add ssyev method interfaceVsevolod Stakhov2020-08-041-3/+20
|
* [Project] Add linalg ffi library for prototypingVsevolod Stakhov2020-08-042-0/+71
|
* [Minor] Make lua_ffi more flexible to useVsevolod Stakhov2020-08-042-2/+11
|
* [Minor] Fix typo in lua_fuzzy optionsAnton Yuzhaninov2020-07-261-2/+2
|
* [Minor] rspamadm roll -r must not generate new keysChristian Roessner2020-07-201-22/+25
|
* [Minor] Do not autodetect html parts as text partsVsevolod Stakhov2020-07-161-0/+5
|
* [Minor] Add caching for attachments digestsVsevolod Stakhov2020-07-142-12/+41
|
* [Minor] Pdf: Add more sanity checksVsevolod Stakhov2020-07-061-1/+6
|
* [Minor] Attach ical urls to the mime partVsevolod Stakhov2020-07-011-2/+2
|
* [Minor] Improve PDF_SUSPICIOUS ruleVsevolod Stakhov2020-06-301-3/+45
|
* [Fix] Ical: Fix identation grammarVsevolod Stakhov2020-06-291-2/+2
|
* [Minor] Do not decomress encrypted streams when encryption is in xrefVsevolod Stakhov2020-06-291-0/+5
|
* [Minor] Pdf: Disable fonts processing for nowVsevolod Stakhov2020-06-181-2/+7
|
* [Minor] Add sanity checkVsevolod Stakhov2020-06-161-21/+23
|
* [Minor] Pdf: Add some sanity checkVsevolod Stakhov2020-06-051-1/+1
|
* [Minor] Oletools: Sort cat tableVsevolod Stakhov2020-06-041-6/+8
|
* [Minor] Remove unused includeVsevolod Stakhov2020-06-031-1/+0
|
* [Minor] Pdf: Improve loggingVsevolod Stakhov2020-06-011-7/+9
|
* [Minor] Fix analysis_keyword_table concatVsevolod Stakhov2020-05-311-1/+1
| | | | Obsoletes: #3384
* Merge pull request #3385 from HeinleinSupport/lua_scanner/parts_matchVsevolod Stakhov2020-05-301-1/+4
|\ | | | | [Minor] lua_scanners - fix detected parts_match
| * [Minor] lua_scanners - fix detected parts_matchCarsten Rosenberg2020-05-291-1/+4
| |
* | [Minor] One more fix for empty symbols or groups in settingsVsevolod Stakhov2020-05-291-2/+2
|/
* [Minor] PDF: Increase JS size limit for fuzzy hashesVsevolod Stakhov2020-05-271-1/+1
|
* [Minor] Do not try to unpack streams with Predictor attributeVsevolod Stakhov2020-05-271-5/+15
|