FreeBSD Bugzilla – Attachment 19438 Details for
Bug 34553
fetchmail can lose mail in POP3+UIDL mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 704 bytes, created by
matthias.andree
on 2002-02-02 12:00:05 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
matthias.andree
Created:
2002-02-02 12:00:05 UTC
Size:
704 bytes
patch
obsolete
>Index: driver.c >=================================================================== >RCS file: /home/emma/mycvsroot/fetchmail/driver.c,v >retrieving revision 1.1.1.2 >diff -u -r1.1.1.2 driver.c >--- driver.c 2002/01/07 20:42:26 1.1.1.2 >+++ driver.c 2002/01/08 01:50:22 >@@ -632,8 +632,14 @@ > * now. > */ > >- /* tell the UID code we've seen this */ >- if (ctl->newsaved) >+ /* >+ * Tell the UID code we've seen this. >+ * Matthias Andree: only register the UID if we could actually >+ * forward this mail. If we omit this !suppress_delete check, >+ * fetchmail will never retry mail that the local listener >+ * refused temporarily. >+ */ >+ if (ctl->newsaved && !suppress_delete) > { > struct idlist *sdp;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 34553
: 19438