diff -r -C3 -p old/src/post.c new/src/post.c *** old/src/post.c Sun Apr 11 13:43:56 2004 --- new/src/post.c Tue Jul 11 16:55:02 2006 *************** EXPORT bool CMDpost () *** 215,222 **** body = TRUE; if (addmsgid) Cfemitf (cf, "Message-ID: %s\r\n", messageid); ! Cfemitf (cf, "Cache-Post-Path: %s!%s\r\n", Host, ClientHost); ! Cfemitf (cf, "X-Cache: nntpcache " VERSION " (see http://www.nntpcache.com/)\r\n"); } Cfemit (cf, art->data); } --- 215,230 ---- body = TRUE; if (addmsgid) Cfemitf (cf, "Message-ID: %s\r\n", messageid); ! ! /* ! * We don't really want to be tracked down by ! * these below, right? ! * ! * 2006/07/11 dmr@c0nc3pt.com ! */ ! ! /* Cfemitf (cf, "Cache-Post-Path: %s!%s\r\n", Host, ClientHost); */ ! /* Cfemitf (cf, "X-Cache: nntpcache " VERSION " (see http://www.nntpcache.com/)\r\n"); */ } Cfemit (cf, art->data); }