From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: B V Raghav Newsgroups: gmane.emacs.help Subject: Gnus Multiple Roles Date: Thu, 03 Dec 2015 18:18:55 +0530 Organization: BVRaghav.com Message-ID: <91e7aff692b7560d98015adf8494a82e@bvraghav.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1449155092 15358 80.91.229.3 (3 Dec 2015 15:04:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2015 15:04:52 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 03 16:04:43 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a4VR2-0003Mt-1t for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Dec 2015 16:04:40 +0100 Original-Received: from localhost ([::1]:35854 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4VR1-0007f5-9p for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Dec 2015 10:04:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4TJm-0005Zk-Vx for help-gnu-emacs@gnu.org; Thu, 03 Dec 2015 07:49:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4TJh-0004HI-Uz for help-gnu-emacs@gnu.org; Thu, 03 Dec 2015 07:49:02 -0500 Original-Received: from sub5.mail.dreamhost.com ([208.113.200.129]:60344 helo=homiemail-a79.g.dreamhost.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4TJh-0004H8-M5 for help-gnu-emacs@gnu.org; Thu, 03 Dec 2015 07:48:57 -0500 Original-Received: from homiemail-a79.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTP id B63957D4075 for ; Thu, 3 Dec 2015 04:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bvraghav.com; h= mime-version:content-type:content-transfer-encoding:date:from:to :subject:message-id; s=bvraghav.com; bh=AaIqI5wKDQkYg8e7ZaiA2vzR cnk=; b=TYavWnv3mHdFXTyNJBQbC44Hl6jY4cVcOs8o/UYY8FFfpX/QBr9Y+5DE ScUCY5URvw6A+LwRaXfJfDSXLbf5fZ0AmWXVL5c3ZelKvW7gJs8UepeMmmk2II39 fch5+tag3QDmvV89dVWqCUa+ovXdVvDzp4wJA6R+XHqXxkqIwQc= Original-Received: from webmail.bvraghav.com (caiajhbihbdd.dreamhost.com [208.97.187.133]) (Authenticated sender: r@bvraghav.com) by homiemail-a79.g.dreamhost.com (Postfix) with ESMTPA id A42ED7D406F for ; Thu, 3 Dec 2015 04:48:55 -0800 (PST) X-Sender: r@bvraghav.com User-Agent: Roundcube Webmail/0.8.2 X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 208.113.200.129 X-Mailman-Approved-At: Thu, 03 Dec 2015 10:04:28 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:108279 Archived-At: Hi, I have been successfully using alpine for a long time now. While switching to gnus, I feel that the functionality of alpine that I find missing are: 1. Multiple Roles. The capability to send from any smtp server I prefer, not necessarily automated. I found this excellent library --- smtpmail-multi [ https://github.com/vapniks/smtpmail-multi ]. However, the problem is, that I was not able to automate the reply's with original message having a specific header. The setting was: (setq smtpmail-multi-associations '((("To" . "help-gnu-emacs.*") bvraghav\.com) )) Further I could not find a ready way to choose a specific smtp server setting. Is there a way with the library, or a simple(r) recipe, that I can adapt to my needs, in order to fulfil the requirements. Thanks, r -- B V Raghav