diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-03-03 19:43:35 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-03-03 19:43:35 +0000 |
commit | dd4b3a4bd618fc1a93b0d879aa5d45224da96538 (patch) | |
tree | 80aaa3c30a4b66b6b8c298a62121cabfbeeae8b1 | |
parent | 8b8c687674b999cc08d92aebac2ca675fb739453 (diff) | |
download | fetchmail-dd4b3a4bd618fc1a93b0d879aa5d45224da96538.tar.gz fetchmail-dd4b3a4bd618fc1a93b0d879aa5d45224da96538.tar.bz2 fetchmail-dd4b3a4bd618fc1a93b0d879aa5d45224da96538.zip |
Drop lots of 6.4 stuff, moved into trunk's TODO.
svn path=/branches/BRANCH_6-3/; revision=4712
-rw-r--r-- | TODO | 43 |
1 files changed, 0 insertions, 43 deletions
@@ -4,10 +4,6 @@ For 6.3.X: Casper Gripenberg's 6.3.2 no-IDLE/NOOP hang with EXISTS (see full trace and patch on fetchmail-devel). -Clean up null envelope handling everywhere to get rid of <> kludge. - -Use Errors-To: as envelope sender fallback? - 20060213T122015 [ 53: Frederic Marchal] [fetchmail-users] Incorrect header line and lost mails See if fetchmail still segfaults (see quotes of Frederic Marchal @@ -26,50 +22,11 @@ See if fetchmail still segfaults (see quotes of Frederic Marchal > body but for a header line not starting with a blank and not containing > a colon. - -Validate --mda/mda option so that single quotes (') around the -placeholders are rejected Debian Bug #347909 - -Add FAQ entry about procmail configuration with 1. ORGMAIL/DEFAULT, 2. -:0e { EXITCODE=75 HOST }, 3. explicit default recipe, 4. LOGFILE -location? - Yves Boisjoly reports that NTLM auth needs to use the real Wks field rather than duplicating the user name (see l. 211 in smbutil.c). Make fetchmailconf a noarch RPM (needs %ifarch hacks and running rpmbuild twice). - -For later: -========== - -Add a warning when mda contains sendmail but not -i, -oi, -O IgnoreDots - -IDN - -Pipeline commands - -Allow to query multiple servers simultaneously. - -Privilege separation model for added security. - -Check if fetchmail's notion of \Recent vs. * <n> RECENT is a working -model at all. In concurrent sessions, fetchmail might not be notified of -\Recent and will have to check UID instead. - -RFC2047 encode X-Fetchmail-Warning? -X-Fetchmail-Warning: Empfängeradresse root@example.org stimmt mit keinem lokalen Namen überein -X-Virus-Scanned: amavisd-new at m2a2.dyndns.org -X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char C3 hex) in message header 'X-Fetchmail-Warning': X-Fetchmail-Warning: +Empf\303\244ngeradresse ro... - -check if --monitor still works properly -and complete CAN_MONITOR vs. interface checks -complete CAN_MONITOR replacement - -put all getaddrinfo compat cruft into an easy-to-use m4 macro for -autoconf and Makefile.am snippet for automake, so people can just use it -without further hassle. - fetchmail -vvvv --syslog prints blank lines on the screen. Probably uid.c lines 254 and 265. |