Thread

Index > Scribe > feature request for DOM: add fields in ListAddr
Author/Date feature request for DOM: add fields in ListAddr
Scott
11/12/2017 7:24am
I'm noticing that most of my filters are keenly interested in the domain portion of the email address. It would be ideal if there were fields in the ListAddress object which split the address into the domain and user name components so that they could be more easily accessible.

For example, a Flintstone filter could be triggered on the condition:
"Mail.From.Domain" '=' "Flintstone.com"
and take this action:
Fd = GetFolder("home/" + Mail.From.Domain + "/" + Mail.From.UserName);
MoveThing(Mail, Fd);

This would put Fred@Flintstone.com and Wilma@Flintstone.com into separate folders under "Flintstone.com".
fret
20/12/2017 10:13am
I've added that field.
Reply