<br style="font-family: courier new,monospace;"><div style="font-family: courier new,monospace;" class="gmail_quote">On Fri, Jun 27, 2008 at 10:54 AM, Fulko Hew &lt;<a href="mailto:fulko.hew@gmail.com">fulko.hew@gmail.com</a>&gt; wrote:<br>
<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="gmail_quote"><div class="Ih2E3d">I&#39;m looking closer and yes, my example was wrong,</div>
</div></blockquote></div><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">... snip ...</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">following up on my own post...</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">It turns out that (I think) there were problems in the _early_</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">version of Net::SMTP I had on my system that didn&#39;t </span><span style="font-family: courier new,monospace;">properly<br>handle lists of MTAs.&nbsp; I see that a newer version </span><span style="font-family: courier new,monospace;">has re-written<br>
that part of the code.</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">Once I upgraded my Net::SMTP, I could successfully use the approach:</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"><br>Net::SMTP-&gt;new(\@host_list, ... );<br><br><br></span>