<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#464646" bgcolor="#FFFFFF">
    <font face="monospace">Many thanks Francesco !!<br>
      <br>
    </font><br>
    <div class="moz-cite-prefix">On 17/09/2023 16:55, Francesco Chemolli
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CA+Y8hcMHL3qxRUnXXDoyfmoA=iCa-R5KC5LQaOk6hVUb0=7_rQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">Hi David,
        <div>  <a href="https://github.com/squid-cache/squid/pull/1481"
            moz-do-not-send="true">PR 1481</a> should address your
          problem, it needs to be reviewed,</div>
        <div>merged to trunk, and backported to v6 so don't hold your
          breath,</div>
        <div>but it should be just a matter of time.</div>
        <div>Once done, you will also have to add a configuration line
          to your squid.conf (<a
            href="http://www.squid-cache.org/Doc/config/cache_log_message/"
            moz-do-not-send="true">manual</a>)</div>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023 at
          10:59 PM Francesco Chemolli <<a
            href="mailto:gkinkie@gmail.com" moz-do-not-send="true"
            class="moz-txt-link-freetext">gkinkie@gmail.com</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div dir="ltr">That's a good question; not right now, unless
            you're willing to patch the squid sources.
            <div>In that case, just remove the debugs() statement in
              lines 200-203 of file src/helper/Reply.cc .</div>
            <div><br>
            </div>
            <div><br>
            </div>
          </div>
          <br>
          <div class="gmail_quote">
            <div dir="ltr" class="gmail_attr">On Mon, Aug 28, 2023 at
              9:52 PM David Touzeau <<a
                href="mailto:david@articatech.com" target="_blank"
                moz-do-not-send="true" class="moz-txt-link-freetext">david@articatech.com</a>>
              wrote:<br>
            </div>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">
              <div bgcolor="#FFFFFF"> <font face="monospace">Thanks You<br>
                  <br>
                  As these changes affect many things for us ( use tags
                  for statistics / elasticsearchs) and it seems, this
                  behavior is just a warning (seems squid still work as
                  expected like note acls)<br>
                  <br>
                  Is there a way to remove these warnings because they
                  increase I/O and cache.log dramatically.<br>
                  <br>
                  regards<br>
                </font><br>
                <div>On 28/08/2023 22:46, Francesco Chemolli wrote:<br>
                </div>
                <blockquote type="cite">
                  <div dir="ltr">Hi David,<br>
                    <div>   you should use</div>
                    <div>itchart_=PASS</div>
                    <div><br>
                    </div>
                    <div>The trailing underscore signals Squid that this
                      is a custom header.</div>
                  </div>
                  <br>
                  <div class="gmail_quote">
                    <div dir="ltr" class="gmail_attr">On Mon, Aug 28,
                      2023 at 3:54 PM David Touzeau <<a
                        href="mailto:david@articatech.com"
                        target="_blank" moz-do-not-send="true"
                        class="moz-txt-link-freetext">david@articatech.com</a>>
                      wrote:<br>
                    </div>
                    <blockquote class="gmail_quote" style="margin:0px
                      0px 0px 0.8ex;border-left:1px solid
                      rgb(204,204,204);padding-left:1ex">
                      <div bgcolor="#FFFFFF"> <br>
                        Hi<br>
                        <br>
                        Since 6.2 ( aka migrating from 5.8 ) <br>
                        <br>
                        Squid claim about token sent by
                        external_acl_helper<br>
                        <br>
                        the external acl helper send <br>
                        "OK itchart=PASS user=dtouzeau category=143
                        category-name=Trackers clog=cinfo:143-Trackers;"<br>
                        <br>
                        squid claim<br>
                        2023/08/28 16:47:02 kid1| WARNING: Unsupported
                        or unexpected from-helper annotation with a name
                        reserved for Squid use: itchart=PASS<br>
                            advice: If this is a custom annotation,
                        rename it to add a trailing underscore: itchart_<br>
                            current master transaction: master278<br>
                        2023/08/28 16:47:02 kid1| WARNING: Unsupported
                        or unexpected from-helper annotation with a name
                        reserved for Squid use: category=143<br>
                            advice: If this is a custom annotation,
                        rename it to add a trailing underscore:
                        category_<br>
                            current master transaction: master278<br>
                        2023/08/28 16:47:02 kid1| WARNING: Unsupported
                        or unexpected from-helper annotation with a name
                        reserved for Squid use: category-name=Trackers<br>
                            advice: If this is a custom annotation,
                        rename it to add a trailing underscore:
                        category-name_<br>
                            current master transaction: master278<br>
                        2023/08/28 16:47:02 kid1| WARNING: Unsupported
                        or unexpected from-helper annotation with a name
                        reserved for Squid use: clog=cinfo:143-Trackers;<br>
                            advice: If this is a custom annotation,
                        rename it to add a trailing underscore: clog_<br>
                            current master transaction: master278<br>
                        2023/08/28 16:47:02 kid1| WARNING: Unsupported
                        or unexpected from-helper annotation with a name
                        reserved for Squid use: itchart=PASS<br>
                            advice: If this is a custom annotation,
                        rename it to add a trailing underscore: itchart_<br>
                            current master transaction: master278<br>
                        <br>
                        Did the helper instead of "itchart=PASS" must
                        send <br>
                        <br>
                        "itchart_=PASS"<br>
                        or<br>
                        "itchart_PASS" <br>
                        <br>
                        ?<br>
                        <br>
                        <br>
                        <br>
                        <br>
                        <pre cols="72">-- 
