<div class="markdown">
<p>On Sep 5, 2012, at 11:00 AM, Kevin Falcone wrote:</p>

<blockquote>
<p>I'd suggest looking at what RTIR's IP address parsing routines are doing.</p>
</blockquote>

<p>To revisit this, I was able to get a scrip that would pick up the first occurrence of an address using a loop, but it would not pick up other instances of a match.</p>

<p>In light of that, I suspect having RTIR<em>FindIP.pm pick up those IP addresses in transactions like RTIR would be less rickety and suck-prone for someone that isn't me one day having the unfortunate task of following in my shoes, but I'm not sure how to include that RTIR</em>FindIP.pm's logic in RT. <br>

Is it better to:</p>

<ol>
<li value=1>implement RTIR_FindIP.pm's voodoo as a scrip</li>
<li value=2>hook RTIR_FindIP.pm and its dependancies into my RT as a local plugin</li>
<li value=3>some other non-wrong option that I don't know?</li>
</ol>

</div>