Skip to Content.
Sympa Menu

en - [sympa-users] Problem with regexp matching in scenarii

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Rudolf Weeber <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] Problem with regexp matching in scenarii
  • Date: Wed, 26 Jan 2005 09:21:33 +0100

Hi,

I'm confused abut the regexp matching in the scenarii:

title.us public list - suspected spam to editor
title.de ?ffentliche Liste - Spamverd?chtige Mails an den Moderator

# Accept mail from subscribes, what ever the filter says.
is_subscriber([listname],[sender]) smtp,smime,md5 -> do_it
# Accept mail from editors
is_editor([listname],[sender]) smtp,smime,md5 -> do_it
# One spamassassin
match([header->X-Spam-Status],/Yes/) smtp -> editorkey,quiet*
# Another spamassassin.
match([header->X-FaVeVe-Spam-Score],/\+\+\+\+\+/) smtp -> editorkey,quiet*
true() smtp,smime,md5 -> do_it

The strange thing is, that there are Mails in the moderation queue, that
do not contai five + chars in the
X-FaVeVe-Spam-Score
header. Does anyone see, what's wrong?

Thanks, Rudolf





  • [sympa-users] Problem with regexp matching in scenarii, Rudolf Weeber, 01/26/2005

Archive powered by MHonArc 2.6.19+.

Top of Page