Matching a sentence

I am creating some rules that will automatically match receipts I receive via gmail which I save. The receipts are html emails, not a pdf attachment. I save the message manually as a pdf. I am trying to write a hazel rule that will match all PayPal receipts and rename it with the name of the recipient.
When the email is printed the subject line is printed on a single line, such as this:
Receipt for your payment to SONY INTERACTIVE ENTERTAINMENT NETWORK EUROPE LIMITED.
I can write the rule to match the file, but I am having trouble getting the text SONY INTERACTIVE ENTERTAINMENT NETWORK EUROPE LIMITED matched so I can use it in my rename rule.
I have a rule that matches:
Contents contains match "Receipt for your payment to "
Then if I use [abc] or [ab12%?] it will match only SONY. If I use [...] it seems to match the entire rest of the email.
How can I match from "Receipt for your payment to " to the end of the line?
When the email is printed the subject line is printed on a single line, such as this:
Receipt for your payment to SONY INTERACTIVE ENTERTAINMENT NETWORK EUROPE LIMITED.
I can write the rule to match the file, but I am having trouble getting the text SONY INTERACTIVE ENTERTAINMENT NETWORK EUROPE LIMITED matched so I can use it in my rename rule.
I have a rule that matches:
Contents contains match "Receipt for your payment to "
Then if I use [abc] or [ab12%?] it will match only SONY. If I use [...] it seems to match the entire rest of the email.
How can I match from "Receipt for your payment to " to the end of the line?