Fix create stanza - times 2
This commit is contained in:
@@ -10,7 +10,7 @@ Then it stops processing.
|
||||
```
|
||||
require ["fileinto","mailbox","regex","variables"];
|
||||
|
||||
if allof (header :regex "to" "^<name>.(.*)@<domain.tld>$")
|
||||
if allof (header :regex "to" "^<name>.([0-9a-zA-Z]*)@<domain.tld>$")
|
||||
{
|
||||
set :lower :upperfirst "target" "${1}";
|
||||
fileinto :create "${target}";
|
||||
|
||||
Reference in New Issue
Block a user