<html><body bgcolor="#FFFFFF"><div>Easy fix to this one.</div><div>Go through your preferences.php file.</div><div>Every time you find</div><div> a-z</div><div>Replace it with</div><div> a-zA-Z</div><div>and then you will be fine.</div><div><br></div><div>I'll fix this in the next release, but that's all you should have to do.<br><br>-- <div>Jules</div><div>Sent from my iPad over 3G :-)</div></div><div><br>On 19 Jul 2010, at 06:45 PM, Jules <<a href="mailto:Jules@zendto.com">Jules@zendto.com</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>
Interesting! I'll put something in place to catch that one.<br>
<br>
Well found! :)<br>
<br>
Jules.<br>
<br>
On 19/07/2010 15:28, Steve Mason wrote:
<blockquote cite="mid:326587145EAF4E58969BD00F755DC81E@mcscore" type="cite">
<div dir="ltr" align="left"><span class="156002614-19072010"><font color="#0000ff" face="Arial" size="2">Found it! </font></span></div>
<div dir="ltr" align="left"><span class="156002614-19072010"><font color="#0000ff" face="Arial" size="2">For some odd reason my email
address in AD 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 color="#0000ff" face="Arial" size="2">I
changed it, and that solved the issue. 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"></span> </div>
<div dir="ltr" align="left"><span class="156002614-19072010"><font color="#0000ff" face="Arial" size="2">Thanks,</font></span></div>
<div dir="ltr" align="left"><span class="156002614-19072010"></span> </div>
<div dir="ltr" align="left"><span class="156002614-19072010"><font color="#0000ff" face="Arial" size="2">Steve</font></span></div>
<div dir="ltr" align="left"><span class="156002614-19072010"></span> </div>
<br>
<div class="OutlookMessageHeader" dir="ltr" align="left" lang="en-us">
<hr tabindex="-1"><font face="Tahoma" size="2"><b>From:</b>
<a class="moz-txt-link-abbreviated" href="mailto:zendto-bounces@zendto.com"><a href="mailto:zendto-bounces@zendto.com">zendto-bounces@zendto.com</a></a> [<a class="moz-txt-link-freetext" href="mailto:zendto-bounces@zendto.com"><a href="mailto:zendto-bounces@zendto.com">mailto:zendto-bounces@zendto.com</a></a>] <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>
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>
if ( ! $senderEmail ) {<br>
return $smarty->getConfigVariable('ErrorSenderEmail');<br>
}<br>
if ( !
preg_match('/^([a-z0-9][a-z0-9\.\_\-\+]*)\@([a-z0-9][a-z0-9\_\-\.]+)$/',$senderEmail,$emailParts)
) {<br>
return $smarty->getConfigVariable('ErrorSenderBadEmail');<br>
}<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">
<div dir="ltr" align="left"><font color="#0000ff" face="Arial" 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" dir="ltr" align="left" lang="en-us">
<hr tabindex="-1"> <font face="Tahoma" size="2"><b>From:</b> <a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:zendto-bounces@zendto.com"><a href="mailto:zendto-bounces@zendto.com">zendto-bounces@zendto.com</a></a> [<a moz-do-not-send="true" class="moz-txt-link-freetext" href="mailto:zendto-bounces@zendto.com"><a href="mailto:zendto-bounces@zendto.com">mailto:zendto-bounces@zendto.com</a></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"> </pre>
<pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
ZendTo mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:ZendTo@zendto.com"><a href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</a></a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto"><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></a>
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">Jules
--
Julian Field MEng CITP CEng
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="http://www.ZendTo.com"><a href="http://www.ZendTo.com">www.ZendTo.com</a></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 <a href="http://twitter.com/JulesFM">twitter.com/JulesFM</a>
</pre>
<pre wrap=""><fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zendto.com"><a href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</a></a>
<a class="moz-txt-link-freetext" href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto"><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></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"><a href="http://www.ZendTo.com">www.ZendTo.com</a></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 <a href="http://twitter.com/JulesFM">twitter.com/JulesFM</a>
</pre>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>ZendTo mailing list</span><br><span><a href="mailto:ZendTo@zendto.com">ZendTo@zendto.com</a></span><br><span><a href="http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto">http://mailman.ecs.soton.ac.uk/mailman/listinfo/zendto</a></span><br></div></blockquote></body></html>