You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2004/11/27 01:16:42 UTC

[Bug 4002] New: Do Bayes expiry after message has been returned to client.

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: dev@spamassassin.apache.org
        ReportedBy: felicity@kluge.net


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.