summaryrefslogtreecommitdiff
path: root/src/clamsmtpd.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-09-04 00:05:08 +0000
committerStef Walter <stef@memberwebs.com>2004-09-04 00:05:08 +0000
commitfdafaaeec8b05ab1e62457ecb6202ced98caa202 (patch)
tree3b093585fcce8975acee7b8b5ca5700702821ec6 /src/clamsmtpd.h
parent4fb48e235e0f76d3e5fcdd61e88ac63fa46cc14d (diff)
Transparent proxy support.
Diffstat (limited to 'src/clamsmtpd.h')
-rw-r--r--src/clamsmtpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clamsmtpd.h b/src/clamsmtpd.h
index 2fc6f9e..eb9378e 100644
--- a/src/clamsmtpd.h
+++ b/src/clamsmtpd.h
@@ -122,6 +122,7 @@ typedef struct clstate
int bounce; /* Send back a reject line */
int quarantine; /* Leave virus files in temp dir */
int debug_files; /* Leave all files in temp dir */
+ int transparent; /* Transparent proxying */
/* State --------------------------------- */
int daemonized; /* Whether process is daemonized or not */