Julien Valroff wrote: > Hi, > > I have given external lookup a try and found that it leaves a zombie > process each time an external lookup is made, when using the program > mode: > > dspam daemon freshly re-started: > r...@nix:/etc/dspam# ps aux | grep [d]spam > dspam 430 0.0 0.4 6344 1680 pts/1 S 16:02 0:00 > /usr/bin/dspam --daemon > > an email is received: > r...@nix:/etc/dspam# ps aux | grep [d]spam > dspam 430 0.0 0.6 14740 2344 pts/1 S 16:02 0:00 > /usr/bin/dspam --daemon > dspam 438 0.0 0.0 0 0 pts/1 Z 16:02 0:00 > [extlookup.sh] <defunct> > > r...@nix:/etc/dspam# ./extlookup.sh [email protected] > [email protected] > > actually, the my script is nothing more than (for the purpose of the test of > course): > #!/bin/sh > echo $1 > > Here is my configuration regarding external lookup: > ExtLookup on > ExtLookupMode strict > ExtLookupDriver program > ExtLookupServer "/etc/dspam/extlookup.sh %u" > > Cheers, > Julien > >
Hi Julien, In fact that's an already known issue and i know where the problem is. I'll try to post the fix still today. Thanks again for reminding me of that. ;) R's, Hugo Monteiro. -- ci.fct.unl.pt:~# cat .signature Hugo Monteiro Email : [email protected] Telefone : +351 212948300 Ext.15307 Web : http://hmonteiro.net Centro de Informática Faculdade de Ciências e Tecnologia da Universidade Nova de Lisboa Quinta da Torre 2829-516 Caparica Portugal Telefone: +351 212948596 Fax: +351 212948548 www.ci.fct.unl.pt [email protected] ci.fct.unl.pt:~# _ ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Dspam-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-devel
