You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by fchan <fc...@molsci.org> on 2008/02/07 23:57:30 UTC

Getting ? in spam scores.

Hi,
I'm getting spam scores (ie No, hits=? required=?) from certain types 
of spam messages. Most of them have phishing links but I have no 
problem with most messages with links. I'm using qmail with 
qmail-scanner-2.01st on RedHat Linux ES5.

Below is excerpt of a message that I get with this:
Wed, 06 Feb 2008 09:16:40 PST:18972: +++ starting debugging for 
process 18972 (ppid=18967) by uid=509
Wed, 06 Feb 2008 09:16:41 PST:18972: c_a_g: found URL in message - 
maybe phishy - better scan it
Wed, 06 Feb 2008 09:16:41 PST:18972: w_c: Total time between DATA 
command and "." was 0.000115 secs
Wed, 06 Feb 2008 09:16:41 PST:18972: w_c: elapsedscoe time from start 
0.000123 secs
Wed, 06 Feb 2008 09:16:41 PST:18972: g_e_h: 
return-path='powzoexyl@zoe.de', 
recips='fchan@molsci.org,fu@molsci.org,ghv@molsci.org,gilmore@molsci.org,gmikawa@molsci.org,gonzales@molsci.org,gordon@molsci.org,gpesce@molsci.org,gregorytftlee@molsci.org,guarino@molsci.org,gurdeep@molsci.org'
Wed, 06 Feb 2008 09:16:41 PST:18972: from='"Veronica Salas" 
<po...@zoe.de>', subj='Customer alert!', via SMTP from 83.23.38.47
Wed, 06 Feb 2008 09:16:41 PST:18972: clamdscan: finished scan in 0.011407 secs
Wed, 06 Feb 2008 09:17:26 PST:18972: SA: finished scan in 45.026522 
secs - hits=?/?
Wed, 06 Feb 2008 09:17:26 PST:18972: p_s: finished scan in 0.020737 secs
Wed, 06 Feb 2008 09:17:26 PST:18972: ini_sc: finished scan of 
"/var/spool/qmailscan/tmp/s1.molsci.org120231820076418972"

I have set timeout on qmailscanner for spamc to 45 seconds. Why are, 
what I guess, links causing this. Does spamassassin normally take 
this long to scan or should I set it longer? Am I missing some 
setting/plugin that is causing this?

Thank you for your assistance,
Frank

Re: Getting ? in spam scores.

Posted by Karsten Bräckelmann <gu...@rudersport.de>.
On Thu, 2008-02-07 at 14:57 -0800, fchan wrote:
> I'm getting spam scores (ie No, hits=? required=?) from certain types 
> of spam messages. Most of them have phishing links but I have no 
> problem with most messages with links. I'm using qmail with 
> qmail-scanner-2.01st on RedHat Linux ES5.

> Wed, 06 Feb 2008 09:16:41 PST:18972: clamdscan: finished scan in 0.011407 secs
> Wed, 06 Feb 2008 09:17:26 PST:18972: SA: finished scan in 45.026522 
> secs - hits=?/?

Does that mean qmail-scanner forced further processing due to the
timeout, without actually waiting for SA to finish? (Despite the success
suggesting phrase...)

> Wed, 06 Feb 2008 09:17:26 PST:18972: p_s: finished scan in 0.020737 secs
> Wed, 06 Feb 2008 09:17:26 PST:18972: ini_sc: finished scan of 
> "/var/spool/qmailscan/tmp/s1.molsci.org120231820076418972"
> 
> I have set timeout on qmailscanner for spamc to 45 seconds. Why are, 
> what I guess, links causing this.

Are you positive this is related to links?  SA queries URI blacklists.
Is it possible you have a DNS issue by any chance?


> Does spamassassin normally take 
> this long to scan or should I set it longer? Am I missing some 
> setting/plugin that is causing this?

No, generally, SA should have been done within that timeout. Depending
on the machine, network and stuff, the average scanning time mentioned
here is a few seconds only.

However, occasionally single messages taking up to 90 seconds or above
have been reported, too. IMHO, this is nothing to worry about, unless
your average is really high. In that case, you might have DNS issues. Or
feeding really large mail through SA. Or, etc.

  guenther


-- 
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}