diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-16 15:22:48 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-16 15:22:48 +0100 |
commit | acc4b6480944600f47dcc0458214afe5b569ab33 (patch) | |
tree | a1b5d18ec7356df6646e5ecf740d0e3fcb717482 /src/rspamd.h | |
parent | daa4ca9561c5a06a99b1995793f3511271bf4cc2 (diff) | |
download | rspamd-acc4b6480944600f47dcc0458214afe5b569ab33.tar.gz rspamd-acc4b6480944600f47dcc0458214afe5b569ab33.zip |
[Project] Add process exceptions for invisible text
Diffstat (limited to 'src/rspamd.h')
-rw-r--r-- | src/rspamd.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/rspamd.h b/src/rspamd.h index bc1ed8a86..eb5ce541e 100644 --- a/src/rspamd.h +++ b/src/rspamd.h @@ -316,21 +316,6 @@ struct rspamd_main { struct rspamd_http_context *http_ctx; }; -enum rspamd_exception_type { - RSPAMD_EXCEPTION_NEWLINE = 0, - RSPAMD_EXCEPTION_URL, - RSPAMD_EXCEPTION_GENERIC, -}; -/** - * Structure to point exception in text from processing - */ -struct rspamd_process_exception { - goffset pos; - guint len; - gpointer ptr; - enum rspamd_exception_type type; -}; - /** * Control session object */ |