>>>>> "David" == David Powell <(YANQ)" <[EMAIL PROTECTED]>> writes:

Life will be much easier for this kind of task if you upgrade to
Mailman 2.1.x; 2.1.6 is current.

    David> Here are the different regexp's that I've tried, none seem
    David> to work.

Really, you should invest in Jeffrey Friedl's book, _Mastering Regular
Expressions_.  I'm sure there are many on-line tutorials, too.  This
is not the channel for questions that arise because you don't
understand how to construct a regular expression.  For now, try

subject:[ \t]*\[SPAM
subject:[ \t]*\\[SPAM

I forget offhand whether Mailman treats the strings it reads as "raw
strings" or as regular strings.  If the former, the first regexp is
the one that should work.  If the latter, the second will work.

-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to