diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-11-12 19:58:59 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-11-12 19:58:59 +0300 |
commit | 3b7bcc355f8b9d934b7478005c408af631e14acd (patch) | |
tree | 4667408a06fd83a30dd00cb2166ecc1831d0defe /src/url.h | |
parent | fc5e5ef142c107027a01b90b35b52a8ce944d7ab (diff) | |
download | rspamd-3b7bcc355f8b9d934b7478005c408af631e14acd.tar.gz rspamd-3b7bcc355f8b9d934b7478005c408af631e14acd.zip |
* Add ability to obtain phished url from lua
* Add ability to specify check domains for phishing check with 'domains' option
Diffstat (limited to 'src/url.h')
-rw-r--r-- | src/url.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ struct uri { * POST_CHAR in the uri string. */ gchar *post; + struct uri *phished_url; + /* @protocollen should only be usable if @protocol is either * PROTOCOL_USER or an uri string should be composed. */ guint protocollen; |