X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <48191B70.3000904@cwilson.fastmail.fm>
Date: Wed, 30 Apr 2008 21:22:56 -0400
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.12) Gecko/20080213 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: FW: ssmtp with multiple email accounts
References: <388a57b20804281139t7b39677cu55c64ae60bc026fe@mail.gmail.com>  <20080429140253.GA27238@marvin.optimis.net>  <388a57b20804300037k6d54bddejb76b94ed5874093e@mail.gmail.com>  <20080430171614.GA2232@mimosa.garydjones.name> <Pine.GSO.4.63.0804301324090.4190@access1.cims.nyu.edu>
In-Reply-To: <Pine.GSO.4.63.0804301324090.4190@access1.cims.nyu.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Igor Peshansky wrote:

> Could it simply be that mutt does not expand the "~" in the filename when
> passing the command-line option?  Did you try the absolute path (i.e.,
> "/usr/bin/ssmtp -C/home/user/foo.conf")?

ssmtp does not attempt any expansion on the argument. If the shell 
doesn't expand it before passing it off to ssmtp, then it doesn't get 
expanded: so "-C~/foo.conf" would cause ssmtp to try to open a file 
named "foo.conf" in the subdirectory "~" of the current directory.

--
Chuck


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

