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: Sergey Poznyakoff
Subject: Re: [bug-mailutils] sieve: address: retriever failure: Malformed email address
Date: Sun, 25 Dec 2016 21:22:48 +0200

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]