<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 30/04/2019 23:42, Kevin Miller via
      ZendTo wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:WM!52928295614ebd317f048ce5a0d91c3c1461701a063f04052582261f0eb319560831349c5b1108f1aab7722838d07060!@mx.jul.es">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
span.EmailStyle21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">I
            was thinking of something sort of along the lines of what
            Travis McDugald proposed:<o:p></o:p></span></p>
        <p class="MsoNormal">  If (isset($messageID)) then $subject =
          [Zendto] . $messageID . $subject; else $subject = [Zendto] .
          $subject;<span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">although
            rather than an additional messageID I was envisioning just
            changing the prefix.</span></p>
      </div>
    </blockquote>
    I am wary of allowing things like ticket numbers in the [] prefix,
    as I bet some lousy ticketing systems out there will only spot the
    ticket number if it has whitespace after it and not some bracket or
    other punctuation.<br>
    <br>
    <blockquote type="cite"
cite="mid:WM!52928295614ebd317f048ce5a0d91c3c1461701a063f04052582261f0eb319560831349c5b1108f1aab7722838d07060!@mx.jul.es">
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">I.e.
            I was thinking that [Zendto] would be a variable set in
            preferneces.php which could be customized.  Something like:<o:p></o:p></span></p>
        <p class="MsoNormal" style="text-indent:.5in"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">‘Zendto_prefix’     
            => ‘[Zendto]’,<o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">which
            folks could simply change to what they wanted or leave it as
            the default.  I didn’t really explain it very clearly. 
            <o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">We’re
            probably the outlier, but the powers that be upstream of me
            decided we’d call our system “fileshare” rather than
            Zendto.  So in my case I’d change the prefix itself if such
            was available.  I can see the use case for what Travis, et.
            al. are proposing as well…</span></p>
      </div>
    </blockquote>
    Greg has already answered that one for me. :-)<br>
    <br>
    Cheers,<br>
    Jules.<br>
    <br>
    <blockquote type="cite"
