]> Pileus Git - ~andy/fetchmail/commitdiff
Dup killer now uses an MD5 hash of the message headers.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 10 Oct 2003 20:41:56 +0000 (20:41 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 10 Oct 2003 20:41:56 +0000 (20:41 -0000)
svn path=/trunk/; revision=3854

fetchmail.h

index e8286d48a4e48db629d16ba115b0706fbae6d0c5..0c78133ada7652af32eea6e1e9bac55e2d7579f6 100644 (file)
@@ -315,8 +315,8 @@ struct query
     struct idlist *skipped;    /* messages skipped on the mail server */
     struct idlist *oldsaved, *newsaved;
     struct idlist **oldsavedend;
-    char *lastid;              /* last Message-ID seen on this connection */
     char thisid[16];           /* Message fingerprint for dup killing */
+    char lastid[16];           /* last fingerprint seen on this connection */
 
     /* internal use -- per-message state */
     int mimemsg;               /* bitmask indicating MIME body-type */