Skip to Content.
Sympa Menu

en - Re: [sympa-users] Moderating e-mails containing special header?

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Hargitai Gabor <address@concealed>
  • To: Patrick von der Hagen <address@concealed>
  • Cc: address@concealed
  • Subject: Re: [sympa-users] Moderating e-mails containing special header?
  • Date: Tue, 16 Aug 2005 13:36:04 +0200 (CEST)

Hi

you can write a custom scenario. Take the existing public sending
scenarion from /home/sympa/bin/etc/scenari/send.public, and put this in
the first line:
match([header->X-Spam-Level],/\*\*\*\*\*/) smtp,smime,md5 ->
editorkey,quiet

(as it is a regexp between the /-s you have to escape the * character,
you could also use \*{5,} I think). Then you put this file in
/home/sympa/etc/scenari as send.publicfilter for example. Then listowners
can select it in wwsympa in the List Administration->Send/receive option.

I use this sollution and it works fine.

Hi
Gabor



Archive powered by MHonArc 2.6.19+.

Top of Page