aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-06 04:17:51 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-06 04:17:51 +0000
commit0aa7e4307aae2252986fb0e440461642c833a677 (patch)
treed78476e351bd6786565d3890c8e2428737c5b7a9 /fetchmail.h
parentc3cbff53c487f64506d9d88f88d16da68fbd0323 (diff)
downloadfetchmail-0aa7e4307aae2252986fb0e440461642c833a677.tar.gz
fetchmail-0aa7e4307aae2252986fb0e440461642c833a677.tar.bz2
fetchmail-0aa7e4307aae2252986fb0e440461642c833a677.zip
Configurable antispam response.
svn path=/trunk/; revision=1689
Diffstat (limited to 'fetchmail.h')
-rw-r--r--fetchmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h
index e4c51f4e..a4cccde0 100644
--- a/fetchmail.h
+++ b/fetchmail.h
@@ -144,6 +144,7 @@ struct query
struct idlist *smtphunt; /* list of SMTP hosts to try forwarding to */
char *smtphost; /* actual SMTP host to point to */
char *smtpaddress; /* address we want to force in the delivery messages */
+ int antispam; /* listener's antispam response */
char *mda; /* local MDA to pass mail to */
char *preconnect; /* pre-connection command to execute */
char *postconnect; /* post-connection command to execute */