Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Thu, 7 Dec 2000 09:24:36 -0500
From: Jason Tishler <Jason.Tishler@dothill.com>
To: Cygwin <cygwin@sources.redhat.com>
Subject: Re: my email address in From: is incorrect
Message-ID: <20001207092436.A329@dothill.com>
References: <20001203022758.23821.qmail@www0k.netaddress.usa.net> <20001202204152.A524@debian.local> <20001206153459.E17614@pentek.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
In-Reply-To: <20001206153459.E17614@pentek.com>; from charles@pentek.com on Wed, Dec 06, 2000 at 03:34:59PM -0500
Organization: Dot Hill Systems Corp.

Charles,

On Wed, Dec 06, 2000 at 03:34:59PM -0500, Charles Krug wrote:
> I don't know what you're using for an mta, but I had a similar
> problem where ssmtp under Cygwin would keep saying my name was
> "charles@my.isp.com" instead of my isp account name.  I wasn't able
> successfully to repair it using .muttrc, but I WAS able to fix it by
> creating a revailases file for ssmtp, creating an alias like this:

I had the same problem when I switched from Netscape to Mutt/sSMTP.
This problem broke my procmail Bcc recipe that filed my outgoing emails
into an IMAP copy folder.

After much head banging at about 2 AM one morning, I fixed this problem
by recompiling ssmtp.c after changing:

    int FromLineOverride = NO;

to:

    int FromLineOverride = YES;

Subsequently, I found that sstmp.conf should be able to set this option
at runtime by including the following line:

    FromLineOverride=YES

Note however that I have never actually verified this fact.

If the generate_config shell script included the above commented
out like it is found in the sample sstmp.conf, it would have saved me
much grief.  Sigh...

Jason

-- 
Jason Tishler
Director, Software Engineering       Phone: +1 (732) 264-8770 x235
Dot Hill Systems Corporation         Fax:   +1 (732) 264-8798
82 Bethany Road, Suite 7             Email: Jason.Tishler@dothill.com
Hazlet, NJ 07730 USA                 WWW:   http://www.dothill.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

