On Monday, September 15, 2003, at 06:20  AM, Rick Lecoat wrote:

> Now, Spamsieve applies a label to my spammy messages, so if I could
> filter by label then presumably I could put a filter immediately after
> Spamsieve doing something like:
> IF label = 7(SPAM) THEN Do not notify.

It would be nice if labels could be used in filter criteria, but how 
about this workaround:

Right after the "if isSpam then" line of the SpamSieve Label and Move 
scripts, put:

        set spamMarker to "##"
        if m's subject does not start with spamMarker then
                set subject of m to (spamMarker & subject of m)
        end if

Then you can write a filter criterion that looks for subjects starting 
with "##" (or whatever marker you choose).

-- 
Michael Tsai                                 <http://www.c-command.com>


Reply via email to