From: Andreas S. <sch...@fa...> - 2010-04-28 18:10:32
|
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, -- -- Andreas on Debian Lenny |