From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74737 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C5=81ukasz?= Stelmach Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] private message id Date: Mon, 06 Dec 2010 07:28:15 +0100 Message-ID: <87d3pf1klc.fsf%lukasz.stelmach@iem.pw.edu.pl> References: <87fwujreui.fsf%lukasz.stelmach@iem.pw.edu.pl> <87r5e22t87.fsf%lukasz.stelmach@iem.pw.edu.pl> <87pqtlw0ba.fsf%lukasz.stelmach@iem.pw.edu.pl> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1291616999 7873 80.91.229.12 (6 Dec 2010 06:29:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 06:29:59 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23093@lists.math.uh.edu Mon Dec 06 07:29:54 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PPUa7-00042q-GO for ding-account@gmane.org; Mon, 06 Dec 2010 07:29:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PPUZ7-0001fH-1W; Mon, 06 Dec 2010 00:28:49 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PPUYq-0001ez-UL for ding@lists.math.uh.edu; Mon, 06 Dec 2010 00:28:33 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PPUYl-0004R9-C4 for ding@lists.math.uh.edu; Mon, 06 Dec 2010 00:28:31 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PPUYk-0003zb-00 for ; Mon, 06 Dec 2010 07:28:26 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PPUYk-0003lI-He for ding@gnus.org; Mon, 06 Dec 2010 07:28:26 +0100 Original-Received: from 87-205-242-8.adsl.inetia.pl ([87.205.242.8]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Dec 2010 07:28:26 +0100 Original-Received: from lukasz.stelmach by 87-205-242-8.adsl.inetia.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Dec 2010 07:28:26 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 29 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 87-205-242-8.adsl.inetia.pl User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:AIc5hLqRJgaycJneVlKKtUwmI/c= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74737 Archived-At: Lars Magne Ingebrigtsen writes: > Łukasz Stelmach writes: > >> If you redefine message-unique-id you still get the same fqdn on every >> message you send regardless of the account (identity) you use. This >> makes them easy to associate. Conclusion message-unique-id is OK as it >> is let's change message-make-fqdn. Lets make message-make-fqdn return >> sender's address >> >> <87tyixw1au.fsf@lukasz.stelmach@iem.pw.edu.pl> >> >> It is invalid Message-ID because it comprises two `@' characters. The >> first `@' comes from message-make-message-id so either we redefine this >> function or substitute the second `@' with a character valid for a >> domain name. >> >> <87r5e1w15q.fsf@lukasz.stelmach-iem.pw.edu.pl> > > So just redefine `message-make-fqdn' to return that, then? Or set the > `message-user-fqdn' variable to be what you want. It's a separate > function for easy redefinition. It will work unless somethig else than message-id related function expect this fqdn to be the fqdn. Are there any? Will there be? -- Miłego dnia, Łukasz Stelmach