diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 23:41:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-07-20 23:41:02 +0000 |
commit | 852dabd99eaa2fe8095cbaf05f0773aecc5aa01a (patch) | |
tree | 3303c6bc62a223ca39a7300e0db3a3dbd747ce00 | |
parent | 7f7d8b3fd7b811286acf6286143aab97239c432d (diff) | |
download | fetchmail-852dabd99eaa2fe8095cbaf05f0773aecc5aa01a.tar.gz fetchmail-852dabd99eaa2fe8095cbaf05f0773aecc5aa01a.tar.bz2 fetchmail-852dabd99eaa2fe8095cbaf05f0773aecc5aa01a.zip |
Change the spam-block default.
svn path=/trunk/; revision=2009
-rw-r--r-- | fetchmail.man | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index 56000f6d..32d58e1d 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -765,13 +765,14 @@ access, or command rejected for policy reasons]."). .PP The .I exim -MTA returns 501 "Syntax error in parameters or arguments" , but will +MTA returns 501 "Syntax error in parameters or arguments", but will move to 550 soon. .PP The .I fetchmail -code recognizes and discards the message on a code that defaults to -sendmail's 571 but can be set with the `antispam' option. This is the +code recognizes and discards the message on any of a list of responses +that defaults to [571, 550, 501] but can be set with the `antispam' +option. This is the .I only circumstance under which fetchmail ever discards mail. .P |