]> Pileus Git - ~andy/fetchmail/commit
Treat permanent delivery errors as temporary (configurable).
authorMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 14:45:17 +0000 (14:45 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Sun, 24 May 2009 14:45:17 +0000 (14:45 -0000)
commit570e3ef1831cdb13a1baf846029ffa1cb7ec1b79
treedd13bcd23351a7ac931457b9535a2b670dc9dda8
parentc74e0b613d3d4782a7ad34af1f9e14ebb3776e1b
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
NEWS
TODO.txt
conf.c
driver.c
fetchmail.c
fetchmail.h
fetchmail.man
fetchmailconf.py
options.c
rcfile_l.l
rcfile_y.y