At Monday, September 15, 2003, 09.03 CET, Michael Tsai <[EMAIL PROTECTED]> wrote:
>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> Thanks Michael, This took care of just about everything. Made it possible to create a "SpamSieve Follow Up" filter in PM. :-) /Max G

