diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:45:17 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-05-24 14:45:17 +0000 |
commit | 570e3ef1831cdb13a1baf846029ffa1cb7ec1b79 (patch) | |
tree | dd13bcd23351a7ac931457b9535a2b670dc9dda8 /fetchmail.man | |
parent | c74e0b613d3d4782a7ad34af1f9e14ebb3776e1b (diff) | |
download | fetchmail-570e3ef1831cdb13a1baf846029ffa1cb7ec1b79.tar.gz fetchmail-570e3ef1831cdb13a1baf846029ffa1cb7ec1b79.tar.bz2 fetchmail-570e3ef1831cdb13a1baf846029ffa1cb7ec1b79.zip |
Treat permanent delivery errors as temporary (configurable).
Fetchmail no longer drops permanently undelivered messages by default,
to match historic documentation. It does this by adding a new
"softbounce" option, see below.
Fixes Debian Bug#471283, demotes Debian Bug#494418 to wishlist.
There is a new "softbounce" global option that prevents the deletion of
messages that have not been forwarded. It defaults to "true" for
fetchmail 6.3.X in order to match historic documentation. This may
change its default in the next major release.
NOTE: untested.
svn path=/branches/BRANCH_6-3/; revision=5315
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 1c4e6375..86a541be 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -159,6 +159,20 @@ Verbose mode. All control messages passed between \fBfetchmail\fP and the mailserver are echoed to stdout. Overrides \-\-silent. Doubling this option (\-v \-v) causes extra diagnostic information to be printed. +.TP +.B \-\-nosoftbounce +(since v6.3.10, Keyword: set no softbounce, since v6.3.10) +.br +Hard bounce mode. All permanent delivery errors cause messages to be +deleted from the upstream server, see "no softbounce" below. +.TP +.B \-\-softbounce +(since v6.3.10, Keyword: set softbounce, since v6.3.10) +.br +Soft bounce mode. All permanent delivery errors cause messages to be +left on the upstream server if the protocol supports that. Default to +match historic fetchmail documentation, to be changed to hard bounce +mode in the next fetchmail release. .SS Disposal Options .TP .B \-a | \-\-all | (since v6.3.3) \-\-fetchall @@ -1573,6 +1587,14 @@ Warning: Do not use this to bounce spam back to the sender - most spam is sent with false sender address and thus this option hurts innocent bystanders. T} +set no softbounce \& \& T{ +Delete permanently undeliverable mail. It is recommended to use this +option if the configuration has been thoroughly tested. +T} +set spambounce \& \& T{ +Keep permanently undeliverable mail as though a temporary error had +occurred (default). +T} set logfile \-L \& T{ Name of a file to append error and status messages to. T} |