Re: sieve: address: retriever failure: Malformed email address
Jean Louis <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Dec 25, 2016 at 02:26:27PM +0300, Jean Louis wrote:
> whereby save-by-from.sieve is:
>
> require [ "fileinto", "variables" ];
> if address :matches [ "from" ] "*" {
> fileinto "~/Maildir/${1}";
> }
Is there a command to lowercase the ${1} ?
Is there are command to run the shell?
Jean