[^[:digit:]]* does in fact match zero digits followed by digits. So if you have a list with tid 1 and a list with tid 12, both are matched and spammed. [[:>:]] is a bit better choice. This patch does that. It also fixes code style.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

drumm’s picture

FileSize
6.33 KB

And here is a patch for 4.5.

drumm’s picture

Committed to HEAD and 4.5, as approved by killes in IRC.

Anonymous’s picture