[^[: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.

Comments

drumm’s picture

StatusFileSize
new6.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