diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-27 19:34:11 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-10-27 19:34:11 +0300 |
commit | 15096c5130088a34af3384cac639ca8807a13f8e (patch) | |
tree | a52ee6535ce667f2c0be537228a413291b97ae01 /src/main.h | |
parent | 9c36d3f9efae2ee0b8c4322e9df1af5bef84678f (diff) | |
download | rspamd-15096c5130088a34af3384cac639ca8807a13f8e.tar.gz rspamd-15096c5130088a34af3384cac639ca8807a13f8e.zip |
* Add ability to check views by client's ip (that ip from which we have a connection to rspamd)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h index 35ea627be..c633d4f7a 100644 --- a/src/main.h +++ b/src/main.h @@ -182,6 +182,7 @@ struct worker_task { GList *rcpt; /**< recipients list */ unsigned int nrcpt; /**< number of recipients */ struct in_addr from_addr; /**< client addr in numeric form */ + struct in_addr client_addr; /**< client addr in numeric form */ char *deliver_to; /**< address to deliver */ char *user; /**< user to deliver */ char *subject; /**< subject (for non-mime) */ |