X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 30 Apr 2008 21:34:50 -0400 (EDT) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: Charles Wilson cc: cygwin AT cygwin DOT com Subject: Re: FW: ssmtp with multiple email accounts In-Reply-To: <48191B70.3000904@cwilson.fastmail.fm> Message-ID: References: <388a57b20804281139t7b39677cu55c64ae60bc026fe AT mail DOT gmail DOT com> <20080429140253 DOT GA27238 AT marvin DOT optimis DOT net> <388a57b20804300037k6d54bddejb76b94ed5874093e AT mail DOT gmail DOT com> <20080430171614 DOT GA2232 AT mimosa DOT garydjones DOT name> <48191B70 DOT 3000904 AT cwilson DOT fastmail DOT fm> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com On Wed, 30 Apr 2008, Charles Wilson wrote: > 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. Yes, that's exactly what I meant. Notice that I said "*mutt* does not expand the ~" -- assuming mutt uses execv. Even if mutt uses "/bin/sh -c" on the command, the "~" inside the argument does not get expanded by shells, and the one in "-C~/foo.conf" is definitely inside. Looking at the man page, ssmtp requires that there be no space between "-C" and the filename, so looks like the OP is stuck with absolute paths. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "That which is hateful to you, do not do to your neighbor. That is the whole Torah; the rest is commentary. Go and study it." -- Rabbi Hillel -- 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/