In an older episode, on 2013-03-02 02:19, Benny Pedersen wrote:
Ned Slider skrev den 2013-03-02 02:11:

header   __MANY_RECIPS          ToCc =~ /(?:\@[^@]{5,30}){3}/

Can someone explain the regex and why it fails to fire for 7 recipients?

as i read it, it fires if there is more then 4 domains, not only 5 recipients, just a wild guess from me since i am not good at perl yet

At least 3 domains rather. IMHO, the regexp means:
{3} repetitions of (@ followed by 5 to 30 characters that are _not_ @)

Hope this helps.

Cheers,

wolfgang


Reply via email to