http://bugzilla.spamassassin.org/show_bug.cgi?id=3940
Summary: ArchiveIterator uses opt_j for two different things
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P5
Component: Libraries
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
CC: [email protected]
In the same vein as bug 3936, opt_j has two meanings as well. First, it's used
to specify how many
children processes should be running the messages during a mass-check (it's a
single process
everywhere else). Second, it specifies whether to keep the message list in
memory (1 process), or fork()
off a child and generate the list in memory and then store in a temp file for
actual processing.
I'd like to break those two apart, and keep opt_j as a backward compatibility
option.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.