Ricardo SIGNES wrote:

There's no need to keep the classifier around or have a reference to it.  The
classifier would just end up doing:

  if ($is_bounce) {
    return $self->match({
      orig_message_id => $msg_id,
      type            => $computed_type,
      ...
    });
  }

I want to get it on demand. Not extracting all possible information just in case it may bee needed. It could be hundreds of different things.

Ok. So I could let $msg_id be a object that computes itself on stringification.

--
/ Jonas  -  http://paranormal.se/Jonas_Liljegren.html

Reply via email to