http://bugzilla.spamassassin.org/show_bug.cgi?id=3466
Summary: RFE: split out opportunistic work from the current
check/scan functions
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P5
Component: Libraries
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
I was thinking today that instead of the current methodology (do a scan/check,
then do the
opportunistic calls, then return the results of the scan/check), we should
split out the opportunistic
functions so that we could do: scan/check, return results, do opportunistic
calls. potentially, for things
like spamd, it could check to see if the opportunistic stuff is due to run, and
if so, fork off a process to
deal with it.
this would avoid having all the spamd procs locked up doing expiry for
different users, and would also
avoid having spamc timeout while waiting for the results to return.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.