cite="mid:WM!52928295614ebd317f048ce5a0d91c3c1461701a063f04052582261f0eb319560831349c5b1108f1aab7722838d07060!@mx.jul.es">
      <div class="WordSection1">
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p></o:p></span></p>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">...Kevin<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">--<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Kevin
              Miller<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Network/email
              Administrator, CBJ MIS Dept.<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">155
              South Seward Street<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Juneau,
              Alaska 99801<o:p></o:p></span></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Phone:
              (907) 586-0242, Fax: (907) 586-4588 Registered Linux User
              No: 307357<o:p></o:p></span></p>
        </div>
        <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"><o:p> </o:p></span></p>
        <div>
          <div style="border:none;border-top:solid #E1E1E1
            1.0pt;padding:3.0pt 0in 0in 0in">
            <p class="MsoNormal"><b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">From:</span></b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">
                ZendTo <a class="moz-txt-link-rfc2396E" href="mailto:zendto-bounces@zend.to"><zendto-bounces@zend.to></a>
                <b>On Behalf Of </b>Jules Field via ZendTo<br>
                <b>Sent:</b> Tuesday, April 30, 2019 12:35 AM<br>
                <b>To:</b> ZendTo Users <a class="moz-txt-link-rfc2396E" href="mailto:zendto@zend.to"><zendto@zend.to></a><br>
                <b>Cc:</b> Jules Field <a class="moz-txt-link-rfc2396E" href="mailto:Jules@Zend.To"><Jules@Zend.To></a>; Kevin
                Miller <a class="moz-txt-link-rfc2396E" href="mailto:kevin.miller@juneau.org"><kevin.miller@juneau.org></a><br>
                <b>Subject:</b> Re: [ZendTo] [Feature Request custom
                string in subject per DropOff]<o:p></o:p></span></p>
          </div>
        </div>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal" style="margin-bottom:12.0pt">Kevin,<br>
          <br>
          But in the case of a request, as much as possible is
          pre-filled for the customer dropping off files.<br>
          All the other Subject lines generated are hard-coded (apart
          from translations).<br>
          <br>
          If you are thinking of either changing the [ZendTo] prefix to
          some other string, or adding something between the [ZendTo]
          prefix and the rest of the string, where and when is that
          going to be set?<br>
          <br>
          The "new dropoff" form needs to gain an extra "Message ID" (or
          whatever) box so people can put in their magic string.<br>
          <br>
          Are you saying the "send a request" form needs to gain it too?<br>
          (And presumably if the answer to that is "yes", the "new
          dropoff" form would pre-fill the "Message ID" value from what
          was given in the request. And if that is the case, should the
          customer doing the dropoff be able to change the "Message ID"
          value at that point? I would suggest not.)<br>
          <br>
          I think we're all thinking about variations on either
          ticketing systems or people with multiple projects, where they
          need some magic value in the Subject line of *every* email
          message sent by ZendTo so that they can all be tracked and
          filed automatically.<br>
          <br>
          Cheers,<br>
          Jules.<o:p></o:p></p>
        <div>
          <p class="MsoNormal">On 29/04/2019 17:53, Kevin Miller via
            ZendTo wrote:<o:p></o:p></p>
        </div>
        <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Unless
              I’m misunderstand the conundrum, I’d say to let the
              requester enter the subject line, sans prefix, then
              prepend the system defined prefix at upload generation
              time.  I.e., if I was requesting a dropoff I’d put in “My
              appropriate subject”.  The person that is actually doing
              the dropoff would see that, and probably won’t think twice
              about it.  Then, when the outgoing upload  notification is
              actually complete, Zendto can prepend the system supplied
              prefix [Zendto] or [Whatever] and send that.  I don’t
              think folks are in the habit of hand coding prefixes, so
              it’s unlikely one would end up with dual prefixes.</span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"> </span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Maybe
              there’s coding issues with that that make it difficult? 
              Anyway, my tuppence worth…</span><o:p></o:p></p>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"> </span><o:p></o:p></p>
          <div>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">...Kevin</span><o:p></o:p></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">--</span><o:p></o:p></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Kevin
                Miller</span><o:p></o:p></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Network/email
                Administrator, CBJ MIS Dept.</span><o:p></o:p></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">155
                South Seward Street</span><o:p></o:p></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Juneau,
                Alaska 99801</span><o:p></o:p></p>
            <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D">Phone:
                (907) 586-0242, Fax: (907) 586-4588 Registered Linux
                User No: 307357</span><o:p></o:p></p>
          </div>
          <p class="MsoNormal"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D"> </span><o:p></o:p></p>
          <div>
            <div style="border:none;border-top:solid #E1E1E1
              1.0pt;padding:3.0pt 0in 0in 0in">
              <p class="MsoNormal"><b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">From:</span></b><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">
                  ZendTo
                </span><a href="mailto:zendto-bounces@zend.to"
                  moz-do-not-send="true"><span
                    style="font-size:11.0pt;font-family:"Calibri",sans-serif"><zendto-bounces@zend.to></span></a><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext">
                  <b>On Behalf Of </b>Jules Field via ZendTo<br>
                  <b>Sent:</b> Monday, April 29, 2019 6:19 AM<br>
                  <b>To:</b> ZendTo Users </span><a
                  href="mailto:zendto@zend.to" moz-do-not-send="true"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif"><zendto@zend.to></span></a><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"><br>
                  <b>Cc:</b> Jules Field </span><a
                  href="mailto:Jules@Zend.To" moz-do-not-send="true"><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif"><Jules@Zend.To></span></a><span
