Thanks Steve and Adrian! both seem to work! :)
Tim
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
___
Spamassassin-talk mailing list
[EMAIL PROTECT
On Mon, 2003-01-06 at 13:47, MostlyHarmlessnj wrote:
> Hi all,
>
> I'm trying to write a rule based on the message-id header field, but I'm
> confused on the expression useage. I'm using SA 2.43 and I'm trying to
> match on if the Message-Id: header contains @aol.com> at the end of it.
> The
| header AOL_MSG_IDMessage-ID/(@aol.com)/i
Try this:
header AOL_MSG_IDMessage-ID =~ /\@aol\.com/i
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
__