From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/11197 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.user Subject: Re: Option for sendmail.el Date: Mon, 14 Jul 2008 14:08:13 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86k5foz3ky.fsf@lifelogs.com> References: <27db581e-f08c-4e9e-989e-0b6391a9f387@a70g2000hsh.googlegroups.com> <1ead6e92-5591-4519-94fe-99d236e67a15@x35g2000hsb.googlegroups.com> <867ibv87vv.fsf@lifelogs.com> <73f1ceb0-2b2e-4c4d-9e9d-69b0d6351e36@34g2000hsf.googlegroups.com> <86tzex23kz.fsf@lifelogs.com> <86prpg360k.fsf@lifelogs.com> <717feb4c-4ebe-4d21-9518-fec60717ab05@26g2000hsk.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1216064498 1368 80.91.229.12 (14 Jul 2008 19:41:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 19:41:38 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jul 14 21:42:24 2008 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 1KITw6-0003IF-6s for gegu-info-gnus-english@m.gmane.org; Mon, 14 Jul 2008 21:42:14 +0200 Original-Received: from localhost ([127.0.0.1]:52049 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KITvE-0007g4-3A for gegu-info-gnus-english@m.gmane.org; Mon, 14 Jul 2008 15:41:20 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!newsfeed.straub-nv.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 35 Original-X-Trace: news.albasani.net D+QMXwqseJ6zwnz+Nvmj9rDd1P7NccRSCxWpXn+we8fg2hZ2HwqUTJy5jqyquEWhgJA/v8ZPzGZ7e6bsDadJmgkCpQcBlXRqzT6sVL8y/jjyH9T1I0CF58D5VLHoSyBH Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 14 Jul 2008 19:03:49 +0000 (UTC) X-User-ID: 2vMf21Y3oFeT/vTSOYPut3Lr1J5XXw1+QhD6A2qj3bQ= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:CHfhDgFSuZSiQ5L9Bty04Zr7EY8= sha1:Rc4A4Aj3w5tJncSrV9c7wC4tcf0= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: O/o44KvQhz/QOopq89CsXWmXkYhuMODM+rnZ0BPef9c= Original-Xref: news.stanford.edu gnu.emacs.gnus:81416 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:11197 Archived-At: On Mon, 14 Jul 2008 10:56:01 -0700 (PDT) Memnon Anon wrote: MA> On 14 Jul., 16:16, Ted Zlatanov wrote: >> Can you call (message-make-fqdn)  (hit `C-x C-e' after the closing >> parenthesis)?  Also call (message-user-mail-address) and let us know >> what they say.  Finally, what's the value of user-mail-address (use >> `C-h v' to find out)? MA> Output: MA> (message-make-fqdn): machinename.localdomain MA> (message-user-mail-address): my set email address. This one seems MA> right MA> C-h v of user-mail-address: same output as (message-user-mail-address) MA> email address is set via (setq user-mail-address MA> "myemailname@myprovider.com") OK, I found the problem. The priority order is not what I thought. Set message-user-fqdn to what you need. My fault, I misremembered the code. MA> I guess it is my fault. Configuring .gnus files and having no clue MA> of gnus, just following different recipes on the web, is not that MA> smart. MA> But hey, changing smtpmail.el works. No one ever said using MA> Emacs/gnus is easy; all they said is: whatever the problem, you may MA> find a solution ;). Gnus is, I'm afraid, fairly complex :) It's one of the most interesting parts of Emacs IMHO. Fortunately, it gets much simpler once you understand the way it works. Ted