X-Recipient: archive-cygwin@delorie.com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9906B386F831
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
	s=default; t=1590676410;
	bh=jDew7WTmwQuHeMTK7rdyzJnla9N8oY8LkpNrYjDKk3s=;
	h=Date:To:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post:
	 List-Help:List-Subscribe:From:Reply-To:From;
	b=FKYwBdXxW6UTwg/zncSqHRt8XWF4rCY29Ox2fwQtG89nxR3DrUZL8/BpXOq0StpVc
	 beDRh1+YB5IL46DAR5vMga/RYSq2kxKNbru82CYUOuxHpVfgJAMaZ+PIZBberUa74c
	 Tty67DVbGpqcarcPMtkJns83TrWlCMcvKV2oIRdM=
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 889FD386F831
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:date:from:organization:reply-to:to:subject
 :message-id:user-agent:mime-version:content-transfer-encoding;
 bh=VK1rXD+Pr25u/6KI0c8zugNmlzNhsc9twAh3hMmXxG8=;
 b=K4yLuMFrOiPqjXZbi4DNRReGqFWMQzqqdtwS3i7xK6f2KIqis6tGigtuuyIBAw/0y2
 GoJvYsyHSitLmSnHdWJ5IgYt0yrwXfxvQ/cvy96y3cBPR/32QBMwMD/PNgsaHGIQknHn
 j9pMcDgiVuzr+2Id9rXnJdInymn4wGBiNedV9b7LNBl9zWH0/y1Le/BjA/n4c6W+1oBD
 +4q9YCSwOVkWRdwVkyzPWMgqE1Rb0JvfqpG5O3ydzqn044OZoXxRSN7Xa9NOf04sljGB
 lpQzBetZiAkDq6pBYFzKMAyHuWlkVAwn0W3/QVqtGcB2GiZnonAL/N4f5oa+Y7qzsZPX
 smxg==
X-Gm-Message-State: AOAM5335+TEV25+d/bucv15xG96L64C/LZOKBLzLzMPPXRcqAu3RSCeT
 EcNC6vUSFCs0YstUOUA16MKTo/YZ
X-Google-Smtp-Source: ABdhPJxolqoCi3xOiQ7UHRNGVxSJOn5kq2lJVbUNS2LizDiNGo6O5P41IHboahFisCWuYqH1tbjbgw==
X-Received: by 2002:ac8:4d03:: with SMTP id w3mr3344118qtv.200.1590676407360; 
 Thu, 28 May 2020 07:33:27 -0700 (PDT)
Date: Thu, 28 May 2020 10:33:18 -0400
Organization: Gary E. Rafe, PhD
To: cygwin@cygwin.com
Subject: email --verbose returns version info
Message-ID: <20200528143318.8jlSUSktaNFJVS4Dw1wwuZaq@gerlmrhpb.gerlmrnet>
User-Agent: s-nail s-nailv13.2
MIME-Version: 1.0
X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED,
 DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,
 SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <http://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
From: "Gary E. Rafe, PhD via Cygwin" <cygwin@cygwin.com>
Reply-To: gary.e.rafe@gmail.com
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: "Cygwin" <cygwin-bounces@cygwin.com>

Shorter version:
/bin/email --verbose ... returns version info about the installed binary:
email - By Dean Jones; Version 3.2.3-git

Longer version:
I've been using email(1) since Feb 2019 or so from my office Windows desktop
to send e-mail messages from a bash script that are generated from SQL queries
using fisql(FreeTDS). Messages are sent through the smtp.office365.com SMTP
relay using my staff University credentials.

This has "just worked" until it stopped working (due to an unknown
authentication error) last Monday (18 May 2020).

In trying to diagnose this new problem, I thought "--verbose" might give me
some insight into how/where the SMTP transaction is failing when email(1)
negotiates a connection with smtp.office365.com.  Alas, "--verbose" or "-v"
simply causes email(1) to report its version, as noted above, and exit
immediately.

Having a look at the current github source for email.c, I see that both -V
(verbose) and -v (version) options are defined in the source version dated
May 17, 2019 (https://github.com/deanproxy/eMail/blob/master/src/email.c).

Is there any chance that the Cygwin maintainers could flag email(1) to be
updated from the current github source (still marked in VERSION as 3.2.3-git) ?

Thank you.
--
Gary E. Rafe, PhD | +1 419.699.1181
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple
