On Thu, 2010-07-15 at 07:17 -0700, Gnanam wrote:
> You're right, it was not started.  I now started using the command:
> # spamd -d
> 
> Then I ran "netstat -tulpn |grep spamd", it returned:
> tcp        0      0 127.0.0.1:783               0.0.0.0:*                  
> LISTEN      17382/spamd -d
> 
> Now when I try to run "spamc -R < mailmessage.txt", it is again returning
> 0/0.

Check your logs.

spamd likely logged the failure. And btw, spamc also logs in some cases,
like refused connection attempts to spamd. You will find your previous
attempts without spamd running being logged.

Also, try something like this.

  echo | spamc -x; echo $?

The first echo "simulates" a message. Poorly at that, but suitable for
what we're debugging here. Check the returned exit code with the list
given in the spamc man-page.


-- 
char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

Reply via email to