From 15096c5130088a34af3384cac639ca8807a13f8e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 27 Oct 2009 19:34:11 +0300 Subject: * Add ability to check views by client's ip (that ip from which we have a connection to rspamd) --- src/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.h') 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) */ -- cgit v1.2.3