From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83247 Path: news.gmane.org!not-for-mail From: "Sebastian P. Luque" Newsgroups: gmane.emacs.gnus.general Subject: posting-style inconsistencies between posting and following-up Date: Sun, 02 Jun 2013 15:01:29 -0500 Organization: University of Manitoba Message-ID: <87d2s4xox2.fsf@kolob.subpolar.dyndns.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370203392 7166 80.91.229.3 (2 Jun 2013 20:03:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Jun 2013 20:03:12 +0000 (UTC) To: ding@lists.math.uh.edu Original-X-From: ding-owner+M31513@lists.math.uh.edu Sun Jun 02 22:03:11 2013 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 1UjEUg-000400-4y for ding-account@gmane.org; Sun, 02 Jun 2013 22:03:10 +0200 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 1UjETC-00068z-Pc; Sun, 02 Jun 2013 15:01:38 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1UjETB-00068m-HA for ding@lists.math.uh.edu; Sun, 02 Jun 2013 15:01:37 -0500 Original-Received: from mail-ie0-f171.google.com ([209.85.223.171]) by mx2.math.uh.edu with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) (envelope-from ) id 1UjETA-0000De-47 for ding@lists.math.uh.edu; Sun, 02 Jun 2013 15:01:37 -0500 Original-Received: by mail-ie0-f171.google.com with SMTP id s9so8568906iec.2 for ; Sun, 02 Jun 2013 13:01:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:mail-followup-to:date:message-id:user-agent :organization:mime-version:content-type; bh=sSOlU6F/Y1+mTreG/L1SjM8h3UFYaIzoGnPwYKkw41M=; b=O5uch03+jLruvOIzSNYdreAto+ixLcccj8vmCPLcr+zCVJKSPHYwSXcVElYKnLlhdn w8M95twOwHgwj9qE6/JTx7366FaAzKekdQKSV0lSev5vv8NxOoWj5bihe6xDGxrcOmD2 TEpvX9gz2eM2qPm6sr7088c5pJNJ3u2DiwLNE55xRQwsB7GqvO1yCgg4KfClCM95NfN5 fgNYxwdGGN36trRZxMN1LvonSy6+EluFFBNwaYB34vYBsZ6uuL9IkP9eZnFuFX+KQ6sG qQtAPt+yiZvjznFYYZ3EqnP6r76BfkqXgnazrrSw91Fy69tAyYD5lZBDvAt0GpRuyaJT OkKQ== X-Received: by 10.50.41.99 with SMTP id e3mr6340142igl.104.1370203292579; Sun, 02 Jun 2013 13:01:32 -0700 (PDT) Original-Received: from smtp.gmail.com (S0106c8d719636840.wp.shawcable.net. [24.77.164.163]) by mx.google.com with ESMTPSA id z6sm12360327igw.8.2013.06.02.13.01.30 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 02 Jun 2013 13:01:31 -0700 (PDT) Mail-Followup-To: ding@lists.math.uh.edu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83247 Archived-At: Hi, I am a little stuck understanding what the problem with this posting-style set up is. The last entry in my gnus-posting-styles is: ("GroupA" (eval (setq message-sendmail-extra-arguments '("-a" "grpa"))) (address "user1@gmail.com") (organization "My Org") (body "\n\n\nRegards,\n") (signature-file "grpa")) I'm using msmtp to send mail via a couple of servers I need for different purposes, so I have set up the following variables: (setq message-send-mail-function 'message-send-mail-with-sendmail sendmail-program "/usr/bin/msmtp" message-sendmail-extra-arguments '("-a" "gmail") mail-host-address "gmail.com") where "gmail" is my default account for groups other than GroupA above. The posting-style works well when posting ("C-u a" on the GroupA group), but when following up to a message in that group, my messages get sent via the "gmail" account, and the From: address takes on my default `user-mail-address' (rather than the "user1@gmail" specified by the posting style). Surprisingly, `message-sendmail-extra-arguments' shows as ("-a" "grpa") and `user-mail-address' as "user1@gmail.com" in the *Message* composing buffer. Obviously, these are being ignored, even though the rest of the posting-style is respected! Any tips on troubleshooting this would be appreciated. Cheers, -- Seb