From 513d197596afc978ad1e068f03efa3ff7fa31139 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 9 Sep 2002 13:58:49 +0000 Subject: Default antispam code list to empy. svn path=/trunk/; revision=3708 --- fetchmail.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index b01787db..74ccc4f4 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -894,13 +894,6 @@ static int load_params(int argc, char **argv, int optind) def_opts.smtp_socket = -1; def_opts.smtpaddress = (char *)0; def_opts.smtpname = (char *)0; -#define ANTISPAM(n) save_str(&def_opts.antispam, STRING_DUMMY, 0)->val.status.num = (n) - ANTISPAM(571); /* sendmail */ - ANTISPAM(550); /* RFC2821 */ - ANTISPAM(501); /* old exim */ - ANTISPAM(554); /* Postfix */ -#undef ANTISPAM - def_opts.server.protocol = P_AUTO; def_opts.server.timeout = CLIENT_TIMEOUT; def_opts.server.esmtp_name = user; -- cgit v1.2.3