<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1141" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hello all,<BR><BR>I'm trying to install bogofilter on an debian distro with 
postfix and cyrus<BR>als mail agent.<BR>But every time when I try to sent a 
message I get the folowing error back:<BR><BR>Diagnostic-Code: X-Postfix; data 
format error. Command output: info: Message<BR>has no header/body separator 
_<BR><BR>First I thougt that it was a problem between postfix and bogofilter, 
but<BR>after I inspected the mail.info file I found out that Cyrus is 
responsible<BR>for generating this error.<BR><BR><BR>Part of the mail.info 
log:<BR><BR>Apr 29 10:05:24 easygate postfix/qmgr[30672]: 
D8354146BB:<BR>from=<<A 
href="mailto:admin@michel.nlcom.nl">admin@michel.nlcom.nl</A>>, size=1452, 
nrcpt=1 (queue active)<BR>Apr 29 10:05:24 easygate postfix/smtpd[30780]: 
disconnect from<BR>r233.intra.nlcom.nl[172.17.6.233]<BR>Apr 29 10:06:05 easygate 
postfix/pipe[30784]: D8354146BB:<BR>to=<<A 
href="mailto:info@michel.nlcom.nl">info@michel.nlcom.nl</A>>, relay=filter, 
delay=42, status=sent<BR>(easygate.michel.nlcom.nl)<BR>Apr 29 10:06:05 easygate 
postfix/pickup[30671]: 68E12146C7: uid=612<BR>from=<<A 
href="mailto:admin@michel.nlcom.nl">admin@michel.nlcom.nl</A>><BR>Apr 29 
10:06:05 easygate postfix/cleanup[30782]: 68E12146C7:<BR>message-id=<<A 
href="mailto:20030429080605.68E12146C7@easygate.michel.nlcom.nl">20030429080605.68E12146C7@easygate.michel.nlcom.nl</A>><BR>Apr 
29 10:06:05 easygate postfix/qmgr[30672]: 68E12146C7:<BR>from=<<A 
href="mailto:admin@michel.nlcom.nl">admin@michel.nlcom.nl</A>>, size=293, 
nrcpt=1 (queue active)<BR>Apr 29 10:06:15 easygate postfix/local[30830]: 
68E12146C7:<BR>to=<<A 
href="mailto:info@michel.nlcom.nl">info@michel.nlcom.nl</A>>, relay=local, 
delay=10, status=sent<BR>("|/usr/local/StorageMailer/mail.local.sh info")<BR>Apr 
29 10:06:15 easygate postfix/pipe[30848]: 68E12146C7:<BR>to=<<A 
href="mailto:info@michel.nlcom.nl">info@michel.nlcom.nl</A>>, relay=cyrus, 
delay=10, status=bounced (data<BR>format error. Command output: info: Message 
has no header/body separator _ )<BR><BR>When I test the filter in the console it 
works fine. When I test the setup<BR>without bogofilter it works fine 
to.<BR><BR><BR>I use the folowing settings in the master.cf from 
postfix:<BR><BR># 
==========================================================================<BR># 
service type  private unpriv  chroot  wakeup  maxproc 
command + 
args<BR>#               
(yes)   (yes)   (yes)   (never) (50)<BR># 
==========================================================================<BR>#smtp     
inet  n       
-       -       
-       -       
smtpd<BR>#smtp     inet  
n       -       
n       -       
-       smtpd 
-o<BR>content_filter=filter:dummy<BR>smtp      
inet  n       
-       n       
-       -       
smtpd -o<BR>content_filter=filter:<BR><BR><BR>cyrus     
unix  -       
n       n       
-       -       
pipe<BR>  flags=R user=cyrus argv=/usr/cyrus/bin/deliver -e -m ${extension} 
${user}<BR><BR><BR>filter   unix  
-       n       
n       -       
-       pipe<BR>    user=filter 
argv=/usr/local/bin/filter.sh -f ${sender} -- ${recipient}<BR><BR><BR><BR>Thanx 
in advance for all your help<BR><BR>Greetz MisterM</DIV></BODY></HTML>