Michael, > Now I started sending mails with up to 200 recipients and none of them > goes through amavis. After 30-40 recipients connection is lost. > > The logfiles tell the following: > Jun 7 10:51:11 h7669 amavis[8988]: (08988-05) (!) lookup_sql: > fetchrow_arrayref: sth not available at (eval 54) line 117 ... > but what is that strange sth. that is not available?
sth = statement handle, an object that holds a 'prepared' SQL clause. I don't know how it becomes undefined shortly after being 'prepared' in sub execute, could be that SQL server connection was lost at that moment. In 2.4.2-rc1 (just announced) I added two additional tests, which should at least report the situation if what I assume actually happens. The process would still shut down, but at least we may see the reason for 'prepare' failing. The 2.4.2-rc1 is drop-in compatible with 2.4.1, so you may want to try it and see if we learn something new. (but see 2.4.1 RELEASE_NOTES for a small incompatibility with 2.4.0) Mark _______________________________________________ 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/
