<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.17063" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV dir=ltr align=left><SPAN class=156002614-19072010><FONT face=Arial 
color=#0000ff size=2>Found it!&nbsp;</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=156002614-19072010><FONT face=Arial 
color=#0000ff size=2>For some odd reason my email address in AD&nbsp;had the 
first 2 characters in upper case. Been here 7 years, never noticed that before 
:)</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=156002614-19072010></SPAN><SPAN 
class=156002614-19072010><FONT face=Arial color=#0000ff size=2>I changed it, and 
that solved the issue.&nbsp; Odd that it displayed as lower case in the 
"information about the sender" box....</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=156002614-19072010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=156002614-19072010><FONT face=Arial 
color=#0000ff size=2>Thanks,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=156002614-19072010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=156002614-19072010><FONT face=Arial 
color=#0000ff size=2>Steve</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=156002614-19072010><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> zendto-bounces@zendto.com 
[mailto:zendto-bounces@zendto.com] <B>On Behalf Of </B>Jules<BR><B>Sent:</B> 
Saturday, July 17, 2010 8:11 AM<BR><B>To:</B> ZendTo Users<BR><B>Subject:</B> 
[ZendTo] Re: Local sender email address invalid<BR></FONT><BR></DIV>
<DIV></DIV>What is the exact email address? And are you using SQLite or 
MySQL?<BR><BR>If it was reading nothing for the sender email address, you would 
get the ErrorSenderEmail string from zendto.conf. You only get the 
ErrorSenderBadEmail string if the email address fails to match the regular 
expression I mentioned below.<BR><BR>If you would rather send me the exact email 
address off-list, please do so.<BR>Please copy and paste it from the "name,email 
address,organisation" page (preferably from the HTML source of the page) and 
double-check there are no leading or trailing spaces. A trailing space would 
cause this, among other things.<BR><BR>The code that does this is here (it's in 
NSSDropoff.php) :<BR><BR>&nbsp;&nbsp;&nbsp; if ( ! $senderEmail ) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 
$smarty-&gt;getConfigVariable('ErrorSenderEmail');<BR>&nbsp;&nbsp;&nbsp; 
}<BR>&nbsp;&nbsp;&nbsp; if ( ! 
preg_match('/^([a-z0-9][a-z0-9\.\_\-\+]*)\@([a-z0-9][a-z0-9\_\-\.]+)$/',$senderEmail,$emailParts) 
) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return 
$smarty-&gt;getConfigVariable('ErrorSenderBadEmail');<BR>&nbsp;&nbsp;&nbsp; 
}<BR><BR>So as you see, that is how you get that error 
message.<BR><BR>Thanks,<BR>Jules.<BR><BR>On 17/07/2010 14:05, Steve Mason wrote: 

<BLOCKQUOTE cite=mid:3AAA561B0E7C48B49C10E71E5147ED84@mcscore type="cite">
  <META content="MSHTML 6.00.6000.17063" name=GENERATOR>
  <DIV dir=ltr align=left><FONT face=Arial color=#0000ff size=2><SPAN 
  class=515510313-17072010>I'm using AD. The email address confirmation page is 
  correct, and it is the same email address that is in 
  AD.</SPAN></FONT></DIV><BR>
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> <A class=moz-txt-link-abbreviated 
  href="mailto:zendto-bounces@zendto.com">zendto-bounces@zendto.com</A> [<A 
  class=moz-txt-link-freetext 
  href="mailto:zendto-bounces@zendto.com">mailto:zendto-bounces@zendto.com</A>] 
  <B>On Behalf Of </B>Jules<BR><B>Sent:</B> Saturday, July 17, 2010 5:22 
  AM<BR><B>To:</B> ZendTo Users<BR><B>Subject:</B> [ZendTo] Re: Local sender 
  email address invalid<BR></FONT><BR></DIV>What authenticator are you 
  using?<BR>If AD, then does that user have an email address defined in their AD 
  properties? If they don't have one at all, that will cause those 
  symptoms.<BR><BR>This error happens if the sender email address does not match 
  this:<BR>/^([a-z0-9][a-z0-9\.\_\-\+]*)\@([a-z0-9][a-z0-9\_\-\.]+)$/<BR><BR>When 
  you select "Dropoff" from the main menu, it takes you to a page that confirms 
  the sender name, email address and organisation. Exactly what showed up in the 
  sender email address on that page?<BR><BR><PRE class=moz-signature cols="72">&nbsp;</PRE><PRE wrap=""><FIELDSET class=mimeAttachmentHeader></FIELDSET>
_______________________________________________
ZendTo mailing list
<A class=moz-txt-link-abbreviated href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</A>
<A class=moz-txt-link-freetext href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</A>
  </PRE></BLOCKQUOTE><BR><PRE class=moz-signature cols="72">Jules

-- 
Julian Field MEng CITP CEng
<A class=moz-txt-link-abbreviated href="http://www.ZendTo.com">www.ZendTo.com</A>

Need help fixing or optimising your systems?
Contact me!
Need help getting you started solving new requirements from your boss?
Contact me!

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
Follow me at twitter.com/JulesFM
</PRE></BODY></HTML>