>
>  my $razor_res = system("cat /tmp/razor$randnum | razor-check");
>  my $standard = system("true");
>
> if ($razor_res == $standard)
> SPAM
> else { NOT-YET-CATALOGUED-AS-SPAM}
>
>

the line that reads > if ($razor_res == $standard)
should be .... if ($razor_res eq $standard)


-------------------------------------------------------
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M      http://www.thinkgeek.com/sf/
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to