Spamd outputs the following into syslog: Apr 25 09:42:30 ak74 spamd[1703]: spamd: connection from localhost.localdomain [127.0.0.1] at port 60902 Apr 25 09:42:30 ak74 spamd[1703]: spamd: processing message <[EMAIL PROTECTED]> for root:500 Apr 25 09:42:30 ak74 spamd[1703]: spamd: clean message (-1.4/5.0) for root:500 in 0.1 seconds, 738 bytes. Apr 25 09:42:30 ak74 spamd[1703]: spamd: result: . -1 - ALL_TRUSTED scantime=0.1,size=738,user=root,uid=500,required_score=5.0,rhost=localhost.localdomain,raddr=127.0.0.1,rport=60902,mid=<[EMAIL PROTECTED]>,autolearn=disabled Apr 25 09:42:30 ak74 spamd[8267]: prefork: child states: II
Out of all that, the only message that I want to see is: Apr 25 09:42:30 ak74 spamd[1703]: spamd: result: . -1 - ALL_TRUSTED scantime=0.1,size=738,user=root,uid=500,required_score=5.0,rhost=localhost.localdomain,raddr=127.0.0.1,rport=60902,mid=<[EMAIL PROTECTED]>,autolearn=disabled I know that the flag is -D and that I have to pick the "channels" that I am interested in, but the spamd man page does not explain which ones stand for what. Anyone knows? Thanks!!! i