<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.1">
</HEAD>
<BODY>
Hi,<BR>
<BR>
I was wrong about the password length limitation.<BR>
<BR>
Some passwords are not making it through the setup.<BR>
<BR>
I captured the communications to show the problem.<BR>
<BR>
using password Abcdefgh99 the log shows the following <BR>
communications.<BR>
<BR>
<BR>
220 sys58.mail.msu.edu ESMTP Exim 4.75 Thu, 10 May 2012 12:51:00 -0400 <BR>
EHLO localhost <BR>
250-sys58.mail.msu.edu Hello eshop1.pa.msu.edu [35.9.69.81] <BR>
250-SIZE 78643200 <BR>
250-PIPELINING <BR>
250-AUTH PLAIN LOGIN <BR>
250 HELP <BR>
AUTH LOGIN <BR>
334 VXNlcm5hbWU6 <BR>
dGlnbmVy <BR>
334 UGFzc3dvcmQ6 <BR>
QWJjZGVmZ2g5OQ== <BR>
535 Incorrect authentication data <BR>
<BR>
Using password Sherlock99 the log shows that the<BR>
communications is missing or has a blank password.<BR>
<BR>
220 sys01.mail.msu.edu ESMTP Exim 4.75 Thu, 10 May 2012 12:54:03 -0400 <BR>
EHLO localhost <BR>
250-sys01.mail.msu.edu Hello eshop1.pa.msu.edu [35.9.69.81] <BR>
250-SIZE 78643200 <BR>
250-PIPELINING <BR>
250-AUTH PLAIN LOGIN <BR>
250 HELP <BR>
AUTH LOGIN <BR>
334 VXNlcm5hbWU6 <BR>
dGlnbmVy <BR>
334 UGFzc3dvcmQ6 <BR>
<BR>
535 Incorrect authentication data <BR>
<BR>
<BR>
You notice that just above the line<BR>
<BR>
"535 Incorrect authentication data"<BR>
<BR>
The first log shows a successfully base64 encoded<BR>
password, but the 2nd log shows a blank line.<BR>
Maybe this problem is in the xsane-setup.c file.<BR>
I will look at it when I have more time, but <BR>
perhaps someone on the development team can spot<BR>
the problem sooner than I could.<BR>
<BR>
thanks !<BR>
<BR>
Barry<BR>
<BR>
<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
Barry Tigner
MSU PA Electronics Design and Service Ctr.
1230 BioMedical Physical Sciences
Email: <A HREF="mailto:tigner@msu.edu">tigner@msu.edu</A>
Phone: 517-884-5538
</PRE>
<BR>
<BR>
</TD>
</TR>
</TABLE>
On Wed, 2012-05-09 at 12:47 -0400, Barry Tigner wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Hi,

There seems to be a name and/or password length limitation of 8 chars
for sending scans to an email account.

I would like to increase this to at least 16 chars and recompile the
current version of xsane. If you can help me find the code that needs
to be changed, I would appreciate it.

In the future , it would be useful if xsane email settings allowed
passwords longer than 8 chars.

Thank you,
Barry




-- 
Barry Tigner
MSU PA Electronics Design and Service Ctr.
1230 BioMedical Physical Sciences
Email: <A HREF="mailto:tigner@msu.edu">tigner@msu.edu</A>
Phone: 517-884-5538




</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>