From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85631 Path: news.gmane.org!not-for-mail From: Vitalie Spinu Newsgroups: gmane.emacs.gnus.general Subject: address and name from posting styles are ignored Date: Wed, 28 Jan 2015 12:24:43 +0100 Message-ID: <87twzbrvus.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422456393 27005 80.91.229.3 (28 Jan 2015 14:46:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 14:46:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M33872@lists.math.uh.edu Wed Jan 28 15:46:30 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YGTsx-000355-0G for ding-account@gmane.org; Wed, 28 Jan 2015 15:46:27 +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 1YGTsl-00031A-3d; Wed, 28 Jan 2015 08:46:15 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YGQjy-00026A-Ky for ding@lists.math.uh.edu; Wed, 28 Jan 2015 05:24:58 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YGQjx-0003Gl-5z for ding@lists.math.uh.edu; Wed, 28 Jan 2015 05:24:58 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YGQjv-0002s2-OW for ding@gnus.org; Wed, 28 Jan 2015 12:24:55 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YGQjq-0002AZ-5I for ding@gnus.org; Wed, 28 Jan 2015 12:24:50 +0100 Original-Received: from dhcp-077-251-128-242.chello.nl ([77.251.128.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jan 2015 12:24:50 +0100 Original-Received: from spinuvit by dhcp-077-251-128-242.chello.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Jan 2015 12:24:50 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: dhcp-077-251-128-242.chello.nl User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) Cancel-Lock: sha1:KUnE0h3UWh0Bi1wmEe1jyrtj25I= X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85631 Archived-At: Hi, I have the following in my gnus-posting-styles: ((header "from" "") ("test" "blabla") (address "foo@bar.com") (name "BAZ")) The regexp is matched and I see "test" header in my reply. But the From field uses the default user-full-name and user-mail-address instead of address and name above. I am using gnus 5.13 from the head of emacs-24 branch. Vitalie