http://bugzilla.spamassassin.org/show_bug.cgi?id=3917





------- Additional Comments From [EMAIL PROTECTED]  2004-11-21 21:39 -------
> the length() call is redundant

Oh, so all I have to do is replace

  print $client "arg 1", $arg2, $arg3;

with

  syswrite($client, "arg 1" . $arg2 . $arg3);

correct?




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to