<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
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 http-equiv="Content-Type"
 content="text/html; charset=ISO-8859-1">
  <meta content="MSHTML 6.00.6000.17063" name="GENERATOR">
  <div dir="ltr" align="left"><font face="Arial" size="2"
 color="#0000ff"><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" dir="ltr" lang="en-us" 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>