aboutsummaryrefslogtreecommitdiffstats
path: root/src/url.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-11-12 19:58:59 +0300
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-11-12 19:58:59 +0300
commit3b7bcc355f8b9d934b7478005c408af631e14acd (patch)
tree4667408a06fd83a30dd00cb2166ecc1831d0defe /src/url.h
parentfc5e5ef142c107027a01b90b35b52a8ce944d7ab (diff)
downloadrspamd-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/url.h b/src/url.h
index 105466aa5..6b08682ba 100644
--- a/src/url.h
+++ b/src/url.h
@@ -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;