aboutsummaryrefslogtreecommitdiff
path: root/src/mailfrom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailfrom.h')
-rw-r--r--src/mailfrom.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/mailfrom.h b/src/mailfrom.h
index 90d8460e..2f58c162 100644
--- a/src/mailfrom.h
+++ b/src/mailfrom.h
@@ -186,7 +186,13 @@ enum node_type {
node_type_rate,
node_type_listens,
node_type_funcall,
- node_type_validuser
+ node_type_validuser,
+ node_type_dbmap
+};
+
+struct dbmap_node {
+ const char *name;
+ NODE *key;
};
struct node {
@@ -203,6 +209,7 @@ struct node {
struct header_node hdr;
struct regex_node re;
struct rate_node rate;
+ struct dbmap_node map;
NODE *node;
} v;
};

Return to:

Send suggestions and report system problems to the System administrator.