David Touzeau - Artica Tech France
Development team, level 3 support
----------------------------------
P: +33 6 58 44 69 46
www: <a href="https://wiki.articatech.com" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">https://wiki.articatech.com</a>
www: <a href="http://articatech.net" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">http://articatech.net</a> </pre>
                      </div>
                      _______________________________________________<br>
                      squid-users mailing list<br>
                      <a href="mailto:squid-users@lists.squid-cache.org"
                        target="_blank" moz-do-not-send="true"
                        class="moz-txt-link-freetext">squid-users@lists.squid-cache.org</a><br>
                      <a
                        href="https://lists.squid-cache.org/listinfo/squid-users"
                        rel="noreferrer" target="_blank"
                        moz-do-not-send="true"
                        class="moz-txt-link-freetext">https://lists.squid-cache.org/listinfo/squid-users</a><br>
                    </blockquote>
                  </div>
                  <br clear="all">
                  <div><br>
                  </div>
                  <span class="gmail_signature_prefix">-- </span><br>
                  <div dir="ltr" class="gmail_signature">    Francesco</div>
                </blockquote>
                <br>
                <pre cols="72">-- 
David Touzeau - Artica Tech France
Development team, level 3 support
----------------------------------
P: +33 6 58 44 69 46
www: <a href="https://wiki.articatech.com" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">https://wiki.articatech.com</a>
www: <a href="http://articatech.net" target="_blank" moz-do-not-send="true" class="moz-txt-link-freetext">http://articatech.net</a> </pre>
              </div>
            </blockquote>
          </div>
          <br clear="all">
          <div><br>
          </div>
          <span class="gmail_signature_prefix">-- </span><br>
          <div dir="ltr" class="gmail_signature">    Francesco</div>
        </blockquote>
      </div>
      <br clear="all">
      <div><br>
      </div>
      <span class="gmail_signature_prefix">-- </span><br>
      <div dir="ltr" class="gmail_signature">    Francesco</div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
David Touzeau - Artica Tech France
Development team, level 3 support
----------------------------------
P: +33 6 58 44 69 46
www: <a class="moz-txt-link-freetext" href="https://wiki.articatech.com">https://wiki.articatech.com</a>
www: <a class="moz-txt-link-freetext" href="http://articatech.net">http://articatech.net</a> </pre>
  </body>
</html>