On Oct 23, 2020, at 04:20, @lbutlr <kremels@kreme.com> wrote:Does you To or CC address end with a .?
No, what I am trying to get is "user" and "example" in "user@example.com"
That would break many things, but I will look into it. What I have done for now and is working is a much more complicated process where I am manually removing the '@' myself:
if address :matches ["To", "Cc"] ["*@*.*"] {
Thanks for the advice, I will definitely give that a go,