https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6472
Summary: Same message, different scores on different runs
Product: Spamassassin
Version: 3.3.1
Platform: PC
OS/Version: Windows 2008
Status: NEW
Severity: normal
Priority: P2
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [email protected]
spamd reports different scores of same message on my Windows Server 2008 64bit.
I've examined spamd debug log and looks like DnsResolver.pm cannot create a
socket:
warn: error creating a callback for id:
24451/garden.com.multi.uribl.com/A/INDNS resolver socket: Unknown error at
/<C:\NET\SpamAssassinWin32-EX\spamd.exe>Mail/SpamAssassin/DnsResolver.pm line
235, <GEN16> line 68.
I think things go wrong when the code executed:
$sock = IO::Socket::INET->new(%args);
Then I missed the checks started with URIBL_xxxx and they cost me big points
and message will be marked as non-spam.
It's totally random. My recent scores of SAME MESSAGE -in 5 minutes interval-
are below:
score=6.4
score=17.5
score=6.4
score=6.4
score=17.5
score=15.9
score=3.8
score=3.8
score=3.8
I know it's not bug technically but, it works wrong. I wish spamd never gives
up at first failure and tries a few more time.
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.