I'm playing with topics to see how they work. I want to hold any message that doesn't match an existing topic.
(actually I'd also like to hold any message that has more than one topic, but that can wait for step two) let's say we have topics AAA and BBB and topics must be in subject. if I use "subject: .*AAA.*|.*BBB.*" in the spam filters on the privacy option page, it works backwords (as you would expect). how the heck do I "negate" that regular expression? it would seem that "subject: [^.*AAA.*|.*BBB.*]" or "subject: [^[.*AAA.*|.*BBB.*]]" but those don't seem to work as they should I'm obviously missing something simple (greedy matching perhaps?), but I can't seem to see it. any helpful hints??? Thanks, -Jeff ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org