It occurs to me I'd been meaning to list some other things I send to the
"Shred messages" Applescript.
Subjects beginning like these are invariably spam:
Test: Subject Begins with "=?windows"
Test: Subject Begins with "=?utf"
Test: Subject Begins with "=?iso-"
I sometimes get messages that appear as Emailer's representation of
foreign languages. The "�" is in almost all of them, so I filter for that:
1. Test: Message body Contains "�"
If true: Apply actions
If false: Go to next line
2. Test: Subject contains "�"
If true: Apply actions
If false: Don't apply actions
Actions: Run the AppleScript �Shred messages�
As always, these filters come *after* my filters that allow safe passage
to anything in my address book, mailing lists, and other "friendly"
senders.
Again, I hope someone finds this helpful.
___________________________________________________________________________
To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to
<[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>