On 22 Oct 2020, at 10:05, @lbutlr
require ["variables", "copy"];
if address :matches ["To", "Cc"] ["*@*."] { redirect :copy "backup+295.${1}.${2}@*example.com*"; }
I have tried this with similar results:
require ["copy", "variables", "envelope", "fileinto", "subaddress"];
if envelope :matches :detail "to" "*" {
set :lower "name" "${1}";
redirect :copy "backup+295.${name}@@*example.com*";
}
## Started executing script 'bcc'
5: envelope test
5: starting `:matches' match with `i;ascii-casemap' comparator:
5: getting `to' part from message envelope
5: extracting `detail' part from address