Re: [PATCH v2] Omit User-Agent: header by default
[notmuch-archives.git] / 59 / 1b1459182b4ade02d0e3a61d3b604751e1496f
1 Return-Path: <Jacek.Generowicz@cern.ch>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 0AD10431FB6\r
6         for <notmuch@notmuchmail.org>; Tue,  3 Apr 2012 08:29:15 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -5\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-5 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_HI=-5] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id HM6W2kJXhoNS for <notmuch@notmuchmail.org>;\r
16         Tue,  3 Apr 2012 08:29:11 -0700 (PDT)\r
17 Received: from CERNMX32.cern.ch (cernmx32.cern.ch [137.138.144.178])\r
18         (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D5BD4431FAE\r
21         for <notmuch@notmuchmail.org>; Tue,  3 Apr 2012 08:29:10 -0700 (PDT)\r
22 Received: from CERNFE22.cern.ch (137.138.144.151) by cernmxgwlb2.cern.ch\r
23         (137.138.144.178) with Microsoft SMTP Server (TLS) id 14.2.283.3;\r
24         Tue, 3 Apr 2012 17:29:09 +0200\r
25 Received: from huxley.cern.ch (80.218.24.120) by smtp.cern.ch\r
26         (137.138.144.172) with Microsoft SMTP Server (TLS) id 14.1.270.2;\r
27         Tue, 3 Apr 2012 17:29:09 +0200\r
28 Date: Tue, 3 Apr 2012 17:29:07 +0200\r
29 From: Jacek Generowicz <jacek.generowicz@cern.ch>\r
30 To: <notmuch@notmuchmail.org>\r
31 Subject: Passwordless multi-account SMTP\r
32 User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9\r
33         (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.3 (i686-pc-linux-gnu)\r
34         MULE/6.0 (HANACHIRUSATO)\r
35 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")\r
36 Content-Type: text/plain; charset="US-ASCII"\r
37 Message-ID: <6e25c6ab-13bb-41cd-b4f1-cde0b561d4b7@CERNFE22.cern.ch>\r
38 X-Originating-IP: [80.218.24.120]\r
39 Keywords: CERN SpamKiller Note: -50\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Tue, 03 Apr 2012 15:29:15 -0000\r
53 \r
54 Hello,\r
55 \r
56 I'm trying to use notmuch from Emacs. I have a number of SMTP accounts\r
57 through which I would need to send mail. Suggested solutions I have\r
58 found fall into 3 categories:\r
59 \r
60 + Gnus posting styles. (I'd rather stay clear of gnus, at present.)\r
61 \r
62 + Writing plaintext passwords in the MSMTP config files. (I'm rather\r
63   relutctant to leave plaintext passwords lying around.)\r
64 \r
65 + Emacs' own SMTP library. (I don't understand how to get it to deal\r
66   with many accounts in a non-gnus based way. It also seems to be\r
67   undergoing an interface change in the transition from Emacs 23 to\r
68   24, and it was already confusing enough without that complication.)\r
69 \r
70 To further complicate matters, I'm looking for a solution which queues\r
71 any messages which are sent while the machine is offline. (It seems\r
72 that MSMTP and Emacs SMTP library do offer some help in those\r
73 respects.)\r
74 \r
75 Hints gratefully received.\r
76 \r
77 Thank you.\r