Skip to Content.
Sympa Menu

en - Re: [sympa-users] prevent status mails for moderated lists

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: David Verdin <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] prevent status mails for moderated lists
  • Date: Fri, 17 Jun 2011 14:57:07 +0200

Hi Thoralf,

Le 16/06/11 10:36, Thoralf Schulze a écrit :
is there any way to have sympa (6.0.1 from the debian squeeze repos) not send out status mails for non-members of moderated lists (send privateoreditorkey)?
Yes. Change the scenario to add the "quiet" option.

The distributed scenario looks like this:

is_subscriber([listname],[sender]) smtp,dkim,md5,smime    -> do_it
is_editor([listname],[sender])     smtp,dkim,md5,smime    -> do_it
true()                             smtp,dkim,md5,smime    -> editorkey

Change it to:

is_subscriber([listname],[sender]) smtp,dkim,md5,smime    -> do_it
is_editor([listname],[sender])     smtp,dkim,md5,smime    -> do_it
true()                             smtp,dkim,md5,smime    -> editorkey,quiet

Regards,

David

P.S.: More details on the authorization scenarios: https://www.sympa.org/manual/authorization-scenarios
to be more precise, i'm talking about the "Your message to the list %listname% has been forwarded to the moderator(s)" messages sent to non-subscribers of %listname% - these messages are rather annoying if the sender itself is a mailing list. i've been sifting through the templates, but couldn't find a matching entry - the string itself seems to appear only in /usr/lib/sympa/locale/en_US/LC_MESSAGES/sympa.mo or its localised counterparts.

for the time being, i hacked /usr/lib/sympa/bin/sympa.pl directly to get the desired behaviour - but that is certainly not the right way of doing it. i'm looking forward to hear about more elegant solutions :-)

thank you very much,
thoralf.


--
David Verdin
Comité réseau des universités

Due to the limitations of human brain, I fail to remember all the mails.
So if you want your bug reports or feature requests for Sympa to be processed, please post them to the Sympa tracker

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature




Archive powered by MHonArc 2.6.19+.

Top of Page