On Tuesday 22 June 2004 10:12 am, Theo Van Dinter wrote:
> Nope.  Razor is checked once and only once in SA, timeouts or not.

Are you sure?  I based my assumption on this section of check_razor2_range (SA 
2.63):

  # If Razor2 hasn't been checked yet, go ahead and run it.
  if (!defined $self->{razor2_result}) {
    # note: we don't use $fulltext. instead we get the raw message,
    # unfiltered, for razor2 to check.  ($fulltext removes MIME
    # parts etc.)
    my $full = $self->{msg}->get_pristine();
    $self->razor2_lookup (\$full);
  }

Of course, I'm assuming that a timeout on the first razor check will leave 
$self->{razor2_result} undefined.

-- 
Kelson Vibber
SpeedGate Communications, <www.speed.net>


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to