On Nov 12, 2006, at 8:29 PM, Robert Nicholson wrote:

Correct but before

It use to be

    $body = join("\n", @$body);
    if ($self->are_more_high_bits_set ($body)) {
      return 1;
    }

and now it's

$body = join("\n", @$body);
    if ($pms->are_more_high_bits_set ($body)) {
      return 1;
    }

but are_more_high_bits_set isn't defined in PerMsgStatus it's defined in MIMEEval.pm which is self again

On Nov 12, 2006, at 8:09 PM, Theo Van Dinter wrote:

On Sun, Nov 12, 2006 at 05:51:10PM -0600, Robert Nicholson wrote:
Where is EvalTests.pm now then?

There is no EvalTests.pm in 3.2. All of the functions got moved to plugins.

--
Randomly Selected Tagline:
"When the outcome of a meeting is to have another meeting, it has been
 a lousy meeting."               - Herbert Hoover

Reply via email to