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/09/07 03:07:46 UTC

[Bug 3755] Add configuration setting: use_language

http://bugzilla.spamassassin.org/show_bug.cgi?id=3755





------- Additional Comments From jm@jmason.org  2004-09-06 18:07 -------
I think it's a good idea.

I'm not sure how to implement it -- consider this scenario:

  - 6 translations (5 localized + en_US)
  - 700 rules
  - 70 chars per description
  - 32 bytes overhead per string in the storage hash (I'm
    guessing here, but perl is profligate with memory here)

that comes out as (6 * 700 * (70+32)) = 428400 bytes.  should we
carry that overhead in RAM for all scanning, or read it from disk
when needed?

(actually, 428k isn't a massive deal now that I think of it...)




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.