aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BUGS49
-rw-r--r--Makefile.am2
-rwxr-xr-xspecgen.sh2
3 files changed, 51 insertions, 2 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 00000000..e0f0eca2
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,49 @@
+1 = critical/showstopper
+2 = severe/grave/important
+3 = normal
+4 = minor/cosmetic
+5 = wishlist
+
+NEW = not yet reviewed
+OPEN = bug persists
+FDBK = feedback required
+INVA = invalid (not a bug, won't fix, etc.)
+---------------------------------------------------------------------------
+Own
+
+OPEN 3 sink.c leaks memory of ctl->destaddr
+
+---------------------------------------------------------------------------
+Debian: http://bugs.debian.org/
+
+OPEN 2 #146306 fetchmail: so called "bouncing" of mail is braindead
+
+OPEN 2 #150137 Fetchmail does not use smtphost on bounces
+
+NEW 2 #186739 SSL-POP3 closes connection when feeding to local SMTP takes
+ too long -> fetchmail dies with signal 13
+
+FDBK 2 #312415 fetchmail: does not implement IMAP correctly
+ apparently fetchmail emits protocol data when the server
+ doesn't use {LENGTH} prefix on the body.
+
+FDBK 2 #317761 fetchmail: Stops on underscore in domain part of email
+
+OPEN 3 #212240 fetchmail: Option -l (--limit) 120000 doesn't cooperates
+ with -F (--flush) after upgrade.
+
+FDBK 3 #286899 fetchmail: Problem with PID file
+
+FDBK 3 #294547 fetchmail: has to be manually restarted after a while
+ NOTE: appears to be regular network problem?
+ but might also be a FD leak (check lsof?)
+
+FDBK 3 #314509 fetchmail: lost mail, or only calculation error?
+ Perhaps the server cannot count.
+ NOTE: need to review if this causes buffer overrun
+ problems.
+
+FDBK 3 #155827 fetchmail: transposes Delivered-To header
+
+OPEN 3 #201113 PATCH fetchmail is missing a check for Subject Alternative Name (TLS cert.)
+ delayed - feature patch
diff --git a/Makefile.am b/Makefile.am
index f4a2eb41..7a1f261c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -70,7 +70,7 @@ SHELL = /bin/sh
fetchmail.spec: Makefile.in specgen.sh
$(srcdir)/specgen.sh $(VERSION) >fetchmail.spec
-DISTDOCS= FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \
+DISTDOCS= BUGS FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \
fetchmail-FAQ.html design-notes.html esrs-design-notes.html todo.html \
fetchmail-features.html README.SSL README.NTLM
diff --git a/specgen.sh b/specgen.sh
index a1bc30bc..35471bb0 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -165,7 +165,7 @@ rm -rf \$RPM_BUILD_ROOT
%files
%defattr (644, root, root, 755)
%doc ABOUT-NLS FAQ COPYING FEATURES NEWS
-%doc NOTES OLDNEWS README README.SSL
+%doc NOTES OLDNEWS README README.SSL BUGS
%doc contrib
%doc fetchmail-features.html fetchmail-FAQ.html esrs-design-notes.html
%doc design-notes.html