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