[Mailman-Users] defining topics

Jim Tittsler jwt at OnJapan.net
Thu Jul 15 00:24:44 CEST 2004


On Wed, Jul 14, 2004 at 01:11:14PM -0700, Christopher Adams wrote:
> Thanks for your reply. I guess I am a bit confused. From the previous 
> message from Jim Tittsler, he says: "The regular expression should not 
> be trying to match the
> Keywords: or Subject: field name... only the "content" of those headers, 
> or "licensing" in your example." To me, that meant that if I specifed 
> Keywords:Licensing as the regexp, I only had to include 'Licensing' to 
> match.

As I said, your regular expression should be "licensing".  That
will be matched against the contents of the Subject: and
Keywords: headers, whether they are in the real message headers
or the first part of the message body.  You do not include the
'Subject:' or 'Keywords:' field names in the regular expression.

-- 
Jim Tittsler             http://www.OnJapan.net/      GPG: 0x01159DB6
Python Starship          http://Starship.Python.net/
Ringo MUG Tokyo          http://www.ringo.net/rss.html




More information about the Mailman-Users mailing list