Skip to Content.
Sympa Menu

en - [sympa-users] Please help with Scenarios

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: "Paul Borghese" <address@concealed>
  • To: <address@concealed>
  • Subject: [sympa-users] Please help with Scenarios
  • Date: Fri, 29 Feb 2008 18:31:19 -0500

Hi, 

 

It is really critical I am able to filter keywords in a message subject and body.  In the past I used the form:

 

match([msg_body],/XXXTESTXXX/)        smtp,smime,md5    -> editorkey

 

Which would match any e-mail that contained XXXTESTXXX either up or lower case.  With 5.3.4 it seems as if [msg_body] scenario does not work anymore.

 

I have tried using [msg_part->body] but that has had only limited success.  It does not seem to work on non-mime type e-mail messages. (I use demime to convert all e-mail to clear text).

 

Can someone tell me the difference between [msg_body] and [msg_part->body]. 

 

Also, how do we write a match condition that is case independent.  I have tried match ([msg_part->body]/TEST/i), but that causes an error.

 

 

 

Any suggestions?

Paul



  • [sympa-users] Please help with Scenarios, Paul Borghese, 03/01/2008

Archive powered by MHonArc 2.6.19+.

Top of Page