The line for URILocalBL is commented out - I had not enabled it.
On May 2, 2015 7:08:10 PM Mark Martinec <mark.martinec...@ijs.si> wrote:
On 2015-05-02 14:39, Art Greenberg wrote: > I just moved from 3.4.0 to 3.4.1 and am seeing messages from SA in > maillog that I've not seen before. Do they indicate an issue with my > installation? > > Here is a segment from the log. This pattern repeats each time SA > processes a message. The use of uninitialized value and copy_config > timeout are new, as is the change of child states. > > May 2 06:45:29 sunshine spamd[22293]: Use of uninitialized value > $hasStructureInfo in numeric eq (==) at (eval 46) line 5520. This one seems to come from a module Geo::IP, called form a SpamAssassin plugin URILocalBL. > May 2 06:46:29 sunshine spamd[22290]: spamd: copy_config timeout, > respawning child process after 1 messages at /usr/local/bin/spamd line > 1447. [...] > May 2 06:46:30 sunshine spamd[21741]: spamd: handled cleanup of child > pid [22290] due to SIGCHLD: exit 0 > May 2 06:46:40 sunshine spamd[22293]: spamd: copy_config timeout, > respawning child process after 1 messages at /usr/local/bin/spamd line > 1447. [...] > SA does seem to be processing messages correctly. But starting SA does > seem to take forever ... I've had to increase the timeout on line 2977 > in spamd from 180 to 600 seconds. I'm running SA just for personal email > on a machine pretty much dedicated to handling email so performance is > not a concern. Centos 6.6 64 bit, Intel E7300 2.66GHz with 4GB RAM and > 500GB disk. No idea. Try disabling loading of a plugin URILocalBL as a start (in config file v341.pre). Mark