Why does this text match the pcre? As I read it, there must be a line break 
after the underscores to match, but it's matching. Does . match linebreaks?:

Text:
"For Testing Only: __________________________ xxxxxxx

From: My Name <[email protected]>
To: any one <[email protected]> "

PCRE rule:
/____________________*[\s\n\r]*(.*) (.*)@test.com/      REJECT testing

Reply via email to