<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Gmail Signature in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/custom-gmail-signature/m-p/42375#M31119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since . is treated as wildcard in many regexp engines you need to escape such characters. Escaping is often done by adding a backslash in front of the character you wish to escape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same goes with if you want to detect \ you need to escape it so its written as \\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value: &lt;SPAN style="text-decoration: underline;"&gt;/a/domain\.com\.br&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;should be the proper one.&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2012 08:21:02 GMT</pubDate>
    <dc:creator>mikand</dc:creator>
    <dc:date>2012-09-05T08:21:02Z</dc:date>
    <item>
      <title>Custom Gmail Signature</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-gmail-signature/m-p/42374#M31118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have followed the tutorial below to create a custom signature in order to differentiate personnal gmail accounts to our corporate gmail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://live.paloaltonetworks.com/docs/DOC-1494"&gt;https://live.paloaltonetworks.com/docs/DOC-1494&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is my domain is like &lt;STRONG&gt;domain.com.br&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the tutorial example they said &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for domain loggedoff.org &lt;/P&gt;&lt;P&gt;context: http-req-url-path&lt;/P&gt;&lt;P&gt;value: /a/loggedoff\.org&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is that correct for me:&lt;/P&gt;&lt;P&gt;domain: "domain.com.br"&lt;/P&gt;&lt;P&gt;context: http-req-url-path&lt;/P&gt;&lt;P&gt;value: &lt;SPAN style="text-decoration: underline;"&gt;/a/domain\.com.br&lt;/SPAN&gt; or &lt;SPAN style="text-decoration: underline;"&gt;/a/domain\.com\.br&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I am not able to see the application when I do filter in MONITOR tab... does anyone knows if custom apps wont show up in there (monitor &amp;gt; traffic (do filtering)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 21:22:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-gmail-signature/m-p/42374#M31118</guid>
      <dc:creator>FabioGarcia</dc:creator>
      <dc:date>2012-09-04T21:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Gmail Signature</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-gmail-signature/m-p/42375#M31119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since . is treated as wildcard in many regexp engines you need to escape such characters. Escaping is often done by adding a backslash in front of the character you wish to escape.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Same goes with if you want to detect \ you need to escape it so its written as \\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in your case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value: &lt;SPAN style="text-decoration: underline;"&gt;/a/domain\.com\.br&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;should be the proper one.&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 08:21:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-gmail-signature/m-p/42375#M31119</guid>
      <dc:creator>mikand</dc:creator>
      <dc:date>2012-09-05T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Gmail Signature</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/custom-gmail-signature/m-p/42376#M31120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply... I did that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am still not able to see the new application in the logs (monitor &amp;gt; traffic)&lt;/P&gt;&lt;P&gt;Right now I have PA working only as web filter (virtual wire).... that means some ssl traffic is not fully recognized ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 13:33:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/custom-gmail-signature/m-p/42376#M31120</guid>
      <dc:creator>FabioGarcia</dc:creator>
      <dc:date>2012-09-05T13:33:55Z</dc:date>
    </item>
  </channel>
</rss>

