[rt-users] Delete message with /Returned mail/ in the subject line on arrival

Joshua Colson jcolson at voidgate.org
Fri May 5 17:17:49 EDT 2006


On Fri, 2006-05-05 at 17:06 -0400, Romeo Theriault wrote:
> Thanks for the tip about the regex. I have a quick question about  
> that though. To match the words "Returned mail" wouldn't I have to  
> use a "\s" to match the space that is between the word "Returned" and  
> the word "mail"? or does RT use a modified version of regex?
> 

Literal spaces are valid within a regular expression. However, they only
match the literal space (as you would expect) rather then all whitespace
characters as the \s does.

-- 
Joshua Colson <jcolson at voidgate.org>




More information about the rt-users mailing list