From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta01.eonet.ne.jp ([203.140.81.46]) by ur; Thu Dec 8 02:11:02 EST 2016 Received: from titan.jitaku.localdomain (182-164-113-115f1.osk3.eonet.ne.jp [182.164.113.115]) by mailmsa11.mozu.eo.k-opti.ad.jp with ESMTP id uB87AtlK023084 for <9front@9front.org>; Thu, 8 Dec 2016 16:10:56 +0900 To: 9front@9front.org Subject: Re: [9front] using smtp port 587 Date: Thu, 8 Dec 2016 16:10:54 +0900 From: kokamoto@hera.eonet.ne.jp Message-ID: <893e40ebc6bf2e5126f2db6ea2ccf76b@titan.jitaku.localdomain> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: ORM over ORM high-performance storage I have now problem to send my username as kokamoto%hera.eonet.ne.jp. eric's nupas has smtpcram() function to authenticate cram(CRAM-MD5) proto, which is our provider supports. It calls auth_respond() in the function, which calls auth_getkey() in libauth.a like: auth_getkey -g 'proto=cram server=... user=kokamoto%hera.eonet.ne.jp !password?'. Actually, It says: !Adding key: proto=cram server=... user=kokamoto1.633937e-312ra.eonet.ne.jp password: In fact I see a line in /mnt/factotum/ctl as same as above prompt. Here, '%he' is converted wrongly to '1.633937e-312'. (the value of above line changes every time) This is very strange... When I call auth/factotum like: auth/factotum -g 'proto=cram server=... user=kokamoto%hera.eonet.ne.jp !password?', it writes an expected(=correct) line like: Proto=cram server=... user=kokamoto%hera.eonet.ne.jp password?. What's going on here? Kenji