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

_______________________________________________
Bug-mailutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to