On Mon, 19 Jul 2004 10:00:05 +0100 (BST)
Philip Hazel <ph10@???> wrote:
> don't need a colon to terminate it. Your colon will be taken as a data
> character (not that that will matter for a "contains", however).
> Corrected. thanks. >
> ... so $sender_host_address will never contain text like that. Yepp, I have the IP address of the internal exchange server there.
It should contain that, shouldn't it?
Do I need to escape the braces?
$message_body contains "Subject: {SPAM}"
Is the above match going to work when the string is in an attached e-mail?
I figured that it's this part of the expression that doesn't work.