https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6303
--- Comment #8 from Mark Martinec <[email protected]> 2010-02-10 18:32:38 UTC --- > > @bypass_spam_checks_maps = (); > it's also it is already thus > in my amavis.conf it is present this row: > @bypass_spam_checks_maps = (1); > > and, if i restart amavis, into /var/log/mail it is present this log: > Feb 10 18:50:24 xxxx amavis[24757]: ANTI-SPAM code NOT loaded > Feb 10 18:50:24 xxxx amavis[24757]: ANTI-SPAM-SA code NOT loaded Yes, that's what I'm saying, you have explicitly disabled spam scanning for all recipients with your setting. Remove that 1 in the list if this is not desired, just use: @bypass_spam_checks_maps = (); > > Don't know why this would happen. It was stuck for some reason, or lost > > track > > of its child processes. Was this process dormant when you killed it, or was > > it spinning CPU? Was it still able to accept connections and process them? > > Running it with debugging enabled and examining log from such process > > when a problem reoccurs might shed some light. > > The next incident, verify if idle process are on defunct process. But after > killed, the CPU averange not change. > > I don't know if it still also accept connection. How I verify? $ telnet localhost 783 or using spamc. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
