Ignore submissions by string/regex?
Ignore submissions by string/regex?
I want to ignore all of the "This is an automated archive" posts. Any way I can filter that string?
1
comments
hi, within settings you can set a Filter it supports both text and regex (in the /.../ format) and checks both the post title and body text.
9 0 ReplyI could be wrong but I think the following would work.
\bThis is an automated archive\b
1 0 Reply