aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-07-20 23:39:22 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-07-20 23:39:22 +0000
commit7f7d8b3fd7b811286acf6286143aab97239c432d (patch)
treebc866c34125b5eceaa4ba619d63ca7161b190da8 /fetchmail.c
parenta5b09204067bc42cacacadc26840f7b15889a527 (diff)
downloadfetchmail-7f7d8b3fd7b811286acf6286143aab97239c432d.tar.gz
fetchmail-7f7d8b3fd7b811286acf6286143aab97239c432d.tar.bz2
fetchmail-7f7d8b3fd7b811286acf6286143aab97239c432d.zip
Chabge the spam-block default.
svn path=/trunk/; revision=2008
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 2 insertions, 0 deletions
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;