<?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 email from specific domain in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399897#M9971</link>
    <description>&lt;P&gt;I want to exlude specific domains from both sender and receipient. &lt;BR /&gt;
for example I have abc.com domain and have one lookup file with legitiamate domain names. &lt;BR /&gt;
Now I want to see a emails which is not include either as sender or receipient in that lookup file.&lt;/P&gt;

&lt;P&gt;OR in simple words how can I compare lookup values againt two fields(sender and receipient)&lt;/P&gt;</description>
    <pubDate>Mon, 18 Feb 2019 13:12:15 GMT</pubDate>
    <dc:creator>rashid47010</dc:creator>
    <dc:date>2019-02-18T13:12:15Z</dc:date>
    <item>
      <title>email from specific domain</title>
      <link>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399897#M9971</link>
      <description>&lt;P&gt;I want to exlude specific domains from both sender and receipient. &lt;BR /&gt;
for example I have abc.com domain and have one lookup file with legitiamate domain names. &lt;BR /&gt;
Now I want to see a emails which is not include either as sender or receipient in that lookup file.&lt;/P&gt;

&lt;P&gt;OR in simple words how can I compare lookup values againt two fields(sender and receipient)&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 13:12:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399897#M9971</guid>
      <dc:creator>rashid47010</dc:creator>
      <dc:date>2019-02-18T13:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: email from specific domain</title>
      <link>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399898#M9972</link>
      <description>&lt;P&gt;Hi @rashid47010&lt;/P&gt;

&lt;P&gt;Try this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| makeresults 
| eval sender="test@test.com" 
| eval receiver="test1@test.com" 
| rex field=sender "@(?P&amp;lt;senderdomain&amp;gt;.*)" 
| lookup domainlookup domain as senderdomain OUTPUT domain as senderflag 
| rex field=receiver "@(?P&amp;lt;receiverdomain&amp;gt;.*)" 
| lookup domainlookup domain as receiverdomain OUTPUT domain as receiverflag 
| where isnull(senderflag) AND isnull(receiverflag)
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;lookup: &lt;CODE&gt;domainlookup&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;domain&lt;BR /&gt;
abc.com&lt;BR /&gt;
test.com&lt;/P&gt;</description>
      <pubDate>Mon, 18 Feb 2019 14:03:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399898#M9972</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-02-18T14:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: email from specific domain</title>
      <link>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399899#M9973</link>
      <description>&lt;P&gt;@rashid47010, have you tried?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Feb 2019 14:27:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399899#M9973</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-02-19T14:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: email from specific domain</title>
      <link>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399900#M9974</link>
      <description>&lt;P&gt;Its solved?&lt;/P&gt;</description>
      <pubDate>Thu, 21 Feb 2019 08:43:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/email-from-specific-domain/m-p/399900#M9974</guid>
      <dc:creator>vnravikumar</dc:creator>
      <dc:date>2019-02-21T08:43:23Z</dc:date>
    </item>
  </channel>
</rss>

