bug-mailutils
[Top][All Lists]
Advanced

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

Re: [bug-mailutils] sieve: address: retriever failure: Malformed email a


From: Jean Louis
Subject: Re: [bug-mailutils] sieve: address: retriever failure: Malformed email address
Date: Sun, 25 Dec 2016 23:35:27 +0300

Oh, that is good one! Thank you.

On Sun, Dec 25, 2016 at 09:22:48PM +0200, Sergey Poznyakoff wrote:
> Jean Louis <address@hidden> ha escrit:
> 
> > Is there a command to lowercase the ${1} ?
> 
> if address :matches [ "from" ] "*" {
>    set "recipient" :lower "${1}";
>    fileinto "~/Maildir/${recipient}";
> }
> 
> > Is there are command to run the shell?
> 
> See "pipe".
> 
>   http://mailutils.org/manual/html_section/Extensions.html#pipe
>   http://mailutils.org/manual/html_section/Actions.html
> 
> Regards,
> Sergey



reply via email to

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