On Wed, Mar 10, 2004 at 01:40:32PM -0500, Theo Van Dinter wrote:
> I think I removed this the last time I went cleaning ...  We have nothing
> that calls this function, so why is it here?  Doubly so since it causes

/me does an "svn update".

ok, so we do call this code from t/rcvd_parser.t:

  my $status = $sa->check_message_text ($msg);
  my $result = $status->rewrite_mail();

Anyone mind if I rewrite that and get rid of the function?  ie:

  my $emsg = $sa->parse($msg,1);
  my $status = $sa->check($emsg);
  my $result = $status->rewrite_mail();
  $emsg->finish();

-- 
Randomly Generated Tagline:
"When all else fails, pour a pint of Guinness in the gas tank, advance the
 spark 20 degrees, cry "God Save the Queen!", and pull the starter knob."
                - MG "Series MGA" Workshop Manual

Attachment: pgpGzIsSnev8o.pgp
Description: PGP signature

Reply via email to