[Mailman-Users] Moderating if keywords mentioned?

Richard Damon Richard at Damon-Family.org
Fri Feb 22 14:57:57 EST 2019


On 2/22/19 1:33 PM, Peter Shute wrote:
> Is it possible to specify keywords that will cause a matching message to
> held for moderation? I thought I'd seen something like this, but I can't
> find it in the admin interface.
>
> Peter Shute

For Mailman 2 (not sure about Mailman 3) you can add a filter based on
the subject of the message, but not the body.

The filters are entered on Privacy Options / Spam Filters.

They are "Regular Expressions" and can filter on any header of the
message, I use filters of the form:

^subject:.*keyword

The ^ says this must be at the start of the header line, so doesn't
match things headers like X-Subject

The .* says that you can have any assortment of characters between the
Subject: header and the word in question

-- 
Richard Damon



More information about the Mailman-Users mailing list