<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Dale,<br>
    <br>
    On 09/05/2017 18:15, Dale E. Qualls wrote:<br>
    <blockquote type="cite"
cite="mid:E81C383E98FE7E44B1BD819DC8E687CA44E08978@PM-EXC.ad.pattishall.com"><!-- Template generated by Exclaimer Mail Disclaimers on 12:15:09 Tuesday, 9 May 2017 -->
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <style type="text/css">P.49eea63f-ec09-49ac-baa8-3230da97c898 {
        MARGIN: 0cm 0cm 0pt
}
LI.49eea63f-ec09-49ac-baa8-3230da97c898 {
        MARGIN: 0cm 0cm 0pt
}
DIV.49eea63f-ec09-49ac-baa8-3230da97c898 {
        MARGIN: 0cm 0cm 0pt
}
TABLE.49eea63f-ec09-49ac-baa8-3230da97c898Table {
        MARGIN: 0cm 0cm 0pt
}
DIV.Section1 {
        page: Section1
}
</style><!-- Template generated by Exclaimer Mail Disclaimers on 12:15:09 Tuesday, 9 May 2017 -->
      <style type="text/css">P.fc2dbf36-2013-4bc6-a992-ede0aadc3703 {
        MARGIN: 0cm 0cm 0pt
}
LI.fc2dbf36-2013-4bc6-a992-ede0aadc3703 {
        MARGIN: 0cm 0cm 0pt
}
DIV.fc2dbf36-2013-4bc6-a992-ede0aadc3703 {
        MARGIN: 0cm 0cm 0pt
}
TABLE.fc2dbf36-2013-4bc6-a992-ede0aadc3703Table {
        MARGIN: 0cm 0cm 0pt
}
DIV.Section1 {
        page: Section1
}
</style>
      <meta name="Generator" content="Microsoft Word 14 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
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;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@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">4.27 on CentOS7<o:p></o:p>
      </div>
    </blockquote>
    Good start. :-)<br>
    <br>
    <blockquote type="cite"
