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: Thu, 30 Jun 2005 14:45:04 +0300
User-agent: Mutt/1.5.9i

On Wed, Jun 29, 2005 at 06:27:53PM +0300, Kostas Zorbadelos wrote:
> On Tue, Jun 28, 2005 at 07:17:25PM +0300, Kostas Zorbadelos wrote:
> > I think it is best to start a new thread about this one.
> > 
> > Using the program illustrated in the thread
> > http://lists.gnu.org/archive/html/bug-mailutils/2005-06/msg00034.html
> > (read a mailbox and for each message execute a sieve script) with the
> > alpha sources of mailutils (mailutils-20050623.tar.gz) I get the
> > following error in the redirect action:
> > 
> > Sergey Poznyakoff <address@hidden>     Re: [bug-mailutils] [Error] 
> > fileinto: cannot save to mailbox: Function not implemented
> > redirect: 1: cannot get envelope sender: Requested item not found
> > 

The isssue is solved. There where 2 problems: first my program read
messages from a maildir mailbox where the messages did not start with
a From: in the first line. (By the way these messages got delivered in
tha mailbox via procmail). This is the reason mailutils could not get
envelope sender.
The second issue for the sieve actions redirect, reject and vacation
to work is the registration of mailers. I needed to include 

  mu_register_all_mailer_formats();

in my code. This was not obvious to me from the things I read in the
manual.

Now all the actions I am interested in work as expected.

-- 
  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.





reply via email to

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