index
:
rspamd.git
external-maps
libev-migration
log_json
master
mime-rework
rdns-tcp-rework
rework-symcache
rspamd-0.5
rspamd-0.6
rspamd-0.7
rspamd-0.8
rspamd-0.9
rspamd-1.0
rspamd-1.1
rspamd-1.2
rspamd-1.3
rspamd-1.4
rspamd-1.5
rspamd-1.6
rspamd-1.9
rspamd-3.10
rspamd-3.7
rspamd-3.8
rspamd-3.9
torch-removal
vstakhov-anonymize-mime
vstakhov-another-grow-factor-fix
vstakhov-ci-try
vstakhov-conf-reorg
vstakhov-cpu-detection
vstakhov-cumulative-tcp-timeout
vstakhov-fasttext-langdet
vstakhov-fix-2047-encode
vstakhov-fix-dcc
vstakhov-fuzzy-cxx
vstakhov-fuzzy-limits-display
vstakhov-fuzzy-tcp
vstakhov-gpt-ollama
vstakhov-keypair-encoding
vstakhov-known-senders
vstakhov-llm-anonymize
vstakhov-llm-embeddings
vstakhov-lua-text-api
vstakhov-new-hiredis
vstakhov-openssl-provider-message
vstakhov-remove-control-block
vstakhov-some-build-fixes
vstakhov-ssl-fixes
vstakhov-stringzilla
vstakhov-strip-attachments
vstakhov-surbl-conf-fix
vstakhov-universal-hashing-lua
vstakhov-utf8-mime
vstakhov-zstd-headers
Rapid spam filtering system: https://github.com/rspamd/rspamd
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libmime
/
mime_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Fix] Fix rfc2047 decoding for CD headers
Vsevolod Stakhov
2019-03-06
1
-3
/
+7
*
[Fix] Mime_parser: Fix issue with parsing of the trailing garbadge
Vsevolod Stakhov
2019-02-19
1
-3
/
+31
*
[Fix] Fix Content-Type parsing
Vsevolod Stakhov
2019-02-18
1
-2
/
+2
*
[Fix] Mime_parser: Fix parsing of mime parts without closing boundary
Vsevolod Stakhov
2019-02-08
1
-9
/
+12
*
[Feature] Core: Support RFC2231 encoding in headers
Vsevolod Stakhov
2019-01-28
1
-3
/
+3
*
[Minor] Mime: Fix processing of attached messages
Vsevolod Stakhov
2019-01-22
1
-3
/
+3
*
[Fix] Core: Fix processing of NDNs of certain type
Vsevolod Stakhov
2019-01-18
1
-4
/
+7
*
[Minor] Core: Improve raw files scan
Vsevolod Stakhov
2019-01-05
1
-1
/
+1
*
[Fix] Core: Fix content calculations for message parts
Vsevolod Stakhov
2018-12-17
1
-2
/
+2
*
[Fix] Core: Fix part length when dealing with boundaries
Vsevolod Stakhov
2018-12-17
1
-1
/
+1
*
[Minor] Core: Store raw bondary in multipart node
Vsevolod Stakhov
2018-12-17
1
-3
/
+11
*
[Fix] Fix boundaries checks in embedded messages
Vsevolod Stakhov
2018-11-30
1
-5
/
+5
*
[Fix] Fix extraction of additional parts
Vsevolod Stakhov
2018-11-12
1
-1
/
+1
*
[Fix] Ignore signatures when looking for boundaries
Vsevolod Stakhov
2018-11-12
1
-2
/
+17
*
[Fix] Add sanity check when applying mime boundaries heuristic
Vsevolod Stakhov
2018-11-12
1
-1
/
+2
*
[Minor] Add ID to mime parts
Vsevolod Stakhov
2018-11-05
1
-0
/
+2
*
[Feature] Detect orphaned parts and attach them to message
Vsevolod Stakhov
2018-10-30
1
-5
/
+59
*
[Fix] Fix proxying of Exim connections
Vsevolod Stakhov
2018-06-21
1
-19
/
+15
*
[Fix] Deal with deeply nested messages more aggressively
Vsevolod Stakhov
2018-03-12
1
-35
/
+51
*
[Project] Convert all C modules to fast debug infrastructure
Vsevolod Stakhov
2018-01-20
1
-2
/
+4
*
[Fix] Fix format strings
Vsevolod Stakhov
2017-11-08
1
-2
/
+3
*
[Minor] Further portion of g_slice elimination
Vsevolod Stakhov
2017-10-28
1
-3
/
+3
*
[Fix] Fix processing of multipart parts with no headers
Vsevolod Stakhov
2017-08-02
1
-18
/
+29
*
[Fix] Avoid changing content-transfer-encoding header's value
Vsevolod Stakhov
2017-07-13
1
-3
/
+4
*
[CritFix] Fix semicolons parsing in the content type
Vsevolod Stakhov
2017-07-13
1
-1
/
+10
*
[Fix] Fix CTE propagation from parent containers to children parts
Vsevolod Stakhov
2017-05-29
1
-24
/
+48
*
[Fix] Try harder to detect CTE
Vsevolod Stakhov
2017-05-23
1
-6
/
+1
*
[Fix] Always try to adjust filename
Vsevolod Stakhov
2017-04-14
1
-1
/
+19
*
[Minor] Use the correct context when dealing with attached messages
Vsevolod Stakhov
2017-04-05
1
-2
/
+2
*
[CritFix] Fix issue when parsing encoded rfc822/messages
Vsevolod Stakhov
2017-04-05
1
-20
/
+37
*
[Minor] Explicitly set queue to NULL for top part
Vsevolod Stakhov
2017-04-04
1
-0
/
+1
*
[Feature] Store headers order
Vsevolod Stakhov
2017-04-03
1
-0
/
+6
*
[Fix] Avoid lookup in absent hash
Vsevolod Stakhov
2017-03-30
1
-1
/
+1
*
[Minor] Properly deal with content type parameter
Vsevolod Stakhov
2017-03-29
1
-2
/
+3
*
[Feature] Allow to process filenames from content type
Vsevolod Stakhov
2017-03-29
1
-0
/
+18
*
[Minor] Fix various style issues
Vsevolod Stakhov
2017-03-23
1
-5
/
+3
*
[Fix] Do not crash if cannot decode qp encoded part
Vsevolod Stakhov
2017-03-18
1
-7
/
+20
*
[Fix] Fix parsing of cte in expressions
Vsevolod Stakhov
2017-03-07
1
-1
/
+24
*
[Fix] Distinguish missing and broken mandatory headers
Vsevolod Stakhov
2017-03-06
1
-2
/
+20
*
[Minor] Some more adjustments to CTE detection
Vsevolod Stakhov
2017-03-06
1
-3
/
+23
*
[Fix] Do more heuristical detection for missing CTE
Vsevolod Stakhov
2017-03-05
1
-1
/
+3
*
[CritFix] Fix parsing of boundaries that end with `--`
Vsevolod Stakhov
2017-02-22
1
-6
/
+28
*
[Fix] Fix heuristical CTE detection for QP encoding
Vsevolod Stakhov
2017-01-10
1
-1
/
+1
*
[Minor] Be more strict about bad mime structure
Vsevolod Stakhov
2017-01-09
1
-1
/
+1
*
[Feature] Add heuristic to detect broken messages
Vsevolod Stakhov
2017-01-09
1
-1
/
+90
*
[Fix] Fix parsing messages with no body
Vsevolod Stakhov
2017-01-09
1
-0
/
+3
*
[Minor] Ignore space chars when detect CTE
Vsevolod Stakhov
2016-12-30
1
-1
/
+9
*
[Fix] Fix CTE detection heuristic
Vsevolod Stakhov
2016-12-30
1
-1
/
+4
*
[Feature] Do not trust CTE, check base64 and qp strictly
Vsevolod Stakhov
2016-12-30
1
-6
/
+19
*
[Fix] Disable zero-copy mode for text parts to avoid crashes
Vsevolod Stakhov
2016-12-26
1
-2
/
+14
[next]