From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/9712 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.gnus.user Subject: Default domain in outgoing email? Date: Fri, 28 Sep 2007 21:53:02 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191048138 11087 80.91.229.12 (29 Sep 2007 06:42:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 29 Sep 2007 06:42:18 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Sat Sep 29 08:42:15 2007 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IbW1m-0001M7-Io for gegu-info-gnus-english@m.gmane.org; Sat, 29 Sep 2007 08:42:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IbW1j-00084E-2t for gegu-info-gnus-english@m.gmane.org; Sat, 29 Sep 2007 02:42:11 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.umontreal.ca!news.umontreal.ca.POSTED!not-for-mail Original-NNTP-Posting-Date: Fri, 28 Sep 2007 20:53:02 -0500 Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) Cancel-Lock: sha1:WmxmGNEYAwGL8lcCbxIZa4EeEt0= Original-Lines: 17 X-Usenet-Provider: http://www.giganews.com Original-NNTP-Posting-Host: 132.204.27.213 Original-X-Trace: sv3-6h9ox9x5+8aO3HD1BQ/nyE7zm//z0h+JJqWDcnoXzt5e3uWx3SGThHowzYGEt6aI7bTnUTzOzUFd+hp!btj2PqcH5pz2C+SfedFag/uy9UTtaNs7U0DkONMbaRZfkz24xZ8lKGz/xHcfGszqFWR0iqxXGMPi!zTJtJXAah8jZOi3u3A== Original-X-Complaints-To: abuse@umontreal.ca X-DMCA-Complaints-To: abuse@umontreal.ca X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.36 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:79916 X-Mailman-Approved-At: Sat, 29 Sep 2007 02:42:09 -0400 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:9712 Archived-At: A lot of the email messages I send go to addresses @iro.umontreal.ca. And when I send them from my office machine, this address is automatically added by the `postfix' mailer. But from my home machine, this is not the case (for various reasons it is not practical to change my `postfix' mailer to do this rewrite on those machines). So, I'd like to add this domain automatically directly from Gnus. I looked briefly at message.el but couldn't find any configuration for this feature. So do I need to write some elisp code for it? If so, can someone tell where to start? Which hook would be best and what functions could I use to loop through the relevant header field(s) and what functions can I use to loop through each email address on each header field? Stefan