diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-03-06 04:17:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-03-06 04:17:51 +0000 |
commit | 0aa7e4307aae2252986fb0e440461642c833a677 (patch) | |
tree | d78476e351bd6786565d3890c8e2428737c5b7a9 /fetchmail.man | |
parent | c3cbff53c487f64506d9d88f88d16da68fbd0323 (diff) | |
download | fetchmail-0aa7e4307aae2252986fb0e440461642c833a677.tar.gz fetchmail-0aa7e4307aae2252986fb0e440461642c833a677.tar.bz2 fetchmail-0aa7e4307aae2252986fb0e440461642c833a677.zip |
Configurable antispam response.
svn path=/trunk/; revision=1689
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index deded9db..50c947fd 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -217,6 +217,12 @@ Specify the domain to be put in RCPT TO lines shipped to SMTP. The name of the SMTP server (as specified by --smtphost, or defaulted to "localhost") is used when this is not specified. .TP +.B \-Z nnn, --antispam nnn +(Keyword: antispam) +Specifies the numeric SMTP error that is to be interpreted as a +spam-block response from the listener. A value of -1 disables +this option. +.TP .B \-m, \--mda (Keyword: mda) You can force mail to be passed to an MDA directly (rather than @@ -719,7 +725,8 @@ move to 550 soon. .PP The .I fetchmail -code recognizes any of these error codes and discards the message. This is the +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 .I only circumstance under which fetchmail ever discards mail. .P @@ -866,6 +873,12 @@ T} smtphost -S T{ Specify smtp host(s) to forward to T} +smtpaddress -D T{ +Specify the domain to be put in RCPT TO lines +T} +antispam -Z T{ +Specify what SMTP return is interpreted as a spam-policy block +T} mda -m T{ Specify MDA for local delivery T} |