hello,<br><br>there&#39;s single SMTPServer in RT_Config.pm:<br><br>Set($SMTPServer, &#39;mail.local&#39;);<br><br><br>I&#39;d like to make a patch, which allow multiple smtp-servers, like<br><br>Set(@SMTPServer, (qw(&#39;mail1.local&#39; &#39;mail2.local&#39;)) );<br>
<br>the question is: should I just leave new functionality ? or combined scalar + array autodetection algorithm ?<br>sounds like array-functionality would be enough.<br><br>Cheers,<br>Ilya Shipitsin<br>