Nicolas, > No personnal rules ... Just some SARE rules more than original ones > And this problem occurs before the razor activation
> I haven't this old mail but the problem occurs today : > amavis[32765]: (32765-04-6) spam_scan: DSPAM not available, skipping it > amavis[32765]: (32765-04-6) calling SA parse, SA version 3.1.1 > amavis[32765]: (32765-04-6) CALLING SA check > > At this moment amavisd up to 99,9 and I must kill it manually > # lsof -p 32765 > amavisd 32765 amavis 6u REG 58,0 78111 3418368 > /var/amavis/amavis-20060515T124439-32765/email.txt Good, so you have a sample now. > > With some luck, manually submitting the same message > > to a command-line SA would trigger the same problem: > > su vscan -c 'spamassassin -t -D <email.txt' > > Perhaps problem comes from here : > > # sudo -u amavis -s | spamassassin -t < > amavis-20060515T124439-32765/email.txt > [1353] warn: netset: cannot include 10.0.0.0/8 as it has already been > included > [1353] warn: dns: sendto() failed: at > /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/DnsResolver.pm line 340. > [1353] warn: dns: sendto() failed: at > /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/DnsResolver.pm line 340. > [1353] warn: dns: sendto() failed: at > /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/DnsResolver.pm line 340. > [1353] warn: dns: sendto() failed: at > /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/DnsResolver.pm line 340. >... > And SA up to 99,9 until I kill it ... It looks like a question for a SA list and/or their bug tracking. Could it be there is something wrong with your DNS resolver or servers? > For strace, I don't know how to set the pid when I run sudo -u amavis -s | > spamassassin -t (in fact i never user strace ... output is too esoteric > for me!) There are two ways to do it: look up a pid of a running process with ps, and let strace attach to it: strace -f -p 32765 or, if the test is started from a command line, it is easier to just let it be started by strace: su amavis strace -f spamassassin -t <filename Mark ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
