I ran into this as well when using "This is a test" (no newline at end 
and no %HEADER%) as reply text.  A dirty fix was to replace the error 
message with a 'break', or remove the entire "do {..} while" loop 
(meaning you can't use the %HEADER% feature).

I also had to include a "qmail_puts(&qqt, "\n")" after the qmail_put 
for the replytext (near the end of sendmail()) or the body didn't 
show up in the reply message.

No patches because i'm still looking at this (and it takes me a while 
;>).


        -neil


On January 20, 2003 09:43 am, Arjan Schaaf wrote:
> Hi there,
>
> I installed a new qmail server with the
> qmail-ldap-1.03-20030101 patch. When I set a user's
> deliveryMode to reply the server sends a failure
> notice instead of an autoreply message. The error
> message contained in the failure notice is "parser
> error". I found the only place in qmail-reply.c which
> create such an error is the void sendmail(void)
> method. It fails over the replyText attribute.
> The replyText attribute of the LDAP entry contains an
> ASCII non empty string. And I did not experience this
> error with the qmail-ldap-1.03-20021201a patch..
> Anybody familiar with this error?
>
> Thanks in advance,
> Arjan
>
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
> http://mailplus.yahoo.com

Reply via email to