From 7f7d8b3fd7b811286acf6286143aab97239c432d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 20 Jul 1998 23:39:22 +0000 Subject: Chabge the spam-block default. svn path=/trunk/; revision=2008 --- fetchmail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index 6641cd4a..9edbeb5e 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -742,6 +742,8 @@ static int load_params(int argc, char **argv, int optind) def_opts.smtp_socket = -1; def_opts.smtpaddress = (char *)0; save_str(&def_opts.antispam, (char *)NULL, 0)->val.status.num = 571; + save_str(&def_opts.antispam, (char *)NULL, 0)->val.status.num = 550; + save_str(&def_opts.antispam, (char *)NULL, 0)->val.status.num = 501; def_opts.server.protocol = P_AUTO; def_opts.server.timeout = CLIENT_TIMEOUT; -- cgit v1.2.3