Fwd: FW: New Virus

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Kevin
Date:  
Subject: Fwd: FW: New Virus
On Tue, 2004-01-27 at 16:08, Jeremy C. Reed wrote:
> I am thinking about blocking all messages that contain any data with lines
> starting with:
>
> ^TVqQAAMA
> ^UEsDBAoAAA
>
> What do you think?


I think it's a great idea. Should work pretty well for this case. I
have tried applying this to my Ximian Evolution client (1.2.4), but it
seems to slip through regardless. I've never had much luck searching
within message bodies in evo. Header triggers work fine.

Anyone able to make this work in Evolution? If so, what version?

I created a filter that says:

If any Criteria are met...
Regex Match -> Msg Body -> ^UEsDBAoAAA
Regex Match -> Msg Body -> ^TVqQAAMA
...Move to a folder
...Stop processing

No worky.

I also tried changing the regex matches to this:

Msg Body -> Contains -> ^UEsDBAoAAA
Msg Body -> Contains -> ^TVqQAAMA

No worky.


...Kevin