Advanced Segmentation / Regex Attribute Question ❓

I have a segment saved which is

Subscribers match any of the following:

  • Country Code = UK
  • Membership Type REGEXP ^L[0-3]|ML$ - Which picks any with a membership level of L0, L1, L2, L3 and ML

But

  • I want to also exclude anyone with Membership Type = L4

Does anyone have a suggestion how I can do that?

Thanks :folded_hands:

@Gerard The plugin doesn’t support that kind of compound condition.

You could create two campaigns, one sent to the regex segment, the second sent to UK and not L4 and not sent the first campaign, but then you would have two sets of statistics to look at.

It might be possible to send the campaign to the UK and not L4 segment first, then when it has finished sending edit the segment condition to the regex and resubmit. phplist won’t send the campaign to a subscriber who has already received it.

1 Like