Thread

Index > Scribe > Using Length in Filter Conditions
Author/Date Using Length in Filter Conditions
Scott
14/05/2023 10:11pm
I'm trying to use the email length in the condition of a filter. Here's what I've tried:
Condition: Mail.From.Email.Length : > : 10

But it's not working. Should something like this work?
fret
17/05/2023 8:12am
The overall size of the email is Mail.Size.

What you're getting with that field is the length of the sender's email address as a string in bytes. So 'fret@memecode.com' would be 17.
Reply