From 0aa7e4307aae2252986fb0e440461642c833a677 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 6 Mar 1998 04:17:51 +0000 Subject: Configurable antispam response. svn path=/trunk/; revision=1689 --- fetchmail.man | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'fetchmail.man') 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} -- cgit v1.2.3