style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:windowtext"><br>
                  <b>Subject:</b> Re: [ZendTo] [Feature Request custom
                  string in subject per DropOff]</span><o:p></o:p></p>
            </div>
          </div>
          <p class="MsoNormal"> <o:p></o:p></p>
          <p class="MsoNormal" style="margin-bottom:12.0pt">Folks,<br>
            <br>
            I'm having a think about this one.<br>
            <br>
            The idea of the prefix is pretty simple, basically I would
            give you the "[ZendTo]" string (as an initial default value)
            in a "Subject" box in the new drop-off form.<br>
            <br>
            Whatever you end up putting in there gets used instead of
            [ZendTo] at the start of the email subject lines.<br>
            <br>
            However......<br>
            <br>
            If you request a drop-off, you get to supply the whole
            Subject line for the email to the person you want to send
            you their files.<br>
            Ideally, that same Subject line would be used in all
            notifications etc about that drop-off.<br>
            But they have entered the *whole* Subject line, not just the
            prefix to it.<br>
            If I use their whole Subject line as a prefix, it's going to
            look weird.<br>
            <br>
            So what do I do for the Subject prefix, when it was created
            as a result of a request which had the entire Subject line
            supplied?<br>
            I clearly can't ask the person sending the request to supply
            2 Subject entries — both the current whole Subject line
            *and* the prefix to use — as that would confuse the hell out
            of them.<br>
            <br>
            Any ideas please?<br>
            <br>
            Cheers,<br>
            Jules.<o:p></o:p></p>
          <div>
            <p class="MsoNormal">On 21/04/2019 14:29, Mailing Lists via
              ZendTo wrote:<o:p></o:p></p>
          </div>
          <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
            <p class="MsoNormal">Hi Jules, <o:p></o:p></p>
            <div>
              <p class="MsoNormal"> <o:p></o:p></p>
            </div>
            <div>
              <p class="MsoNormal" style="margin-bottom:12.0pt">yes it
                would be enough to allow 20 editable characters.<o:p></o:p></p>
              <div id="AppleMailSignature">
                <p class="MsoNormal">via Smartphone<o:p></o:p></p>
              </div>
              <div>
                <p class="MsoNormal" style="margin-bottom:12.0pt"><br>
                  Am 21.04.2019 um 15:13 schrieb Travis McDugald via
                  ZendTo <<a href="mailto:zendto@zend.to"
                    moz-do-not-send="true">zendto@zend.to</a>>:<o:p></o:p></p>
              </div>
              <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
                <div>
                  <p class="MsoNormal">While no one has asked for this
                    yet, I do see it’s usefulness.
                    <o:p></o:p></p>
                  <div>
                    <p class="MsoNormal">I do use custom strings in
                      email subjects for some projects as well.  Helps
                      with sorting, searching, and filtering.<o:p></o:p></p>
                  </div>
                  <div>
                    <p class="MsoNormal"> <o:p></o:p></p>
                  </div>
                  <div>
                    <p class="MsoNormal">Side note: great job on
                      everything Jules, thank you.<o:p></o:p></p>
                  </div>
                  <div>
                    <p class="MsoNormal"> <o:p></o:p></p>
                    <div id="AppleMailSignature">
                      <p class="MsoNormal">Sent from my iPad<o:p></o:p></p>
                    </div>
                    <div>
                      <p class="MsoNormal" style="margin-bottom:12.0pt"><br>
                        On Apr 21, 2019, at 7:40 AM, Jules via ZendTo
                        <<a href="mailto:zendto@zend.to"
                          moz-do-not-send="true">zendto@zend.to</a>>
                        wrote:<o:p></o:p></p>
                    </div>
                    <blockquote
                      style="margin-top:5.0pt;margin-bottom:5.0pt">
                      <div>
                        <p class="MsoNormal"
                          style="margin-bottom:12.0pt">Peter,<br>
                          <br>
                          You effectively just want to allow senders to
                          customise the "[ZENDTO]" subject line tag in
                          each drop-off, correct?<br>
                          <br>
                          Does anyone else need to do this too?<br>
                          <br>
                          Cheers,<br>
                          Jules.<o:p></o:p></p>
                        <div>
                          <p class="MsoNormal">On 21/02/2019 2:21 pm,
                            Der PCFreak via ZendTo wrote:<o:p></o:p></p>
                        </div>
                        <blockquote
                          style="margin-top:5.0pt;margin-bottom:5.0pt">
                          <p class="MsoNormal">Hi Jules, hi all. <br>
                            <br>
                            I have a strange request from our ZendTo
                            users. They asked if it would be possible to
                            add a custom field when sending a DropOff
                            <br>
                            that results in a custom text in all ZendTo
                            email concerning this specific DropOff.
                            <br>
                            <br>
                            Example current: <br>
                            <br>
                            [ZENDTO] One of the recipients has picked up
                            your drop-off! <br>
                            <br>
                            Example requested: <br>
                            <br>
                            [ZENDTO] CUSTOM_STRING One of the recipients
                            has picked up your drop-off! <br>
                            <br>
                            I asked a little bit about the purpose of
                            their request and they told me that project
                            teams sort their email by subject and
                            <br>
                            consequently keep the project name
                            (CUSTOM_STRING) in every subject of their
                            emails concerning that specific project.
                            <br>
                            So later they could sort by project name
                            (CUSTOM_STRING) within Outlook to be able to
                            verify when they sent a specific DropOff.
                            <br>
                            <br>
                            Question: <br>
                            Is it possible to implement such a feature?
                            <br>
                            <br>
                            I know that I could handcraft it but I don't
                            want to make big changes to the source and
                            always have to keep track of them when
                            upgrading.
                            <br>
                            <br>
                            I am currently not on the latest version of
                            ZendTo, so if such a feature is maybe
                            already present in the latest version, feel
                            free
                            <br>
                            to tell me. <br>
                            <br>
                            Thanks in advance. <br>
                            <br>
                            Peter <br>
                            <br>
                            <br>
