http://bugzilla.spamassassin.org/show_bug.cgi?id=3334
------- Additional Comments From [EMAIL PROTECTED] 2004-04-30 09:06 ------- calling spamd via daemontools, always have, always will.. [EMAIL PROTECTED] root]# cat /service/spamd/run #!/bin/bash exec /usr/local/bin/softlimit -m 80000000 \ /usr/bin/spamd -m 15 --max-conn-per-child=50 \ -q -x -A 127.0.0.0/8,24.225.0.0/24 -i 0.0.0.0 2>&1 i just went from SVN 99xx something to current. biggest difference between the two is the preforking that was not there in 99xx. when i restart spamd, i have the spamd init dir in /tmp, but that is not where my bayes _toks/_seen/_journal's are. [EMAIL PROTECTED] root]# ls -la /tmp/spamd-17724-init/.spamassassin/ total 2 drwx------ 2 root root 1024 Apr 23 09:07 . drwx------ 3 root root 1024 Apr 23 09:07 .. i set bayes_path, and that is where they should be located.. but for whatever reason, journal_live_path get set to /tmp/spamd-17724-init/.spamassassin/bayes but like i said, _seen and _toks are still read fine, it just wont write updates to _journal because it doesnt find it where its looking. dallas ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
