http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4750
------- Additional Comments From [EMAIL PROTECTED] 2005-12-30 21:33 ------- (In reply to comment #0) > spamd core dumps (segv) when I try to include > http://www.passwall.com/uri.txt. > I installed it under etc/mail/spamassassin as a .cf file. The file is some > 190k > lines. I played with the size of the file to see the max size it would > handle, > which was around 182k lines. Is there a tunable I am missing? thanx. Hrm. Well, 3 thoughts for you. 1) If you're not simply running out of memory (and sig11 is perl's way of telling you "out of memory"), you could have an issue with your perl binary or a module's XS code -- but that's not SA-related (we don't do XS). 2) 190k is huge! The core SA rules files for development are only 9.4k. There's no reason, in theory, why you couldn't use a config that large, but I doubt any of us have tested something like that, and it's not clear what the resource usage is going to be. 3) Related, what you're trying to do could be much more easily done through a plugin or by building your own URI blacklist via DNS then just querying that. For the same reason people gave up with BigEvil, etc. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