cite="mid:E81C383E98FE7E44B1BD819DC8E687CA44E08978@PM-EXC.ad.pattishall.com">
      <div class="WordSection1">If you send a request for a drop off and
        put any text in the "short note", when the recipient of the
        request clicks on the link to actually do the drop off the text
        from the request form is already populating the "short note" on
        the landing page they come to.  That just doesn’t' seem right,
        shouldn't it be blank?  The person doing the drop off can delete
        the existing "short note" and type their own but it really
        shouldn't be there in the first place.<o:p></o:p></div>
    </blockquote>
    I wrote it that way so, by default, the person who sent the request
    in the first place would get back the info they sent in the request.
    That would give them some context so when they received the
    drop-off, they would know what it was about. Very useful if you're
    dealing with 50 customers simultaneously, all of whom are sending
    you files pertaining to their particular issue.<br>
    <br>
    But you can change this behaviour very easily:<br>
    <br>
    If you would like it to behave you describe (with the recipient of
    the request getting a blank "short note" to fill in), you can change
    this by just editing the relevant template file. Your modified
    template files will not be overwritten by future upgrades.<br>
    <br>
    In this case, you want to edit
    /opt/zendto/templates/new_dropoff.tpl.<br>
    Search for the string "Short note to the Recipients". You should
    find 1 occurrence at or around line 493.<br>
    In the line immediately below that, between the &lt;textarea&gt; and
    &lt;/textarea&gt; tags there should be exactly<br>
        {$note}<br>
    Just remove that little bit (so there is nothing at all between the
    &lt;textarea&gt; and &lt;/textarea&gt; tags.<br>
    Save the file and exit the editor.<br>
    <br>
    You're done. No need to restart anything, the new version of the
    file will immediately be used.<br>
    <br>
    This sort of change is exactly why the code and the user interface
    in ZendTo are totally separate.<br>
    I actively encourage you to customise the user interface as much as
    you like.<br>
    If you want to change the CSS used on the site, the place to put
    changes is in the file /opt/zendto/www/css/local.css. This file will
    not be overwritten by upgrades either.<br>
    And of course there are all the files in /opt/zendto/config, for
    which the same rule applies.<br>
    <br>
    To summarise, the places to put all your changes are these:<br>
        /opt/zendto/config/*<br>
        /opt/zendto/templates/*<br>
        /opt/zendto/www/css/local.css<br>
    If you need to add files to /opt/zendto/www/* (anywhere under
    there), you should add files rather than replace existing ones.<br>
    If you follow that, your customised files should not be touched by
    future yum/apt/rpm/deb upgrades.<br>
    <br>
    <br>
    <blockquote type="cite"
cite="mid:E81C383E98FE7E44B1BD819DC8E687CA44E08978@PM-EXC.ad.pattishall.com">
      <div class="WordSection1">
        <p class="MsoNormal">Also, in regards to sending a request for a
          drop off, is it possible for the person completing the actual
          file drop off to NOT receive the  BCC when they submit it to
          the zendto system.  This will always be an outside person, in
          my situation anyway, and it will probably be confusing to them
          when they receive the BCC for their submission.  I love the
          BCC option for my senders, before they were instructed to
          always include themselves as a recipient which looked a little
          strange IMO.</p>
      </div>
    </blockquote>
    So am I correct in saying you would like finer control over the
    'bccSenders' setting, so that it could be TRUE for internal senders,
    but FALSE for external senders?<br>
    If so, that's pretty easy. I would just add another config option
    for it, probably called something like 'bccExternalSenders', so you
    could set that to FALSE while leaving 'bccSenders' set to TRUE.<br>
    The actual logic in the code is pretty much all there already, for
    other uses.<br>
    <br>
    Donations, made for writing particular features for you, are always
    very welcome! :-)<br>
    <br>
    Cheers,<br>
    Jules.<br>
    <br>
    <blockquote type="cite"
cite="mid:E81C383E98FE7E44B1BD819DC8E687CA44E08978@PM-EXC.ad.pattishall.com">
      <div class="WordSection1">
        <p class="MsoNormal"><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I think that's it for now.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Thanks!!<o:p></o:p></p>
      </div>
      <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703"> </p>
      <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703">
        <table class="fc2dbf36-2013-4bc6-a992-ede0aadc3703Table"
          style="BORDER-COLLAPSE: collapse; WIDTH: 100%" cols="2"
          cellspacing="0" cellpadding="0" border="0">
          <tbody>
            <tr>
              <td style="WIDTH: 198px" valign="bottom">
                <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703"> </p>
                <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703"> </p>
                <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703"><img
                    src="http://www.pattishall.com/imgs/pattishalllogo.jpg"
                    moz-do-not-send="true" width="170"></p>
              </td>
              <td style="WIDTH: 977px">
                <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703"> </p>
                <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703"> </p>
                <p><font size="2" face="arial">Dale E. Qualls<br>
                    Director of Information Technology<br>
                    Pattishall, McAuliffe, Newbury, Hilliard &amp;
                    Geraldson LLP<br>
                    200 South Wacker Drive, Suite 2900<br>
                    Chicago, IL 60606-5896<br>
                    Direct: (312) 554-7979 Main: (312) 554-8000 Fax:
                    (312) 554-8015<br>
                    <a href="mailto:deq@pattishall.com" title="Click to
                      send email to Dale E. Qualls" target=""
                      moz-do-not-send="true">deq@pattishall.com</a>
                    <a href="http://www.pattishall.com"
                      moz-do-not-send="true">www.pattishall.com</a> <a
                      href="http://www.twitter.com/Pattishall"
                      moz-do-not-send="true">
                      Follow us on Twitter</a></font> </p>
              </td>
            </tr>
          </tbody>
        </table>
      </p>
      <p class="fc2dbf36-2013-4bc6-a992-ede0aadc3703"> </p>
      <p class="49eea63f-ec09-49ac-baa8-3230da97c898">
        <table cellspacing="5" cellpadding="0" width="650" border="0">
          <tbody>
            <tr>
              <td width="25"><img
                  src="http://images.pattishall.com/images/25pixelimage.gif"
                  moz-do-not-send="true"></td>
              <td width="25"><img
                  src="http://images.pattishall.com/images/25pixelimage.gif"
                  moz-do-not-send="true"></td>
              <td align="center" width="75"><img
                  src="http://images.pattishall.com/images/blf-badge.jpg"
                  moz-do-not-send="true" width="65"></td>
              <td align="center" width="25"><img
                  src="http://images.pattishall.com/images/25pixelimage.gif"
                  moz-do-not-send="true"></td>
              <td align="center" width="300"><font size="2"
                  face="Franklin Gothic Medium">Pattishall Ranks
                  <font color="gold">GOLD</font> in the United
                  States and in Illinois in the prestigious<br>
                  WTR 1000</font></td>
              <td width="25"><img
                  src="http://images.pattishall.com/images/25pixelimage.gif"
                  moz-do-not-send="true"></td>
              <td align="center" width="75"><img
                  src="http://images.pattishall.com/images/2014chambers-65.jpg"
                  moz-do-not-send="true" width="65"></td>
              <td width="25"><img
                  src="http://images.pattishall.com/images/25pixelimage.gif"
                  moz-do-not-send="true"></td>
              <td align="center" width="75"><img
                  src="http://images.pattishall.com/images/2013gototop500.jpg"
                  moz-do-not-send="true" width="65"></td>
            </tr>
          </tbody>
        </table>
      </p>
      <hr id="HR1">
      <font size="1" face="Arial"><font face="Franklin Gothic Medium">The
          preceding message and any attachments may contain confidential
          information protected by the attorney-client or other
          privilege. You may not forward this message or any attachments
          without the permission of the sender. If you believe that it
          has been sent to you in error, please reply to the sender that
          you received the message in error and then delete it. Nothing
          in this email message, including the typed name of the sender
          and/or this signature block, is intended to constitute an
          electronic signature unless a specific statement to the
          contrary is included in the message</font>.</font>
      <hr id="HR1">
      <p> </p>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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://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 CEng CITP MBCS MIEEE MACM

'We face neither East nor West: we face forward.' - Kwame Nkrumah

<a class="moz-txt-link-abbreviated" href="http://www.Zend.To">www.Zend.To</a>
Twitter: @JulesFM
PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654
</pre>
  </body>
</html>