http://bugzilla.spamassassin.org/show_bug.cgi?id=4002
Summary: Do Bayes expiry after message has been returned to
client.
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: spamc/spamd
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
In spamd currently, a message is received, it is checked, during the Bayes
check the code
opportunistically tries a journal sync and db expiry, then the processing
completes and the message is
passed back to the client. This means that the client has to sit and wait
during a db expiry, which is
potentially going to take several minutes.
Instead, we should fully process the message, return it, then worry about doing
bayes expiry. This
should now be possible via bug 3983 and bug 3986.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.