Re: sieve: address: retriever failure: Malformed email address
Jean Louis <[email protected]>
| Newsgroups | gmane.comp.gnu.mailutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Oh, that is good one! Thank you. On Sun, Dec 25, 2016 at 09:22:48PM +0200, Sergey Poznyakoff wrote: > Jean Louis <[email protected]> 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