aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index aa078140..b01787db 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -896,8 +896,8 @@ static int load_params(int argc, char **argv, int optind)
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); /* old exim */
- ANTISPAM(501); /* new exim */
+ ANTISPAM(550); /* RFC2821 */
+ ANTISPAM(501); /* old exim */
ANTISPAM(554); /* Postfix */
#undef ANTISPAM