diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
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; |