|
From: Sebastian K. <sko...@lo...> - 2010-04-28 18:59:16
|
Hi and thanks, the test file i used on the console was also the file i used in the mail (the body of the testfile). When i use the testfile on the console => exit 0 When i send the body of the test file via Mail => exit 1 with the parse errors. two different behaviours on the same body?! best regards Sebastian Am 28.04.2010 20:10, schrieb Andreas Schamanek: > Hi, > > On Wed, 28 Apr 2010, at 19:14, Sebastian Koesters wrote: > > >> Spamassassin works fine in postfix, but pyzor does not. >> > Can't help with Postfix, but > > >> pyzor always quits with exit 1. >> > this is normal behavior for messages which have not been reported: > > $ pyzor check< spam.eml ; echo $? > public.pyzor.org:24441 (200, 'OK') 12 0 > 0 > $ pyzor check< ham.eml ; echo $? > public.pyzor.org:24441 (200, 'OK') 0 0 > 1 > > HTH, > > |