Hi!

I've changed the qmail-scanner-queue.pl like this:

  system("echo X  >> /tmp/score");
  return if (defined($ENV{'RELAYCLIENT'}) &&
!defined($ENV{'QS_SPAMASSASSIN'}));
  system("echo Y  >> /tmp/score");

And I've notived that I only get X on my /tmp/score file.

This means that it returns after the return if ....

Any ideas?

Tks
Oscar


Reply via email to