From 0aa7e4307aae2252986fb0e440461642c833a677 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 6 Mar 1998 04:17:51 +0000 Subject: Configurable antispam response. svn path=/trunk/; revision=1689 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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 */ -- cgit v1.2.3