https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7342
Bug ID: 7342
Summary: spamd only allows one query per connection
Product: Spamassassin
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: spamc/spamd
Assignee: [email protected]
Reporter: [email protected]
Currently, there does not seem to be a way to ask spamd to process more than
one message per connection from spamc because it closes the socket after
sending its reply. This means that a new socket must be opened from the client
for each message to be processed, and in the simple case means that there must
be a spamc process for each message.
This doesn't scale. For my own purposes, I'm receiving between two and five
hundred messages per day (mostly from mailing lists, and a nontrivial amount of
that spam); I'm also trying to test the classifier by running on my existing
mailbox of ~150,000 messages. spamassassin is, as I understand it, capable of
handling this load just fine - CPU/RAM usage from spamd is negligible.
--
You are receiving this mail because:
You are the assignee for the bug.