bug-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-mailutils] Error in redirect sieve action [SOLVED]


From: Kostas Zorbadelos
Subject: Re: [bug-mailutils] Error in redirect sieve action [SOLVED]
Date: Tue, 5 Jul 2005 14:53:10 +0300
User-agent: Mutt/1.5.9i

On Tue, Jul 05, 2005 at 01:43:22PM +0300, Sergey Poznyakoff wrote:
> I should have payed more attention:
> 
> > redirect: 1: cannot get envelope sender: Requested item not found
> 
> Your sample script did not contain "redirect", action. That's why I was
> unable to reproduce the error. 
> 
> > As you can see the message does not begin with a "From " in the first
> > line. Is this how the envelope_sender() determines the envelope?
> 
> No, it does not use it, since maildir messages never contain this line.
> It is looking for X-Envelope-Sender, which your sample message does not
> contain, indeed. It should be easy to fix, I'll get back to you later on
> this subject.
>

I will test your patch and let you know (always in the 20050623
snapshot) 
 
> However, I still cannot reproduce 'Function not implemented' error...
> 

This happens in the standard Debian packages (no snapshot or aplha
release) 
Here are the details of my system:

Debian GNU/Linux Sarge, kernel 2.6.8-2-686
Standard Debian packages of mailutils, specifically
address@hidden(1)[02:44 PM]~/WorkingArea/trunk/mda>dpkg -l | grep mailutils
ii  libmailutils0               0.6.1-4                     GNU Mail 
abstraction library
ii  libmailutils0-dev           0.6.1-4                     Development files 
for GNU mailutils
ii  mailutils                   0.6.1-4                     GNU mailutils 
utilities for handling mail
ii  mailutils-comsatd           0.6.1-4                     GNU mailutils-based 
comsatd daemon
ii  mailutils-doc               0.6.1-4                     Documentation for 
GNU mailutils
ii  mailutils-imap4d            0.6.1-4                     GNU mailutils-based 
IMAP4 Daemon
ii  mailutils-mh                0.6.1-4                     GNU mailutils-based 
MH utilities
ii  mailutils-pop3d             0.6.1-4                     GNU mailutils-based 
POP3 Daemon

I include my test program, my makefile and the filters file. I run it using a
Maildir mailbox like

MU_DEBUG=1 ./testsieve file:/home/kzorba/Maildir filters.sieve  

Relevant output:

...
Sergey Poznyakoff <address@hidden>     Re: [bug-mailutils] Mailbox locking 
(especially over NFS) questions
mbox_open (/home/kzorba/WorkingArea/trunk/mda/test.sergey, 0x12)
mbox_append_message (/home/kzorba/WorkingArea/trunk/mda/test.sergey)
mailbox_append_message (test.sergey) failed: Function not implemented
mbox_close (/home/kzorba/WorkingArea/trunk/mda/test.sergey)
mbox_destroy (/home/kzorba/WorkingArea/trunk/mda/test.sergey)
fileinto: cannot save to mailbox: Function not implemented
Sergey Poznyakoff <address@hidden>     Re: [bug-mailutils] Error in redirect 
sieve action [SOLVED]
mbox_open (/home/kzorba/WorkingArea/trunk/mda/test.sergey, 0x12)
mbox_append_message (/home/kzorba/WorkingArea/trunk/mda/test.sergey)
mailbox_append_message (test.sergey) failed: Function not implemented
mbox_close (/home/kzorba/WorkingArea/trunk/mda/test.sergey)
mbox_destroy (/home/kzorba/WorkingArea/trunk/mda/test.sergey)
fileinto: cannot save to mailbox: Function not implemented
...


> Regards,
> Sergey
> 

Thanks,
Kostas

-- 
  Kostas Zorbadelos
  Systems Designer/Developer, Otenet SA 
  address@hidden contact: kzorba (at) otenet.gr
  
  Out there in the darkness, out there in the night
  out there in the starlight, one soul burns brighter
  than a thousand suns.

Attachment: testsieve.c
Description: Text Data

Attachment: Makefile
Description: Text document

Attachment: filters.sieve
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]