Hi,
I think that something is wrong with the code:
<----- snip ---->
while (<SA>) {
if ($spamc_options =~ /\-c/) {
($sa_score,$sa_max)=split(/\//,$_,2);
$sa_max=~s/\n//g;
}
#X-Spam-Status: No, hits=2.8 required=5.0
if (/^X-Spam-Status: (Yes|No), hits=(.*) required=(.*)/) {
$sa_status=1 if ($1 eq "Yes");
$sa_score=$2;$sa_max=$3;
}
print SOUT;
}
<----- snip ---->
When I start spamc with -C -F everything wend OK. But when I start spamc
with only -F qmail-scanner allways says, No on the spam hits.
But i don't know how to edit it. And with -C I don't like the big logs.
*****SPAM***** is ok for me.
Greetings,
Erik Rudolfs
-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone? Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general