| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Does not free all members of struct query, but just servername and
the query node itself. Add a FIXME note.
|
|
|
|
|
|
|
| |
...that were converted to char* when they should have been converted to
const char *.
Use braces for empty if/else statements.
|
| |
|
| |
|
|
|
|
| |
to resolve an ambiguity found by Frédéric Marchal.
|
| |
|
| |
|
| |
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5471
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5465
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5350
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5349
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5326
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5325
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5292
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Progress tickers had been used inconsistently for a long time, and
documentation was outdated, too. Factor out common code to ease
maintenance, use the report_flush() function, and add and use a macro
(want_progress()) to determine if progress ticker output is desired.
This makes for a much more consistent look on screen and in logfiles and
should be much easier to fix later on.
TODO: test syslog output.
svn path=/branches/BRANCH_6-3/; revision=5290
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5261
|
|
|
|
|
|
|
|
| |
Exception from no-features policy on 6.3.X is made to keep people away from
doing more dangerous things in order to get rid of CommonName mismatch
warnings.
svn path=/branches/BRANCH_6-3/; revision=5165
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5164
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5160
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5159
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5158
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5103
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5076
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=5015
|
|
|
|
|
|
|
|
|
| |
if any of these requested features has not been compiled in. Reported by Isaac
Wilcox.
* --version will now add +KRB4 or +KRB5 if Kerberos v4 or v5, respectively, have
been compiled in. Reported by Isaac Wilcox.
svn path=/branches/BRANCH_6-3/; revision=4995
|
|
|
|
|
|
|
|
| |
This is supposed to re-read /etc/resolv.conf in order to pick up changes
made by dhcpcd, dhclient, pppd, openvpn or similar.
To fix Debian Bug #389270 (DNS errors in daemon mode) and others.
svn path=/branches/BRANCH_6-3/; revision=4986
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4974
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4910
|
|
|
|
|
|
| |
Calling longjmp() from a signal handler is unsafe.
svn path=/branches/BRANCH_6-3/; revision=4894
|
|
|
|
|
|
|
| |
now reported to the TTY where fetchmail was started from.
fetchmail now complains and aborts when it cannot properly daemonize itself.
svn path=/branches/BRANCH_6-3/; revision=4883
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4871
|
|
|
|
|
|
| |
Fixes BerliOS bug #7858.
svn path=/branches/BRANCH_6-3/; revision=4853
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4850
|
|
|
|
|
|
| |
NetBSD portable packages collection patch-ah, patch-ai and patch-aj.
svn path=/branches/BRANCH_6-3/; revision=4826
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4770
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4740
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4736
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4734
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4731
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4727
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4716
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4660
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4638
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4599
|
|
|
|
|
|
|
|
| |
would alternate between verbose and debug mode. debug mode now comprises
all verbose output, and adding more -v options does not switch back from
debug to verbose mode.
svn path=/branches/BRANCH_6-3/; revision=4597
|
|
|
|
| |
svn path=/branches/BRANCH_6-3/; revision=4586
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Close SMTP sockets early, to reduce resource usage, trigger earlier
delivery with some MTAs and avoid SIGPIPE (SIG 13) when the SMTP
listener gets bored and drops the connection after timeout.
* Don't treat hitting a fetch limit (PS_MAXFETCH) as error.
* Fix negative "messages left on server" on idle/repoll with fetchlimit.
* Properly track logout stage (STAGE_LOGOUT).
* Preserve error conditions across postconnect script.
svn path=/branches/BRANCH_6-3/; revision=4541
|
|
|
|
|
|
|
|
|
| |
authentication types and protocols, so as to simplify configurations for
workstations where the SMTP daemon only listens on the loopback
interface. Sunil Shetye & Matthias Andree
svn path=/trunk/; revision=4410
|