_______________________________________________ <br>
                            ZendTo mailing list <br>
                            <a href="mailto:ZendTo@zend.to"
                              moz-do-not-send="true">ZendTo@zend.to</a>
                            <br>
                            <a
                              href="http://jul.es/mailman/listinfo/zendto"
                              moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a>
                            <o:p></o:p></p>
                        </blockquote>
                        <p class="MsoNormal"><br>
                          <br>
                          <br>
                          <o:p></o:p></p>
                        <pre>Jules<o:p></o:p></pre>
                        <pre> <o:p></o:p></pre>
                        <pre>-- <o:p></o:p></pre>
                        <pre>Julian Field MEng CEng CITP MBCS MIEEE MACM<o:p></o:p></pre>
                        <pre> <o:p></o:p></pre>
                        <pre>'Once is happenstance, twice is coincidence, three times is enemy<o:p></o:p></pre>
                        <pre> action.' - Ian Fleming<o:p></o:p></pre>
                        <pre> <o:p></o:p></pre>
                        <pre><a href="http://www.Zend.To" moz-do-not-send="true">www.Zend.To</a><o:p></o:p></pre>
                        <pre>Twitter: @JulesFM<o:p></o:p></pre>
                      </div>
                    </blockquote>
                    <blockquote
                      style="margin-top:5.0pt;margin-bottom:5.0pt">
                      <div>
                        <p class="MsoNormal">_______________________________________________<br>
                          ZendTo mailing list<br>
                          <a href="mailto:ZendTo@zend.to"
                            moz-do-not-send="true">ZendTo@zend.to</a><br>
                          <a
                            href="http://jul.es/mailman/listinfo/zendto"
                            moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a><o:p></o:p></p>
                      </div>
                    </blockquote>
                  </div>
                </div>
              </blockquote>
              <blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
                <div>
                  <p class="MsoNormal">_______________________________________________<br>
                    ZendTo mailing list<br>
                    <a href="mailto:ZendTo@zend.to"
                      moz-do-not-send="true">ZendTo@zend.to</a><br>
                    <a href="http://jul.es/mailman/listinfo/zendto"
                      moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a><o:p></o:p></p>
                </div>
              </blockquote>
            </div>
            <p class="MsoNormal"><br>
              <br>
              <br>
              <o:p></o:p></p>
            <pre>_______________________________________________<o:p></o:p></pre>
            <pre>ZendTo mailing list<o:p></o:p></pre>
            <pre><a href="mailto:ZendTo@zend.to" moz-do-not-send="true">ZendTo@zend.to</a><o:p></o:p></pre>
            <pre><a href="http://jul.es/mailman/listinfo/zendto" moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a><o:p></o:p></pre>
          </blockquote>
          <p class="MsoNormal"><br>
            <br>
            <br>
            <o:p></o:p></p>
          <pre>Jules<o:p></o:p></pre>
          <pre> <o:p></o:p></pre>
          <pre>-- <o:p></o:p></pre>
          <pre>Julian Field MEng CEng CITP MBCS MIEEE MACM<o:p></o:p></pre>
          <pre> <o:p></o:p></pre>
          <pre>'Find a place inside where there's joy, and the joy will burn out<o:p></o:p></pre>
          <pre> the pain.' - Joseph Campbell<o:p></o:p></pre>
          <pre> <o:p></o:p></pre>
          <pre><a href="http://www.Zend.To" moz-do-not-send="true">www.Zend.To</a><o:p></o:p></pre>
          <pre>Twitter: @JulesFM<o:p></o:p></pre>
          <p class="MsoNormal"><br>
            <br>
            <o:p></o:p></p>
          <pre>_______________________________________________<o:p></o:p></pre>
          <pre>ZendTo mailing list<o:p></o:p></pre>
          <pre><a href="mailto:ZendTo@zend.to" moz-do-not-send="true">ZendTo@zend.to</a><o:p></o:p></pre>
          <pre><a href="http://jul.es/mailman/listinfo/zendto" moz-do-not-send="true">http://jul.es/mailman/listinfo/zendto</a><o:p></o:p></pre>
        </blockquote>
        <p class="MsoNormal"><br>
          <br>
          <o:p></o:p></p>
        <pre>Jules<o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>-- <o:p></o:p></pre>
        <pre>Julian Field MEng CEng CITP MBCS MIEEE MACM<o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre>'Teach a man to reason, and he will think for a lifetime.' - Phil Plait<o:p></o:p></pre>
        <pre><o:p> </o:p></pre>
        <pre><a href="http://www.Zend.To" moz-do-not-send="true">www.Zend.To</a><o:p></o:p></pre>
        <pre>Twitter: @JulesFM<o:p></o:p></pre>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
ZendTo mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ZendTo@zend.to">ZendTo@zend.to</a>
<a class="moz-txt-link-freetext" href="http://jul.es/mailman/listinfo/zendto">http://jul.es/mailman/listinfo/zendto</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">Jules

-- 
Julian Field MEng CEng CITP MBCS MIEEE MACM

'Making machines do what you want requires only two qualities:
 1) Being slightly more stubborn that the computer, &
 2) Remembering that computers are electrified rocks.' - @JediJeremy

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
</pre>
  </body>
</html>