aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-08-07 09:32:34 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-08-07 09:32:34 +0000
commitd0da38ee3f178d260ccb80875d5d5fd7e9b3fd98 (patch)
tree038277755fb8f7b82b9c3f244132be3dc74369a3 /TODO.txt
parent8f9f7375e656c9d339805df343bdb88f57c6eeff (diff)
downloadfetchmail-d0da38ee3f178d260ccb80875d5d5fd7e9b3fd98.tar.gz
fetchmail-d0da38ee3f178d260ccb80875d5d5fd7e9b3fd98.tar.bz2
fetchmail-d0da38ee3f178d260ccb80875d5d5fd7e9b3fd98.zip
--logfile is now handled more carefully, errors opening the logfile are
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
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index fed38769..fab0e436 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,6 @@
- allow full user@domain mappings in multidrop matching
(is this perhaps a 6.4.0 issue?) see Andrew Longland-Meech's
multidrop problems on fetchmail-users
-- Patterson: --logfile w/ ~/blah confuses fetchmail;
- see thread [fetchmail-users] option -v not working...
- check recent list mail
- check Debian BTS and other bug trackers
- better logging (log all headers)
@@ -15,3 +13,4 @@
- merge BerliOS IMAP AUTHENTICATE EXTERNAL patch
- fetchmail -s with running daemon complains rather than silently
restarting daemon
+- review sample.rcfile and document it