Matt Kettler wrote: > Igor Chudov wrote: > > 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.l ocaldomain,raddr=127.0.0.1,rport=60902,mid=<[EMAIL PROTECTED] .algebra.com>,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.l ocaldomain,raddr=127.0.0.1,rport=60902,mid=<[EMAIL PROTECTED] .algebra.com>,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!!! > > > No.. -D will make your problem WORSE. This turns on the debug output, > in addition to the regular stuff. You definitely don't want that. > > (try running spamassassin --lint -D for a sample of what the debug > output looks like) > > So as for your problem.. What version of SA are you running? > > The "processing message" bit concerns me, because that message was > only in the code for SA 2.40-2.44.
I can verify that it still shows up in the current SA 3.1.1 code. >From my logs: spamd: connection from localhost.localdomain [127.0.0.1] at port 43633 spamd: using default config for [EMAIL PROTECTED]: /home/mailuser/domain.com/user/spamassassin/user_prefs spamd: processing message <[EMAIL PROTECTED]> for [EMAIL PROTECTED]:504 spamd: clean message (2.7/5.0) for [EMAIL PROTECTED]:504 in 16.2 seconds, 71572 bytes. spamd: result: . 2 - AWL,BAYES_50,DCC_CHECK,HTML_90_100,HTML_BACKHAIR_8,HTML_MESSAGE,HTML_OBFUSCA TE_05_10,MIME_HTML_ONLY,SARE_UNSUB18,SPF_HELO_PASS,UNPARSEABLE_RELAY scantime=16.2,size=71572,[EMAIL PROTECTED],uid=504,required_score=5.0,rho st=localhost.localdomain,raddr=127.0.0.1,rport=43633,mid=<13588-218754-F1BB0 [EMAIL PROTECTED]>,bayes=0.499920748990839,autolearn=no $ spamassassin -V SpamAssassin version 3.1.1 running on Perl version 5.8.5 -- Bowie