aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_xml.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-07-15 15:08:31 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-07-15 15:08:31 +0400
commit99cd57ba7f0e6b9178ccacc6987b0854ed137d83 (patch)
tree1e1cb2993f5b8f1965925180be43f24b31477902 /src/cfg_xml.h
parent44e9a2cda785d6630b30c90707b7a00deb6b2b35 (diff)
downloadrspamd-99cd57ba7f0e6b9178ccacc6987b0854ed137d83.tar.gz
rspamd-99cd57ba7f0e6b9178ccacc6987b0854ed137d83.zip
* Add ability to make views by recipient
Diffstat (limited to 'src/cfg_xml.h')
-rw-r--r--src/cfg_xml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cfg_xml.h b/src/cfg_xml.h
index 50fa7ac3f..b61c2f825 100644
--- a/src/cfg_xml.h
+++ b/src/cfg_xml.h
@@ -108,6 +108,7 @@ gboolean handle_composite (struct config_file *cfg, struct rspamd_xml_userdata *
gboolean handle_view_ip (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset);
gboolean handle_view_client_ip (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset);
gboolean handle_view_from (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset);
+gboolean handle_view_rcpt (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset);
gboolean handle_view_symbols (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset);
gboolean handle_user_settings (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHashTable *attrs, gchar *data, gpointer user_data, gpointer dest_struct, int offset);